From: Seyed Amir Hossein Aqajari Date: Wed, 31 Jul 2019 00:53:32 +0000 (-0700) Subject: Update thermostat-mode-director.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8be501ee7fe3ee89aa0f8ddfc631359f2dea270b;p=smartapps.git Update thermostat-mode-director.groovy --- diff --git a/official/thermostat-mode-director.groovy b/official/thermostat-mode-director.groovy index c98f578..de38b24 100755 --- a/official/thermostat-mode-director.groovy +++ b/official/thermostat-mode-director.groovy @@ -634,10 +634,3 @@ private anyoneIsHome() { 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 - } - }