Releases: danimtb/esp8266-utils
Releases · danimtb/esp8266-utils
3.0.0
- Const return types in MqttDiscoveryComponent
- Force discovery always in MqttManager
- Manage correct publishing of MQTT disconvery config
v2.5.0
- Changed status sensor to binary sensor
v2.4.0
- Set LastWill to status topic
v2.3.0
- Full mqtt discovery support
v2.2.0
- MQTT publish with retain
- New classes: TimeWatchdog & ToggleSwitch
v2.1.0
- Support for sonoff-danimtb firmware devices
- Migration to String class
- Increased KeepAlive in MqttManager
- FIxed WebSerber input fields
- Added initial support for MQTT discovery components
v2.0.3
- Improved DataManager using embedis library: More flexibility to read an write values and better memory management.
- Added TEMT6000 class: Lux calculations and callback when value changes
- Added RgbLED class with support of transitions
- Improved Button class: Support of internal pullup/pulldown resistors
v2.0.2
Fixed MqttManager crash after reconnection: Set clean sesion to true
v2.0.1
Fixed problem with onMessage callback