Update notify-me-with-hue.groovy
authorRahmadi Trimananda <rahmadi.trimananda@uci.edu>
Thu, 8 Aug 2019 23:53:09 +0000 (16:53 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Thu, 8 Aug 2019 23:53:09 +0000 (16:53 -0700)
official/notify-me-with-hue.groovy

index 58b0c4c..1416478 100755 (executable)
@@ -63,6 +63,8 @@ preferences {
 def installed() {
        log.debug "Installed with settings: ${settings}"
        subscribeToEvents()
+       // Initialize input value
+       color = "Pink"
 }
 
 def updated() {