Skip to content

Release 6.0.0

Choose a tag to compare

@zwave-js-bot zwave-js-bot released this 25 Nov 14:01
· 1459 commits to master since this release

6.0.0 (2021-11-25)

Bug Fixes

Features

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 changed
  • nodeInited new zwave client event emitted when node is inited
  • valueWritten event signature has changed: valueWritten: (valueId: Z2MValueId, node: Z2MNode, value: unknown) => void