Update beacon-control.groovy
authorSeyed Amir Hossein Aqajari <amiraj.95@uci.edu>
Mon, 29 Jul 2019 00:05:44 +0000 (17:05 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Mon, 29 Jul 2019 00:05:44 +0000 (17:05 -0700)
official/beacon-control.groovy

index a3b0c8d1f4665a1af70d5f0e14ed984e12c8dca7..61b6434be9f296ed50f595d13aaae68ce8dde5cf 100755 (executable)
@@ -24,14 +24,14 @@ definition(
 )
 
 preferences {
 )
 
 preferences {
-       page(name: "mainPage")
-       
        page(name: "timeIntervalInput", title: "Only during a certain time") {
                section {
                        input "starting", "time", title: "Starting", required: false
                        input "ending", "time", title: "Ending", required: false
                }
        }
        page(name: "timeIntervalInput", title: "Only during a certain time") {
                section {
                        input "starting", "time", title: "Starting", required: false
                        input "ending", "time", title: "Ending", required: false
                }
        }
+       
+       page(name: "mainPage")
 }
 
 def mainPage() {
 }
 
 def mainPage() {