Update vacation-lighting-director.groovy
authorSeyed Amir Hossein Aqajari <amiraj.95@uci.edu>
Sat, 10 Aug 2019 23:03:16 +0000 (16:03 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Sat, 10 Aug 2019 23:03:16 +0000 (16:03 -0700)
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() {
 
 //below is used to check restrictions
 private getAllOk() {
-       modeOk && daysOk && timeOk && homeIsEmpty
+       modeOk && homeIsEmpty/*&& daysOk && timeOk*/
 }
 
 
 }