From: Seyed Amir Hossein Aqajari Date: Sun, 4 Aug 2019 19:55:05 +0000 (-0700) Subject: Update hue-mood-lighting.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=252360c17e4276fb5ae0570deb81794d94280b66 Update hue-mood-lighting.groovy --- diff --git a/official/hue-mood-lighting.groovy b/official/hue-mood-lighting.groovy index 0fe42be..fa86f9c 100755 --- a/official/hue-mood-lighting.groovy +++ b/official/hue-mood-lighting.groovy @@ -87,7 +87,7 @@ def mainPage() { section("More options", hideable: true, hidden: true) { input "frequency", "decimal", title: "Minimum time between actions (defaults to every event)", description: "Minutes", required: false - href "timeIntervalInput", title: "Only during a certain time", description: timeLabel ?: "Tap to set", state: timeLabel ? "complete" : "incomplete" + href "timeIntervalInput", title: "Only during a certain time" input "days", "enum", title: "Only on certain days of the week", multiple: true, required: false, options: ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"] input "modes", "mode", title: "Only when mode is", multiple: true, required: false