github zwave-js/zwave-js-ui v6.0.0
Release 6.0.0

latest releases: v9.12.0, v9.11.1, v9.11.0...
2 years ago

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

Don't miss a new zwave-js-ui release

NewReleases is sending notifications on new releases.