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

typo in alarm.lua #13

Closed mfaulkinbury closed 7 years ago

mfaulkinbury commented 7 years ago

It looks like ln 57 in alarm.lua should be: strobe = gpio.read(alarm.strobePin) == gpio.HIGH

Great work! Thank you.