X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartthings-infrastructure.git;a=blobdiff_plain;f=Thermostat%2FThermostats.groovy;h=9c660c9badf176dae3da5c03810c6e64082a12d5;hp=620aca10a296f54d5e91c1c1d75654fa763c4db7;hb=591f965b054a99429e5f0c7c44078a58bcc38e06;hpb=d57a6f7fd0a35286e270d8b39ac7fbf45af88b08;ds=sidebyside 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,