From: Seyed Amir Hossein Aqajari Date: Sun, 11 Aug 2019 00:02:51 +0000 (-0700) Subject: Update vacation-lighting-director.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=941676e0d33125d290e3352ac4fc0b72941f0501;p=smartapps.git Update vacation-lighting-director.groovy --- 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