From: Seyed Amir Hossein Aqajari Date: Sat, 10 Aug 2019 23:03:16 +0000 (-0700) Subject: Update vacation-lighting-director.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=612f12a8ee28d3fefaea5bba8b4f6b0665f226cb;p=smartapps.git Update vacation-lighting-director.groovy --- 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*/ }