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