Update step-notifier.groovy
[smartapps.git] / official / keep-me-cozy-ii.groovy
index 8f18690c29deee83ed84b44e10e43434dc1bd356..13b6cbcfebb0c84f138ea157aa5348da81c8389b 100755 (executable)
@@ -110,7 +110,7 @@ private evaluate()
        else {
                thermostat.setHeatingSetpoint(heatingSetpoint)
                thermostat.setCoolingSetpoint(coolingSetpoint)
-               thermostat.poll()
+               //thermostat.poll() (Not supported command by thermostat device: according to Graph website!)
        }
 }