Update thermostat-mode-director.groovy
authorSeyed Amir Hossein Aqajari <amiraj.95@uci.edu>
Wed, 31 Jul 2019 00:53:32 +0000 (17:53 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Wed, 31 Jul 2019 00:53:32 +0000 (17:53 -0700)
official/thermostat-mode-director.groovy

index c98f578fcd3b39f67807828aad0cb7bdec44f430..de38b24c04b3444a1b3c311a363bc348ee97c3f3 100755 (executable)
@@ -634,10 +634,3 @@ private anyoneIsHome() {
 
   return result
 }
 
   return result
 }
-       
-page(name: "timeIntervalInput", title: "Only during a certain time", refreshAfterSelection:true) {
-               section {
-                       input "starting", "time", title: "Starting (both are required)", required: false 
-                       input "ending", "time", title: "Ending (both are required)", required: false 
-               }
-        }