Skip to content

Release 2.0.0

Choose a tag to compare

@zwave-js-bot zwave-js-bot released this 26 Feb 10:56
· 2121 commits to master since this release

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