Update step-notifier.groovy
[smartapps.git] / official / step-notifier.groovy
index e2c07fbe4e62c3a06f818956df949558b3f12f42..9993baa3b050669b67acfcb2b7f40fff96c40fda 100755 (executable)
@@ -260,7 +260,7 @@ def lightsNotification() {
     for (i in 1..flashCount) {
            
        lights.on()
-        pause(500)
+        //pause(500)
         lights.off()
                
     }