X-Git-Url: http://plrg.eecs.uci.edu/git/?p=smartthings-infrastructure.git;a=blobdiff_plain;f=Thermostat%2FThermostats.groovy;h=42a8728ebaa584e942d3bd3a2520610ec4183356;hp=d8f7adaff9a9e14d69d32fa48f9f30f2b9471d60;hb=9a9f34091fe2231e5f0010987ac3a24800aaae78;hpb=d3802bd96ca8963ae52b9740443f9be6896f0e18 diff --git a/Thermostat/Thermostats.groovy b/Thermostat/Thermostats.groovy index d8f7ada..42a8728 100644 --- a/Thermostat/Thermostats.groovy +++ b/Thermostat/Thermostats.groovy @@ -46,7 +46,7 @@ public class Thermostats{ this.deviceNumbers = deviceNumbers this.thermostats = [] - def initTemperature = Verify.getIntFromList(60, 66, 70) + /*def initTemperature = Verify.getIntFromList(60, 66, 70) this.temperature = initTemperature this.currentTemperature = initTemperature @@ -100,7 +100,7 @@ public class Thermostats{ this.thermostatMode = "off" this.currentThermostatMode = "off" this.thermostatLatestMode = "off" - } + }*/ thermostats.add(new Thermostat(sendEvent, id, label, displayName, this.temperature, this.currentCoolingSetpoint, this.currentHeatingSetpoint, this.coolingSetpoint, this.thermostatSetpoint, this.heatingSetpoint, this.coolingSetpointRange,