diff --git a/smartapps/tslagle13/thermostat-mode-director.src/thermostat-mode-director.groovy b/smartapps/tslagle13/thermostat-mode-director.src/thermostat-mode-director.groovy index 8ac9d01..c98f578 100644 --- a/smartapps/tslagle13/thermostat-mode-director.src/thermostat-mode-director.groovy +++ b/smartapps/tslagle13/thermostat-mode-director.src/thermostat-mode-director.groovy @@ -622,7 +622,7 @@ def greyedOutTime(starting, ending){ } result } - + private anyoneIsHome() { def result = false @@ -634,10 +634,10 @@ 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 } - } \ No newline at end of file + }