From 8eef5fca0a4a964bfaaf6415d6f7968ea6ba8fe3 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Sun, 4 Aug 2019 17:12:33 -0700 Subject: [PATCH] Update notify-me-with-hue.groovy --- official/notify-me-with-hue.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } -- 2.34.1