@zwave-js/config 8.6.0 → 8.7.1-20211103

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.
@@ -12,5 +12,9 @@
12
12
  "firmwareVersion": {
13
13
  "min": "0.0",
14
14
  "max": "255.255"
15
+ },
16
+ "compat": {
17
+ // The device needs a bit of delay until it is ready to answer GET requests after sending a NIF
18
+ "manualValueRefreshDelayMs": 1000
15
19
  }
16
20
  }
@@ -93,5 +93,9 @@
93
93
  "maxValue": 127,
94
94
  "defaultValue": 0
95
95
  }
96
- ]
96
+ ],
97
+ "compat": {
98
+ // The device uses Basic Set to control other devices
99
+ "treatBasicSetAsEvent": true
100
+ }
97
101
  }
@@ -29,6 +29,16 @@
29
29
  "min": "0.0",
30
30
  "max": "255.255"
31
31
  },
32
+ "associations": {
33
+ "1": {
34
+ "label": "Lifeline",
35
+ "maxNodes": 1,
36
+ // This device requires a multi channel association on the root
37
+ // to be able to report from the correct endpoints
38
+ "multiChannel": true,
39
+ "isLifeline": true
40
+ }
41
+ },
32
42
  "paramInformation": [
33
43
  {
34
44
  "#": "9",
@@ -138,6 +138,9 @@
138
138
  }
139
139
  ],
140
140
  "compat": {
141
- "preserveEndpoints": [2]
141
+ // The device has two endpoints with different device classes, but both need to exist
142
+ "preserveEndpoints": [1, 2],
143
+ // Not sure if necessary, but this can prevent missing updates on endpoint 1
144
+ "mapRootReportsToEndpoint": 1
142
145
  }
143
146
  }
@@ -11,6 +11,10 @@
11
11
  {
12
12
  "productType": "0x0200",
13
13
  "productId": "0x1027"
14
+ },
15
+ {
16
+ "productType": "0x0300",
17
+ "productId": "0x1027"
14
18
  }
15
19
  ],
16
20
  "firmwareVersion": {