@zwave-js/config 11.8.0 → 11.9.0
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.
|
@@ -70,6 +70,10 @@
|
|
|
70
70
|
"defaultValue": 1
|
|
71
71
|
}
|
|
72
72
|
],
|
|
73
|
+
"compat": {
|
|
74
|
+
// The device exposes the combined state of both outlets via the root endpoint
|
|
75
|
+
"preserveRootApplicationCCValueIDs": true
|
|
76
|
+
},
|
|
73
77
|
"metadata": {
|
|
74
78
|
"inclusion": "Initiate inclusion (pairing) in the app (or web interface).\nWhile the hub is looking for new devices, click the ZWave™ button 3 times as quickly as possible. The LED indicator will start flashing blue to confirm inclusion. mode and turn green for 1 second once inclusion is completed.",
|
|
75
79
|
"exclusion": "1. Bring the plug within direct range of your Z-Wave™ gateway (hub).\n2. Put the Z-Wave™ hub into exclusion mode (not sure how to do that? ask@getzooz.com).\n3. Press and release the Z-Wave™ button 3 times quickly.\n4. Your hub will confirm exclusion and the plug will disappear from your controller's device list",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.9.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@zwave-js/core": "11.
|
|
61
|
+
"@zwave-js/core": "11.9.0",
|
|
62
62
|
"@zwave-js/shared": "11.8.0",
|
|
63
63
|
"alcalzone-shared": "^4.0.8",
|
|
64
64
|
"ansi-colors": "^4.1.3",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@types/sinon": "^10.0.14",
|
|
81
81
|
"@types/xml2js": "^0.4.11",
|
|
82
82
|
"@types/yargs": "^17.0.24",
|
|
83
|
-
"@zwave-js/maintenance": "11.
|
|
83
|
+
"@zwave-js/maintenance": "11.9.0",
|
|
84
84
|
"ava": "^4.3.3",
|
|
85
85
|
"comment-json": "^4.2.3",
|
|
86
86
|
"del-cli": "^5.0.0",
|