X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=official%2Fvacation-lighting-director.groovy;h=c4155b76da08955ed495145e7d02a3f89a896052;hb=612f12a8ee28d3fefaea5bba8b4f6b0665f226cb;hp=c54ad37574bab06ffec1f7590b69dcbb5ed04be9;hpb=5716c253310ceee6fb0e8c9eff53ef5afbb08006;p=smartapps.git diff --git a/official/vacation-lighting-director.groovy b/official/vacation-lighting-director.groovy index c54ad37..c4155b7 100755 --- a/official/vacation-lighting-director.groovy +++ b/official/vacation-lighting-director.groovy @@ -291,7 +291,7 @@ def scheduleCheck(evt) { //below is used to check restrictions private getAllOk() { - modeOk && daysOk && timeOk && homeIsEmpty + modeOk && homeIsEmpty/*&& daysOk && timeOk*/ }