From: Seyed Amir Hossein Aqajari Date: Mon, 5 Aug 2019 02:15:21 +0000 (-0700) Subject: Update step-notifier.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=b30232226a83dfd667c1a4c7a6cdb352dd385d3b;hp=dba32472b764e3e3c0f122b36024178c1146e0dd Update step-notifier.groovy --- 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 }