@zwave-js/config 9.0.0-beta.7 → 9.0.0-beta.9-pr-4387-7adf00a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -258,5 +258,11 @@
|
|
|
258
258
|
"compat": {
|
|
259
259
|
// This device reports compound values on the root endpoint
|
|
260
260
|
"preserveRootApplicationCCValueIDs": true
|
|
261
|
+
},
|
|
262
|
+
"metadata": {
|
|
263
|
+
"inclusion": "1. Put your primary Z-Wave controller into inclusion mode.\n2. Press the Action Button on your HEM. If it has been successfully linked to your network, its LED will remain illuminated. If the linking was unsuccessful, your HEM’s LED will continue to blink.",
|
|
264
|
+
"exclusion": "1. Put your primary Z-Wave controller into exclusion mode.\n2. Press the Action Button on your HEM. If it has been successfully removed from your network, its LED will blink. If the removal was unsuccessful, its LED will be solid and it will be then repeated again.",
|
|
265
|
+
"reset": "1. Press and hold the Action Button for 10 seconds.\n2. If successful, the LED on the HEM should begin to blink slowly.",
|
|
266
|
+
"manual": "https://fccid.io/XBADSB09104/User-Manual/User-manual-1279688.pdf"
|
|
261
267
|
}
|
|
262
268
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.9-pr-4387-7adf00a",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"ts": "node -r esbuild-register"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@zwave-js/core": "9.0.0-beta.
|
|
44
|
-
"@zwave-js/shared": "9.0.0-beta.
|
|
43
|
+
"@zwave-js/core": "9.0.0-beta.9-pr-4387-7adf00a",
|
|
44
|
+
"@zwave-js/shared": "9.0.0-beta.9-pr-4387-7adf00a",
|
|
45
45
|
"alcalzone-shared": "^4.0.1",
|
|
46
46
|
"ansi-colors": "^4.1.1",
|
|
47
47
|
"fs-extra": "^10.0.1",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"@types/semver": "^7.3.9",
|
|
61
61
|
"@types/xml2json": "^0.11.4",
|
|
62
62
|
"@types/yargs": "^17.0.9",
|
|
63
|
-
"@zwave-js/maintenance": "9.0.0-beta.
|
|
63
|
+
"@zwave-js/maintenance": "9.0.0-beta.9-pr-4387-7adf00a",
|
|
64
64
|
"axios": "^0.26.0",
|
|
65
65
|
"comment-json": "^4.2.2",
|
|
66
66
|
"esbuild": "0.14.27",
|
|
@@ -72,5 +72,6 @@
|
|
|
72
72
|
"typescript": "4.6.2",
|
|
73
73
|
"xml2json": "^0.12.0",
|
|
74
74
|
"yargs": "^17.3.1"
|
|
75
|
-
}
|
|
75
|
+
},
|
|
76
|
+
"stableVersion": "9.0.0-beta.8"
|
|
76
77
|
}
|