From: Rahmadi Trimananda Date: Fri, 9 Aug 2019 19:43:12 +0000 (-0700) Subject: Update speaker-control.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=a4f094a880c8e0b731054485b7632aa41ee51765 Update speaker-control.groovy --- diff --git a/official/speaker-control.groovy b/official/speaker-control.groovy index fbc5e49..c94baec 100755 --- a/official/speaker-control.groovy +++ b/official/speaker-control.groovy @@ -100,7 +100,7 @@ def mainPage() { section("More options", hideable: true, hidden: true) { input "volume", "number", title: "Set the volume volume", description: "0-100%", required: false 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", description: timeLabel ?: "Tap to set", state: timeLabel ? "complete" : "incomplete" input "days", "enum", title: "Only on certain days of the week", multiple: true, required: false, options: ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"] if (settings.modes) {