From: Rahmadi Trimananda Date: Thu, 8 Aug 2019 23:53:09 +0000 (-0700) Subject: Update notify-me-with-hue.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=43659d03ac598264663ff4010cf5a43f5dfd5aa4 Update notify-me-with-hue.groovy --- diff --git a/official/notify-me-with-hue.groovy b/official/notify-me-with-hue.groovy index 58b0c4c..1416478 100755 --- a/official/notify-me-with-hue.groovy +++ b/official/notify-me-with-hue.groovy @@ -63,6 +63,8 @@ preferences { def installed() { log.debug "Installed with settings: ${settings}" subscribeToEvents() + // Initialize input value + color = "Pink" } def updated() {