From b30232226a83dfd667c1a4c7a6cdb352dd385d3b Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Sun, 4 Aug 2019 19:15:21 -0700 Subject: [PATCH] Update step-notifier.groovy --- official/step-notifier.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/step-notifier.groovy b/official/step-notifier.groovy index 90c6416..9e92c2e 100755 --- a/official/step-notifier.groovy +++ b/official/step-notifier.groovy @@ -66,7 +66,7 @@ def setupNotifications() { section("Change the Color of the Lights") { input "hues", "capability.colorControl", title: "Which Hue Bulbs?", required:false, multiple:true 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 in Seconds?", defaultValue: 30, required: false } -- 2.34.1