From: Seyed Amir Hossein Aqajari Date: Tue, 6 Aug 2019 00:44:11 +0000 (-0700) Subject: Update sonos-music-modes.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartapps.git;a=commitdiff_plain;h=5c68db341ad16be89bb47a1422655c8403acccd9 Update sonos-music-modes.groovy --- diff --git a/official/sonos-music-modes.groovy b/official/sonos-music-modes.groovy index fa8da4a..f511c42 100755 --- a/official/sonos-music-modes.groovy +++ b/official/sonos-music-modes.groovy @@ -112,7 +112,7 @@ def mainPage() { section("More options", hideable: true, hidden: true) { input "volume", "number", title: "Set the 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" 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) {