Update vacation-lighting-director.groovy
[smartapps.git] / official / vacation-lighting-director.groovy
index c54ad37574bab06ffec1f7590b69dcbb5ed04be9..c4155b76da08955ed495145e7d02a3f89a896052 100755 (executable)
@@ -291,7 +291,7 @@ def scheduleCheck(evt) {
 
 //below is used to check restrictions
 private getAllOk() {
-       modeOk && daysOk && timeOk && homeIsEmpty
+       modeOk && homeIsEmpty/*&& daysOk && timeOk*/
 }