@zwave-js/config 12.7.0 → 12.9.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.
@@ -50,5 +50,15 @@
50
50
  "exclusion": "1. Put the Z-Wave Controller into exclusion mode.\n2. Press the tamper switch 3 times within 1.5 seconds to put the unit into exclusion mode",
51
51
  "reset": "1. Press the tamper switch 3 times within 1.5 seconds to put the unit into exclusion mode\n2. Within 1 second of step 1, press the tamper switch again and hold until LED is off (about 5 seconds).\n3. Node ID is excluded. The device reverts to factory default state and will be in auto-inclusion mode for 4 minutes.\n4. Please use this procedure only when the network primary controller is missing or otherwise inoperable",
52
52
  "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2890/EH403%20Manual_20180522修改-A501112670R.pdf"
53
+ },
54
+ "compat": {
55
+ "commandClasses": {
56
+ "remove": {
57
+ // The device does not support Supervision correctly
58
+ "Supervision": {
59
+ "endpoints": "*"
60
+ }
61
+ }
62
+ }
53
63
  }
54
64
  }
@@ -199,7 +199,7 @@
199
199
  "0x00c5": "RPE Ajax LLC",
200
200
  "0x00c6": "Venstar",
201
201
  "0x00c7": "Wireless Maingate AB",
202
- "0x00c8": "Cloud Media ",
202
+ "0x00c8": "Cloud Media",
203
203
  "0x00c9": "Samsung Electronics",
204
204
  "0x00ca": "Monoprice",
205
205
  "0x00cb": "Newland Communication Science Technology Co. Ltd",
@@ -648,7 +648,7 @@
648
648
  "0x0369": "2KLIC",
649
649
  "0x036b": "NEC Platforms Ltd.",
650
650
  "0x036c": "Shenzhen Sen5 Technology Co., Ltd.",
651
- "0x036d": "Luffanet Co. Lte. ",
651
+ "0x036d": "Luffanet Co. Lte.",
652
652
  "0x036e": "Zinno",
653
653
  "0x036f": "Evolvere SpA",
654
654
  "0x0370": "Raylios",
@@ -756,6 +756,7 @@
756
756
  "0x0447": "Schneider Electric",
757
757
  "0x044b": "Dongguan Will Power",
758
758
  "0x0460": "Shelly",
759
+ "0x0466": "Nabu Casa",
759
760
  "0x1486": "Remotec",
760
761
  "0x5254": "Remotec",
761
762
  "0xffff": "_Not defined"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "12.7.0",
3
+ "version": "12.9.0",
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.7.0",
58
+ "@zwave-js/core": "12.9.0",
59
59
  "@zwave-js/shared": "12.5.3",
60
60
  "alcalzone-shared": "^4.0.8",
61
61
  "ansi-colors": "^4.1.3",
@@ -76,7 +76,7 @@
76
76
  "@types/sinon": "^17.0.3",
77
77
  "@types/xml2js": "^0.4.14",
78
78
  "@types/yargs": "^17.0.32",
79
- "@zwave-js/maintenance": "12.7.0",
79
+ "@zwave-js/maintenance": "12.9.0",
80
80
  "ava": "^6.1.2",
81
81
  "comment-json": "^4.2.3",
82
82
  "del-cli": "^5.1.0",