From: Rahmadi Trimananda Date: Thu, 8 Aug 2019 20:34:28 +0000 (-0700) Subject: Update hello-home-phrase-director.groovy X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=df6a00b4cb336da49c9300bb8e3ac18da11b1b82;p=smartapps.git Update hello-home-phrase-director.groovy --- diff --git a/official/hello-home-phrase-director.groovy b/official/hello-home-phrase-director.groovy index cb78696..b8dd621 100755 --- a/official/hello-home-phrase-director.groovy +++ b/official/hello-home-phrase-director.groovy @@ -24,6 +24,16 @@ ) preferences { + page(name: "timeIntervalInput", title: "Only during a certain time") { + section { + input "starting", "time", title: "Starting", required: false + input "ending", "time", title: "Ending", required: false + } + } + section("Change to this mode") { + input "newMode", "mode", title: "Mode?" + } + page(name: "selectPhrases") page( name:"Settings", title:"Settings", uninstall:true, install:true ) { @@ -329,4 +339,4 @@ sendNotification("Your version of Hello, Home Phrase Director is currently out of date. Please look for the new version of Hello, Home Phrase Director now called 'Routine Director' in the marketplace.") state.lastTime = (new Date() + 31).getTime() } - } \ No newline at end of file + }