From: Rahmadi Trimananda Date: Wed, 7 Aug 2019 18:16:37 +0000 (-0700) Subject: Update step-notifier.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ee6ecf9c65f00f1fedb6ca7ccfb93f8e173c7a6e;p=smartapps.git Update step-notifier.groovy --- diff --git a/official/step-notifier.groovy b/official/step-notifier.groovy index e2c07fb..9993baa 100755 --- a/official/step-notifier.groovy +++ b/official/step-notifier.groovy @@ -260,7 +260,7 @@ def lightsNotification() { for (i in 1..flashCount) { lights.on() - pause(500) + //pause(500) lights.off() }