From dd9f4cae54c70b35ccc62bdd5656caf4ab1fa1e6 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Sun, 4 Aug 2019 19:35:42 -0700 Subject: [PATCH] Update step-notifier.groovy --- official/step-notifier.groovy | 9 --------- 1 file changed, 9 deletions(-) diff --git a/official/step-notifier.groovy b/official/step-notifier.groovy index 9e92c2e..8a91b9f 100755 --- a/official/step-notifier.groovy +++ b/official/step-notifier.groovy @@ -25,7 +25,6 @@ definition( preferences { page(name: "setupNotifications") - page(name: "chooseTrack", title: "Select a song or station") page(name: "timeIntervalInput", title: "Only during a certain time") { section { input "starting", "time", title: "Starting", required: false @@ -83,14 +82,6 @@ def setupNotifications() { } } -def chooseTrack() { - dynamicPage(name: "chooseTrack") { - section{ - input "song","enum",title:"Play this track", required:true, multiple: false, options: songOptions() - } - } -} - private songOptions() { // Make sure current selection is in the set -- 2.34.1