ThisSmartHouse / CoogleIOT

A ESP8266 Library for easy IOT device development
https://www.thissmarthouse.net/coogleiot/
Other
120 stars 29 forks source link

Add MQTT Last Will Testament LWT setup capability through the web int… #11

Closed snappy46 closed 6 years ago

snappy46 commented 6 years ago

Allow MQTT connection with Last Will Testament LWT. I found using LWT to determine whether device is connected or not more convenient than using current heartbeat monitor. LWT setup can be done using the web interface by setting the LWT topic and message. If LWT topic is left blank then MQTT connection will proceed as per usual.

coogle commented 6 years ago

lol sorry I actually missed the PR and I just noticed your updates from browsing your code base ;)