Releases: sidoh/esp8266_milight_hub
Releases · sidoh/esp8266_milight_hub
1.9.0-dev3
New Features
- ( #146 ) Add ability to remove entered Device IDs from UI
- ( #282 ) Auto-save Device IDs entered from UI
1.9.0-dev2
Improvements
- ( #375 ) Add support for controlling colors via commands like
{"color":"255,0,0"}
.
1.9.0-dev1
New Features
- ( #375 ) Add
oh_color
field, which adds support for OpenHAB's colorRGB channel type
1.8.7
Bug fixes
- ( #372 ) Rename /radio_configs -> /remote_configs and list all remote types
1.8.6
Improvements
- ( #371 ) Change default CE pin from D0/GPIO16 to D2/GPIO4. This matches external guides, and GPIO4 is a slightly better I/O pin, as it isn't low on boot.
1.8.5
Bug fixes
- ( #337 ) Fix bug where group 0 commands caused crashes
1.8.4
Bug fixes
- ( #337 ) Fix bug where group 0 commands caused crashes
1.8.2
Bug Fixes
- ( #319 ) Correct offset for RGB+CCT in V6 UDP (thanks, @amelchio!)
- Fix broken build for newest pio platform. See #334.
- ( #327, #328 (?) ) Fix bug where sniffing group 0 packet caused crashes or inconsistent behavior.
1.8.1
Bug Fixes
- ( #312 ) Fix bug where HTTP/MQTT commands with multiple components didn't work