From 9303fda38575b957bc1690f0edd19c0564c2e0a7 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Tue, 30 Jul 2019 18:49:56 -0700 Subject: [PATCH] Update thermostat-mode-director.groovy --- official/thermostat-mode-director.groovy | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/official/thermostat-mode-director.groovy b/official/thermostat-mode-director.groovy index 4db49fd..cd23599 100755 --- a/official/thermostat-mode-director.groovy +++ b/official/thermostat-mode-director.groovy @@ -46,7 +46,7 @@ preferences { page name:"directorSettings" page name:"ThermostatandDoors" page name:"ThermostatBoost" - page name:"Settings" + page name:"SettingsMethod" page name:"pageSetup" } @@ -70,7 +70,7 @@ def pageSetup() { href "directorSettings", title: "Director Settings", description: "", state:greyedOut() href "ThermostatandDoors", title: "Thermostat and Doors", description: "", state: greyedOutTherm() href "ThermostatBoost", title: "Thermostat Boost", description: "", state: greyedOutTherm1() - href "Settings", title: "Settings", description: "", state: greyedOutSettings() + href "SettingsMethod", title: "SettingsMethod", description: "", state: greyedOutSettings() } section([title:"Options", mobileOnly:true]) { label title:"Assign a name", required:false @@ -285,7 +285,7 @@ def ThermostatBoost() { } // Show "Setup" page -def Settings() { +def SettingsMethod() { def sendPushMessage = [ name: "sendPushMessage", @@ -320,11 +320,11 @@ def Settings() { required: false ] - def pageName = "Settings" + def pageName = "SettingsMethod" def pageProperties = [ - name: "Settings", - title: "Settings", + name: "SettingsMethod", + title: "SettingsMethod", nextPage: "pageSetup" ] -- 2.34.1