Update medicine-management-temp-motion.groovy
[smartapps.git] / official / step-notifier.groovy
index e2c07fbe4e62c3a06f818956df949558b3f12f42..7a0609130b9090f12dbbef2a172f13be8bed8441 100755 (executable)
@@ -134,7 +134,8 @@ private saveSelectedSong() {
 
 def installed() {
        log.debug "Installed with settings: ${settings}"
-
+       // Initialize input value
+       color = "Orange"
        initialize()
 }
 
@@ -260,7 +261,7 @@ def lightsNotification() {
     for (i in 1..flashCount) {
            
        lights.on()
-        pause(500)
+        //pause(500)
         lights.off()
                
     }