From 252360c17e4276fb5ae0570deb81794d94280b66 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Sun, 4 Aug 2019 12:55:05 -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 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 -- 2.34.1