Commenting out the Verify API calls in the object instantiation to avoid state explos...
[smartthings-infrastructure.git] / Thermostat / Thermostats.groovy
index 19f5d6f696ef3f2c486412a8e9c97be7c3430045..24d7b16abaf76a9c85a86120ceefd14328541218 100644 (file)
@@ -38,7 +38,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
                
                def initCoolingSetpoint = Verify.getIntFromList(70, 80, 90)
@@ -81,7 +81,7 @@ public class Thermostats{
                } else {
                        this.thermostatMode = "off"
                        this.currentThermostatMode = "off"
-               }
+               }*/
 
                thermostats.add(new Thermostat(sendEvent, id, label, displayName, this.temperature, this.currentCoolingSetpoint, 
                                                this.currentHeatingSetpoint, this.coolingSetpoint, this.thermostatSetpoint, this.heatingSetpoint, this.coolingSetpointRange,