From: Rahmadi Trimananda Date: Wed, 7 Aug 2019 18:54:52 +0000 (-0700) Subject: Update Hue-Party-Mode.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=016e15ff9067bef755bcfda6e84f11418306d20b;p=smartapps.git Update Hue-Party-Mode.groovy --- 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() {