@zwave-js/config 11.10.1 → 11.11.0

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.
@@ -159,6 +159,17 @@
159
159
  "readOnly": true
160
160
  }
161
161
  ],
162
+ "compat": {
163
+ "commandClasses": {
164
+ "remove": {
165
+ // https://github.com/zwave-js/node-zwave-js/discussions/5566#discussioncomment-6702982
166
+ // The device gets stuck in a state where it continues spamming Supervision Reports
167
+ "Supervision": {
168
+ "endpoints": "*"
169
+ }
170
+ }
171
+ }
172
+ },
162
173
  "metadata": {
163
174
  "inclusion": "Press button \"A\" on the lock interior one time",
164
175
  "exclusion": "Press button \"A\" one time",
@@ -7,6 +7,10 @@
7
7
  {
8
8
  "productType": "0x0c01",
9
9
  "productId": "0x0301"
10
+ },
11
+ {
12
+ "productType": "0x0c01",
13
+ "productId": "0x0401"
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": "11.10.1",
3
+ "version": "11.11.0",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"