Update laundry-monitor.groovy
[smartapps.git] / official / hue-mood-lighting.groovy
index 95c99d1818c0e46639f40008bb070283f37ce4e0..da18c724c70f2c2099438a1690e76326bcb7838b 100755 (executable)
@@ -137,6 +137,8 @@ private ifSet(Map options, String name, String capability) {
 def installed() {
        log.debug "Installed with settings: ${settings}"
        subscribeToEvents()
+       // Initialize input value
+       color = "Purple"
 }
 
 def updated() {