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

index 8f18690c29deee83ed84b44e10e43434dc1bd356..13b6cbcfebb0c84f138ea157aa5348da81c8389b 100755 (executable)
@@ -110,7 +110,7 @@ private evaluate()
        else {
                thermostat.setHeatingSetpoint(heatingSetpoint)
                thermostat.setCoolingSetpoint(coolingSetpoint)
        else {
                thermostat.setHeatingSetpoint(heatingSetpoint)
                thermostat.setCoolingSetpoint(coolingSetpoint)
-               thermostat.poll()
+               //thermostat.poll() (Not supported command by thermostat device: according to Graph website!)
        }
 }
 
        }
 }