From: Seyed Amir Hossein Aqajari Date: Wed, 31 Jul 2019 01:04:12 +0000 (-0700) Subject: Update thermostat-mode-director.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=6a4207fba9cd6defda8e45042f194d2ce8368345 Update thermostat-mode-director.groovy --- diff --git a/official/thermostat-mode-director.groovy b/official/thermostat-mode-director.groovy index de38b24..8e822da 100755 --- a/official/thermostat-mode-director.groovy +++ b/official/thermostat-mode-director.groovy @@ -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"