From: Rahmadi Trimananda <rahmadi.trimananda@uci.edu>
Date: Thu, 8 Aug 2019 23:54:44 +0000 (-0700)
Subject: Update step-notifier.groovy
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5d18a18b725e3f45dca9429615b38ad8a8912039;p=smartapps.git

Update step-notifier.groovy
---

diff --git a/official/step-notifier.groovy b/official/step-notifier.groovy
index 9993baa..7a06091 100755
--- a/official/step-notifier.groovy
+++ b/official/step-notifier.groovy
@@ -134,7 +134,8 @@ private saveSelectedSong() {
 
 def installed() {
 	log.debug "Installed with settings: ${settings}"
-
+	// Initialize input value
+	color = "Orange"
 	initialize()
 }