From: Seyed Amir Hossein Aqajari Date: Mon, 5 Aug 2019 00:15:54 +0000 (-0700) Subject: Update hue-mood-lighting.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ddb6e138d55599a61db718bb9ba1265ef4059296;p=smartapps.git Update hue-mood-lighting.groovy --- diff --git a/official/hue-mood-lighting.groovy b/official/hue-mood-lighting.groovy index c423f7c..9d37fa3 100755 --- a/official/hue-mood-lighting.groovy +++ b/official/hue-mood-lighting.groovy @@ -82,7 +82,7 @@ def mainPage() { ["Daylight":"Daylight - Energize"], ["Warm White":"Warm White - Relax"], "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] } section("More options", hideable: true, hidden: true) {