Update hue-mood-lighting.groovy
authorSeyed Amir Hossein Aqajari <amiraj.95@uci.edu>
Sun, 4 Aug 2019 19:55:05 +0000 (12:55 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Sun, 4 Aug 2019 19:55:05 +0000 (12:55 -0700)
official/hue-mood-lighting.groovy

index 0fe42bed42831683a6a60334ba1942eaadbe7f61..fa86f9c0e278dc6117450e4136416c529883c872 100755 (executable)
@@ -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
 
                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
                        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