@zwave-js/config 12.4.2 → 12.4.3
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.
|
@@ -223,6 +223,16 @@
|
|
|
223
223
|
]
|
|
224
224
|
}
|
|
225
225
|
],
|
|
226
|
+
"compat": {
|
|
227
|
+
"commandClasses": {
|
|
228
|
+
"remove": {
|
|
229
|
+
// The device probably has a bugged Window Covering CC implementation
|
|
230
|
+
"0x6a": {
|
|
231
|
+
"endpoints": "*"
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
},
|
|
226
236
|
"metadata": {
|
|
227
237
|
"inclusion": "Step 1. Set primary controller/gateway into inclusion mode.\nStep 2. Either power cycle the product, or triple press the action button.\n Step 3. The connected light will stay on solid for 3 seconds to indicate successful inclusion.",
|
|
228
238
|
"exclusion": "Step 1. Set primary controller/gateway into exclusion mode.\nStep 2. Triple press the action button.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "12.4.
|
|
3
|
+
"version": "12.4.3",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@zwave-js/core": "12.4.
|
|
58
|
+
"@zwave-js/core": "12.4.3",
|
|
59
59
|
"@zwave-js/shared": "12.2.3",
|
|
60
60
|
"alcalzone-shared": "^4.0.8",
|
|
61
61
|
"ansi-colors": "^4.1.3",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@types/sinon": "^10.0.16",
|
|
77
77
|
"@types/xml2js": "^0.4.12",
|
|
78
78
|
"@types/yargs": "^17.0.24",
|
|
79
|
-
"@zwave-js/maintenance": "12.4.
|
|
79
|
+
"@zwave-js/maintenance": "12.4.3",
|
|
80
80
|
"ava": "^5.3.1",
|
|
81
81
|
"comment-json": "^4.2.3",
|
|
82
82
|
"del-cli": "^5.1.0",
|