From 941676e0d33125d290e3352ac4fc0b72941f0501 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Sat, 10 Aug 2019 17:02:51 -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 c4155b7..feab821 100755 --- a/official/vacation-lighting-director.groovy +++ b/official/vacation-lighting-director.groovy @@ -257,7 +257,7 @@ def scheduleCheck(evt) { inactive_switches[random_int].on() // then remove that switch from the pool off switches that can be turned on - inactive_switches.remove(random_int) + //inactive_switches.remove(random_int) } // re-run again when the frequency demands it -- 2.34.1