heythisisnate / nodemcu-smartthings

Connect wired contact sensors and/or motion sensors to SmartThings using a NodeMCU ESP8266
MIT License
64 stars 33 forks source link

Reliable poll #6

Closed heythisisnate closed 7 years ago

heythisisnate commented 7 years ago

Reliable poll is a configurable interval to poll for sensors that may have gotten out of sync for some reason. Normally this shouldn't be necessary, but it's been observed to happen.

Also snuck in a feature to blink the onboard LED upon successful communication with SmartThings, which was useful for testing.