Update thermostat-mode-director.groovy

This commit is contained in:
tslagle13
2015-09-02 17:25:29 -05:00
parent e1077fcce4
commit 3903e2fad9

View File

@@ -622,7 +622,7 @@ def greyedOutTime(starting, ending){
} }
result result
} }
private anyoneIsHome() { private anyoneIsHome() {
def result = false def result = false
@@ -634,10 +634,10 @@ private anyoneIsHome() {
return result return result
} }
page(name: "timeIntervalInput", title: "Only during a certain time", refreshAfterSelection:true) { page(name: "timeIntervalInput", title: "Only during a certain time", refreshAfterSelection:true) {
section { section {
input "starting", "time", title: "Starting (both are required)", required: false input "starting", "time", title: "Starting (both are required)", required: false
input "ending", "time", title: "Ending (both are required)", required: false input "ending", "time", title: "Ending (both are required)", required: false
} }
} }