Skip to content

Releases: zwave-js/zwave-js-ui

Release 2.1.0

02 Mar 12:39
Compare
Choose a tag to compare

2.1.0 (2021-03-02)

Bug Fixes

Features

  • ui: allow to export nodes dump (8a4a958)

Release 2.0.1

01 Mar 13:45
Compare
Choose a tag to compare

2.0.1 (2021-03-01)

Bug Fixes

Release 2.0.0

26 Feb 10:56
Compare
Choose a tag to compare

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

Release 1.4.0

24 Feb 14:50
Compare
Choose a tag to compare

1.4.0 (2021-02-24)

Disclaimer

Please do NOT update to this if you're running the stable version of HA due to a version incompatability.
Next version of HA 2021.3 will be compatible again.

Bug Fixes

  • hass: inovelli lzw42 multi color bulb discovery update (#690) (9669cce)

Features

Release 1.3.0

23 Feb 15:49
Compare
Choose a tag to compare

1.3.0 (2021-02-23)

Bug Fixes

  • hass: improved climates discovery (#692) (1c60355)
  • ui: node details in mobile devices (9fcc8e0)
  • ui: overflow of tabs in mobile devices (6806907)

Features

  • ui: add link to zwavejs devices db (#708) (ebb5036)
  • ui: update topics and clear retained functions (246c078)

Release 1.2.3

22 Feb 14:53
Compare
Choose a tag to compare

1.2.3 (2021-02-22)

Bug Fixes

Release 1.2.2

19 Feb 10:16
Compare
Choose a tag to compare

1.2.2 (2021-02-19)

Bug Fixes

Release 1.2.1

18 Feb 17:26
Compare
Choose a tag to compare

1.2.1 (2021-02-18)

Bug Fixes

Release 1.2.0

18 Feb 16:16
Compare
Choose a tag to compare

1.2.0 (2021-02-18)

Bug Fixes

  • firmware target not set correctly (#601) (9d8b5d5)
  • generate the action template when an action map is given (#547) (254121e)
  • start zwavejs server when driver is ready (#605) (aebd890), closes #602
  • ui: battery powered devices shown as main (#590) (0235011), closes #546

Features

Release 1.1.1

10 Feb 14:07
Compare
Choose a tag to compare

Bug Fixes

Features