From bdbf2f37885cd4dba79691d48fd958a47f2f4d2b Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Mon, 5 Aug 2019 18:38:23 -0700 Subject: [PATCH] Update bose-soundtouch-control.groovy --- official/bose-soundtouch-control.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/official/bose-soundtouch-control.groovy b/official/bose-soundtouch-control.groovy index 81b9e5f..bfe5ede 100755 --- a/official/bose-soundtouch-control.groovy +++ b/official/bose-soundtouch-control.groovy @@ -96,9 +96,9 @@ def mainPage() { 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) { + //if (settings.modes) { input "modes", "mode", title: "Only when mode is", multiple: true, required: false - } + // } input "oncePerDay", "bool", title: "Only once per day", required: false, defaultValue: false } section([mobileOnly:true]) { -- 2.34.1