Skip to content

Commit

Permalink
Update home-presence-manager.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
krlaframboise committed Apr 24, 2016
1 parent b1f01e3 commit 62387d2
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ preferences {
page(name:"mainPage")
//page(name:"roomPage")
page(name:"optionsPage")
page(name: "timeIntervalInput", title: "Normal Page") {
section {
input "starting", "time", title: "Normal Page Field", required: false
}
}
}

def mainPage() {
Expand All @@ -47,7 +52,7 @@ def mainPage() {
// for (room in rooms) {
// getRoomPageLink(room)
// }

paragraph "This is the main page"
href(
name: "optionsLink",
title: "Options",
Expand Down

0 comments on commit 62387d2

Please sign in to comment.