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
}
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
}
}
}