X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=blobdiff_plain;f=official%2Fstep-notifier.groovy;h=9e92c2ead0370ef95aff485554d12f00745a2c75;hp=90c6416d627e338f33b607187077a338286d7dc8;hb=b30232226a83dfd667c1a4c7a6cdb352dd385d3b;hpb=dba32472b764e3e3c0f122b36024178c1146e0dd 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 }