From: Seyed Amir Hossein Aqajari Date: Mon, 5 Aug 2019 02:35:42 +0000 (-0700) Subject: Update step-notifier.groovy X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=dd9f4cae54c70b35ccc62bdd5656caf4ab1fa1e6;p=smartapps.git Update step-notifier.groovy --- 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