From ddb6e138d55599a61db718bb9ba1265ef4059296 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Sun, 4 Aug 2019 17:15:54 -0700 Subject: [PATCH] Update hue-mood-lighting.groovy --- official/hue-mood-lighting.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.34.1