From 6a4207fba9cd6defda8e45042f194d2ce8368345 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Tue, 30 Jul 2019 18:04:12 -0700 Subject: [PATCH] Update thermostat-mode-director.groovy --- official/thermostat-mode-director.groovy | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/official/thermostat-mode-director.groovy b/official/thermostat-mode-director.groovy index de38b24..8e822da 100755 --- a/official/thermostat-mode-director.groovy +++ b/official/thermostat-mode-director.groovy @@ -37,6 +37,12 @@ definition( ) 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 + } + } page name:"pageSetup" page name:"directorSettings" page name:"ThermostatandDoors" -- 2.34.1