X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=third-party%2FHue-Party-Mode.groovy;h=5828052b8658da550d1f8640ca0a002fbc7e6ed1;hb=b855bfb060e0234677ebf7c06d76796bc52129d3;hp=9cad822dfbcb9573e837ccaa2a363c077e108057;hpb=35f48cad9930df0b6fbfc281c9a3a4625361d361;p=smartapps.git diff --git a/third-party/Hue-Party-Mode.groovy b/third-party/Hue-Party-Mode.groovy index 9cad822..5828052 100755 --- a/third-party/Hue-Party-Mode.groovy +++ b/third-party/Hue-Party-Mode.groovy @@ -100,9 +100,9 @@ def changeColor() { def nextHue = new Random().nextInt(101) def nextSat = new Random().nextInt(51)+50 //def nextColor = Integer.toHexString(new Random().nextInt(0x1000000)) - log.debug nextColor + //log.debug nextColor lights*.setColor(hue: nextHue, saturation: nextSat) - runIn(settings.interval, changeColor) + //runIn(settings.interval, changeColor) } def start() {