@zwave-js/config 12.4.1 → 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.
@@ -19,5 +19,16 @@
19
19
  "exclusion": "-Follow the user guide of hub to enter exclusion mode.\n-Operate on lock following guide below:\n1.Enter master mode(refer to programming instruction)\n2.Input “8” to enter “function extension settings”\n3.Input “2” to log off a network",
20
20
  "reset": "※Please use this procedure only when the network primary controller is missing or inoperable.\n-Operations on lock\n1.Open the door and keep the lock in \"unlock\" status\n2.Open battery box and find the reset button. \n3.Use a sharp thing to press and hold the reset button.\n4.Keep holding the reset button and remove a battery from battery box then replace it.\n5.Keep holding the reset button until hearing voice guide",
21
21
  "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3373/Alfred%20Z-Wave%20Plus%20System%20Integrators%20Guide(DB1)%20V1.2.pdf"
22
+ },
23
+ "compat": {
24
+ "commandClasses": {
25
+ "remove": {
26
+ // The device has a bug where it stays awake after receiving a Supervision Get command
27
+ // with "request updates" set to true, which quickly drains the battery.
28
+ "Supervision": {
29
+ "endpoints": "*"
30
+ }
31
+ }
32
+ }
22
33
  }
23
34
  }
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "firmwareVersion": {
14
14
  "min": "1.21",
15
- "max": "1.26"
15
+ "max": "1.30"
16
16
  },
17
17
  "paramInformation": [
18
18
  {
@@ -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.",
@@ -7,6 +7,10 @@
7
7
  {
8
8
  "productType": "0x0801",
9
9
  "productId": "0x0401"
10
+ },
11
+ {
12
+ "productType": "0x0801",
13
+ "productId": "0x0301"
10
14
  }
11
15
  ],
12
16
  "firmwareVersion": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "12.4.1",
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.0",
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.0",
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",