From 591f965b054a99429e5f0c7c44078a58bcc38e06 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Thu, 7 Nov 2019 14:20:42 -0800 Subject: [PATCH] Adding new default value to thermostat device. --- Thermostat/Thermostats.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Thermostat/Thermostats.groovy b/Thermostat/Thermostats.groovy index 620aca1..9c660c9 100644 --- a/Thermostat/Thermostats.groovy +++ b/Thermostat/Thermostats.groovy @@ -66,9 +66,9 @@ public class Thermostats{ this.thermostatSetpoint = 60 this.thermostatFanMode = "circulate" this.thermostatLatestFanMode = "circulate" - this.thermostatMode = "off" - this.currentThermostatMode = "off" - this.thermostatLatestMode = "off" + this.thermostatMode = "auto" + this.currentThermostatMode = "auto" + this.thermostatLatestMode = "auto" } thermostats.add(new Thermostat(sendEvent, id, label, displayName, this.temperature, this.currentCoolingSetpoint, this.currentHeatingSetpoint, this.coolingSetpoint, this.thermostatSetpoint, this.heatingSetpoint, this.coolingSetpointRange, -- 2.34.1