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 58b0c4c2397e3317fc837caea023fe0f2d10df27..1416478518b33eb5a23b0c172b00690f060cb500 100755 (executable)
@@ -63,6 +63,8 @@ preferences {
 def installed() {
        log.debug "Installed with settings: ${settings}"
        subscribeToEvents()
 def installed() {
        log.debug "Installed with settings: ${settings}"
        subscribeToEvents()
+       // Initialize input value
+       color = "Pink"
 }
 
 def updated() {
 }
 
 def updated() {