@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.
- package/config/devices/0x001d/dzs15.json +4 -0
- package/config/devices/0x007a/506219.json +5 -1
- package/config/devices/0x010f/fgs223.json +10 -0
- package/config/devices/0x010f/fgt001.json +4 -1
- package/config/devices/0x0258/nas-wr01ze.json +4 -0
- package/config/devices/0x0344/he-ft01.json +780 -0
- package/config/devices/0x0344/he-ht01.json +2 -2
- package/config/devices/0x0371/{zwa009.json → zwa009_0.0_1.255.json} +2 -2
- package/config/devices/0x0371/zwa009_11.1_11.1.json +226 -0
- package/config/devices/0x0371/zwa039.json +282 -0
- package/config/devices/index.json +34167 -0
- package/package.json +6 -7
- package/LICENSE +0 -21
|
@@ -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
|
-
|
|
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
|
}
|