🎉 4.0.0
-
⚠️ BREAKING New config option
mode
to replace bothdisableHTTPRefresh
anddisableLANMode
options- This setting allows you to choose how the plugin communicates with your devices
- If you previously used
disableHTTPRefresh
then please setmode
tolan
- If you previously used
disableLANMode
then please setmode
towan
- The recommended (and default) option is
auto
which will suit most users
-
Removal of
debugReqRes
config option- Request and response logging has been cut down and merged into the
debug
option
- Request and response logging has been cut down and merged into the
-
Device state changes will now be added to the logs
-
Device state caching to avoid updating HomeKit when not necessary
-
Improved support for adaptive lighting for Homebridge 1.3.0 beta users
-
Better support for colour/cct bulbs: B1, B02-F-A60, B02-F-ST64, B05-B-A60
-
Name/IP Override section removed from the plugin settings screen (still available directly through the config)
-
Backend code changes, refactors and improvements
-
Dependencies bumped and recommended node version set to 14.15.3