zwave: update to zwave-js v10

This commit is contained in:
Koushik Dutta
2022-09-30 11:52:44 -07:00
parent 0bdfbc3236
commit 3fc9198237
2 changed files with 790 additions and 428 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/zwave",
"version": "0.0.52",
"version": "0.0.53",
"description": "Z-Wave USB Controller for Scrypted",
"author": "Scrypted",
"license": "Apache",
@@ -40,6 +40,6 @@
"@types/node": "^16.7.1"
},
"optionalDependencies": {
"zwave-js": "^9.6.2"
"zwave-js": "^10.3.0"
}
}