@zwave-js/config 10.23.2 → 10.23.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.
|
@@ -140,6 +140,14 @@
|
|
|
140
140
|
// The device has two endpoints with different device classes, but both need to exist
|
|
141
141
|
"preserveEndpoints": [1, 2],
|
|
142
142
|
// Not sure if necessary, but this can prevent missing updates on endpoint 1
|
|
143
|
-
"mapRootReportsToEndpoint": 1
|
|
143
|
+
"mapRootReportsToEndpoint": 1,
|
|
144
|
+
// Hide CCs from root endpoint that are duplicated on the manually preserved endpoint 1
|
|
145
|
+
"commandClasses": {
|
|
146
|
+
"remove": {
|
|
147
|
+
"0x80": {
|
|
148
|
+
"endpoints": [0]
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
144
152
|
}
|
|
145
153
|
}
|