mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-08 05:31:56 +00:00
Update thermostat-mode-director.groovy
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user