Update keep-me-cozy.groovy
[smartapps.git] / official / keep-me-cozy.groovy
index 8a8444ebe3aa0d0e07412f2cb20e356507948119..e86df291ff8f6618ea114f4cc004798835eab9f0 100755 (executable)
@@ -76,7 +76,7 @@ def changedLocationMode(evt)
 
        thermostat.setHeatingSetpoint(heatingSetpoint)
        thermostat.setCoolingSetpoint(coolingSetpoint)
 
        thermostat.setHeatingSetpoint(heatingSetpoint)
        thermostat.setCoolingSetpoint(coolingSetpoint)
-       thermostat.poll()
+       //thermostat.poll()
 }
 
 def appTouch(evt)
 }
 
 def appTouch(evt)
@@ -85,7 +85,7 @@ def appTouch(evt)
 
        thermostat.setHeatingSetpoint(heatingSetpoint)
        thermostat.setCoolingSetpoint(coolingSetpoint)
 
        thermostat.setHeatingSetpoint(heatingSetpoint)
        thermostat.setCoolingSetpoint(coolingSetpoint)
-       thermostat.poll()
+       //thermostat.poll()
 }
 
 // catchall
 }
 
 // catchall