From 612f12a8ee28d3fefaea5bba8b4f6b0665f226cb Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Sat, 10 Aug 2019 16:03:16 -0700 Subject: [PATCH] Update vacation-lighting-director.groovy --- official/vacation-lighting-director.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/ } -- 2.34.1