6.0.0 (2021-11-25)
Bug Fixes
- ui: spelling of Unauthenticated (#1984) (6cad38a)
- hide some columns for controller node (11099eb), closes #1886
- https log (af8009a)
- value not updating after set (#1972) (035975a), closes #1971
Features
- bump @zwave-js/server@1.12.0 (#1987) (5057281)
- bump zwave-js@8.7.7 (#1974) (95a419e)
- bump zwave-js@8.8.0 (#1991) (913ea34)
- optimize socket events and mqtt disabled events (#1970) (b18067a)
BREAKING CHANGES
Some socket (not the socket used by hass but the socket used in control panel UI) and zwave client events names and payload have changed. This will not affect 99% of users but could cause some breaking changes if you are using custom Plugins:
NODE_UPDATED
socket event now contains the entire node or the props that have changednodeInited
new zwave client event emitted when node is initedvalueWritten
event signature has changed:valueWritten: (valueId: Z2MValueId, node: Z2MNode, value: unknown) => void