From 8be501ee7fe3ee89aa0f8ddfc631359f2dea270b Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Tue, 30 Jul 2019 17:53:32 -0700 Subject: [PATCH] Update thermostat-mode-director.groovy --- official/thermostat-mode-director.groovy | 7 ------- 1 file changed, 7 deletions(-) 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 - } - } -- 2.34.1