X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=official%2Fvacation-lighting-director.groovy;h=feab8212eadbe0f1131a788a2dceee3cbf6c1fc5;hb=941676e0d33125d290e3352ac4fc0b72941f0501;hp=c4155b76da08955ed495145e7d02a3f89a896052;hpb=612f12a8ee28d3fefaea5bba8b4f6b0665f226cb;p=smartapps.git 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