From: Seyed Amir Hossein Aqajari <amiraj.95@uci.edu>
Date: Mon, 5 Aug 2019 00:12:33 +0000 (-0700)
Subject: Update notify-me-with-hue.groovy
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8eef5fca0a4a964bfaaf6415d6f7968ea6ba8fe3;p=smartapps.git

Update notify-me-with-hue.groovy
---

diff --git a/official/notify-me-with-hue.groovy b/official/notify-me-with-hue.groovy
index d0c76c7..58b0c4c 100755
--- a/official/notify-me-with-hue.groovy
+++ b/official/notify-me-with-hue.groovy
@@ -50,7 +50,7 @@ preferences {
 	section("Choose light effects...")
 		{
 			input "color", "enum", title: "Hue Color?", required: false, multiple:false, options: ["Red","Green","Blue","Yellow","Orange","Purple","Pink"]
-			input "lightLevel", "enum", title: "Light Level?", required: false, options: [[10:"10%"],[20:"20%"],[30:"30%"],[40:"40%"],[50:"50%"],[60:"60%"],[70:"70%"],[80:"80%"],[90:"90%"],[100:"100%"]]
+			input "lightLevel", "enum", title: "Light Level?", required: false, options: [10,20,30,40,50,60,70,80,90,100]
 			input "duration", "number", title: "Duration Seconds?", required: false
 			//input "turnOn", "enum", title: "Turn On when Off?", required: false, options: ["Yes","No"]
 		}