github zwave-js/zwave-js-ui v2.0.0
Release 2.0.0

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

2.0.0 (2021-02-26)

Code Refactoring

  • make nodes a map instead of an array (#710) (5a43abd)

Features

  • correctly parse currentColor value and improve rgb discovery (#568) (7bedd3b)
  • plugins improved support (#688) (a213b25)

BREAKING CHANGES

  • plugins are now stored in an array of strings on settings gateway prop instead of zwave
  • getNodes function of ZwaveClient returns an array of available nodes but the index doesn't match the nodeId
    refreshNeighbours returns a map nodeId -> neighbours[]
    node removed socket event now returns the node removed
    renamed setNodeName and setNodeLocation apis (removed the leading _) as now them also store the value to controller

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

NewReleases is sending notifications on new releases.