Update thermostat-mode-director.groovy
[smartapps.git] / official / thermostat-mode-director.groovy
index de38b24c04b3444a1b3c311a363bc348ee97c3f3..8e822da1e0226f70d957767663735cefa0d4468d 100755 (executable)
@@ -37,6 +37,12 @@ definition(
 )
 
 preferences {
+    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:"pageSetup"
     page name:"directorSettings"
     page name:"ThermostatandDoors"