Update keep-me-cozy.groovy
authorSeyed Amir Hossein Aqajari <amiraj.95@uci.edu>
Tue, 30 Jul 2019 23:08:07 +0000 (16:08 -0700)
committerGitHub Enterprise <noreply@github.uci.edu>
Tue, 30 Jul 2019 23:08:07 +0000 (16:08 -0700)
official/keep-me-cozy.groovy

index 8a8444ebe3aa0d0e07412f2cb20e356507948119..e86df291ff8f6618ea114f4cc004798835eab9f0 100755 (executable)
@@ -76,7 +76,7 @@ def changedLocationMode(evt)
 
        thermostat.setHeatingSetpoint(heatingSetpoint)
        thermostat.setCoolingSetpoint(coolingSetpoint)
-       thermostat.poll()
+       //thermostat.poll()
 }
 
 def appTouch(evt)
@@ -85,7 +85,7 @@ def appTouch(evt)
 
        thermostat.setHeatingSetpoint(heatingSetpoint)
        thermostat.setCoolingSetpoint(coolingSetpoint)
-       thermostat.poll()
+       //thermostat.poll()
 }
 
 // catchall