Update zwave-js to 6.2.0 release (#1836)

This release fixes lock reporting status.
See https://github.com/zwave-js/node-zwave-js/pull/1641 for details.
This commit is contained in:
Mario Limonciello
2021-02-10 01:42:02 -06:00
committed by GitHub
parent b3d46530bb
commit 78d5e40cd8
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 0.1.6
- Update zwave-js to version 6.2.0
## 0.1.5
- Update hardware configuration for Supervisor 2021.02.5

View File

@@ -8,6 +8,6 @@
},
"args": {
"ZWAVEJS_SERVER_VERSION": "1.0.0-beta.5",
"ZWAVEJS_VERSION": "6.1.3"
"ZWAVEJS_VERSION": "6.2.0"
}
}