From df6a00b4cb336da49c9300bb8e3ac18da11b1b82 Mon Sep 17 00:00:00 2001 From: Rahmadi Trimananda Date: Thu, 8 Aug 2019 13:34:28 -0700 Subject: [PATCH] Update hello-home-phrase-director.groovy --- official/hello-home-phrase-director.groovy | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 + } -- 2.34.1