Update step-notifier.groovy
[smartapps.git] / official / step-notifier.groovy
index 9993baa3b050669b67acfcb2b7f40fff96c40fda..7a0609130b9090f12dbbef2a172f13be8bed8441 100755 (executable)
@@ -134,7 +134,8 @@ private saveSelectedSong() {
 
 def installed() {
        log.debug "Installed with settings: ${settings}"
-
+       // Initialize input value
+       color = "Orange"
        initialize()
 }