@zwave-js/config 9.2.3-0-pr-4598-53c51bc → 9.3.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.
@@ -55,5 +55,59 @@
55
55
  "maxValue": 7,
56
56
  "defaultValue": 0
57
57
  }
58
+ ],
59
+ "associations": {
60
+ "1": {
61
+ "label": "Lifeline",
62
+ "maxNodes": 5,
63
+ "isLifeline": true
64
+ }
65
+ },
66
+ "compat": [
67
+ {
68
+ // Fixes #4588: Firmware v3.4 has numerous bugs related to multi-endpoint support.
69
+ // Firmware v3.3 and v3.1 do not appear to have the same issues.
70
+ "$if": "firmwareVersion === 3.4",
71
+ "commandClasses": {
72
+ // Force use of MultiChannelCC v1.
73
+ "add": {
74
+ "0x60": {
75
+ "isSupported": true,
76
+ "version": 1
77
+ }
78
+ },
79
+ // The firmware handles requests on some endpoints incorrectly, often reporting garbage
80
+ // that confuses discovery or inhibits operation. Remove all of these broken CCs.
81
+ "remove": {
82
+ // BasicCC: All endpoints control the state of Switch 1 so only keep the root endpoint
83
+ // to reduce clutter and to handle received BASIC_SET events.
84
+ "0x20": {
85
+ "endpoints": [1, 2, 3, 4, 5]
86
+ },
87
+ // ManufacturerSpecificCC: Endpoint 1 erroneously reports an incorrect manufacturer
88
+ // and product ID, unlike on the root endpoint.
89
+ "0x72": {
90
+ "endpoints": [1]
91
+ },
92
+ // ClockCC: Endpoint 1 erroneously reports a time with an invalid minute field,
93
+ // unlike on the root endpoint.
94
+ "0x81": {
95
+ "endpoints": [1]
96
+ },
97
+ // AssociationCC: Endpoint 1 erroneously reports that it supports 133 associated nodes
98
+ // but association commands don't work at all, unlike on the root endpoint.
99
+ "0x85": {
100
+ "endpoints": [1]
101
+ },
102
+ // VersionCC: Endpoint 1 reports an unknown version, unlike on the root endpoint.
103
+ "0x86": {
104
+ "endpoints": [1]
105
+ }
106
+ }
107
+ },
108
+ // The device sometimes sends BASIC_SET to the lifeline association when the state of Switch 1
109
+ // changes but the value is always 0 so treat it as an event.
110
+ "treatBasicSetAsEvent": true
111
+ }
58
112
  ]
59
113
  }
@@ -1837,6 +1837,31 @@
1837
1837
  }
1838
1838
  ]
1839
1839
  },
1840
+ "led_function_extended": {
1841
+ "$import": "~/0x0086/templates/aeotec_template.json#led_function",
1842
+ "options": [
1843
+ {
1844
+ "label": "Disable",
1845
+ "value": 0
1846
+ },
1847
+ {
1848
+ "label": "Momentary blink",
1849
+ "value": 1
1850
+ },
1851
+ {
1852
+ "label": "LED follows switch state",
1853
+ "value": 2
1854
+ },
1855
+ {
1856
+ "label": "Inverted LED state based on output",
1857
+ "value": 3
1858
+ },
1859
+ {
1860
+ "label": "LED always on, blinks when state changed",
1861
+ "value": 4
1862
+ }
1863
+ ]
1864
+ },
1840
1865
  "blink_duration": {
1841
1866
  "label": "LED Blink Duration",
1842
1867
  "valueSize": 2,
@@ -52,7 +52,7 @@
52
52
  "allowManualEntry": false,
53
53
  "options": [
54
54
  {
55
- "label": "Normal Orientation",
55
+ "label": "Normal orientation",
56
56
  "value": 0
57
57
  },
58
58
  {
@@ -77,7 +77,7 @@
77
77
  "value": 0
78
78
  },
79
79
  {
80
- "label": "LED is on when switch is off",
80
+ "label": "LED is on when switch is on",
81
81
  "value": 1
82
82
  },
83
83
  {
@@ -292,8 +292,8 @@
292
292
  }
293
293
  ],
294
294
  "metadata": {
295
- "inclusion": "1. Initiate inclusion mode on the Z-Wave hub.\n2. Tap the upper paddle of the dimmer 3 times quickly. The LED indicators will blink to signal communication and remain on for 2 seconds to confirm inclusion",
296
- "exclusion": "1. Initiate exclusion mode on the Z-Wave hub.\n2. Tap the lower paddle on the dimmer 3 times quickly\n3. Your hub will confirm exclusion and the device will disappear from your controller's device list",
295
+ "inclusion": "1. Initiate inclusion mode on the Z-Wave hub.\n2. Tap the upper paddle of the switch 3 times quickly. The LED indicators will blink to signal communication and remain on for 2 seconds to confirm inclusion",
296
+ "exclusion": "1. Initiate exclusion mode on the Z-Wave hub.\n2. Tap the lower paddle on the switch 3 times quickly\n3. Your hub will confirm exclusion and the device will disappear from your controller's device list",
297
297
  "reset": "1. Tap-tap-tap’n’hold the upper paddle for at least 10 seconds. The LED indicator will flash to confirm successful reset.",
298
298
  "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3147/zooz-z-wave-plus-s2-on-off-switch-zen26-manual.pdf"
299
299
  }
@@ -74,6 +74,11 @@
74
74
  "#": "82",
75
75
  "$import": "~/0x0086/templates/aeotec_template.json#wallswitch_command_type"
76
76
  },
77
+ {
78
+ "#": "83",
79
+ "$if": "firmwareVersion >= 1.7",
80
+ "$import": "~/0x0086/templates/aeotec_template.json#led_function_extended"
81
+ },
77
82
  {
78
83
  "#": "83",
79
84
  "$import": "~/0x0086/templates/aeotec_template.json#led_function"
@@ -139,6 +144,12 @@
139
144
  {
140
145
  "#": "133",
141
146
  "$import": "~/0x0086/templates/aeotec_template.json#custom_brightness_99"
147
+ },
148
+ {
149
+ "#": "252",
150
+ "$if": "firmwareVersion >= 1.7",
151
+ "$import": "~/templates/master_template.json#base_enable_disable",
152
+ "label": "Lock Configuration and Manual Button Press"
142
153
  }
143
154
  ],
144
155
  "metadata": {
@@ -58,6 +58,11 @@
58
58
  "#": "82",
59
59
  "$import": "~/0x0086/templates/aeotec_template.json#wallswitch_command_type"
60
60
  },
61
+ {
62
+ "#": "83",
63
+ "$if": "firmwareVersion >= 1.5",
64
+ "$import": "~/0x0086/templates/aeotec_template.json#led_function_extended"
65
+ },
61
66
  {
62
67
  "#": "83",
63
68
  "$import": "~/0x0086/templates/aeotec_template.json#led_function"
@@ -93,6 +98,12 @@
93
98
  {
94
99
  "#": "122",
95
100
  "$import": "~/templates/master_template.json#orientation_momentary"
101
+ },
102
+ {
103
+ "#": "252",
104
+ "$if": "firmwareVersion >= 1.5",
105
+ "$import": "~/templates/master_template.json#base_enable_disable",
106
+ "label": "Lock Configuration and Manual Button Press"
96
107
  }
97
108
  ],
98
109
  "metadata": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "9.2.3-0-pr-4598-53c51bc",
3
+ "version": "9.3.0",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -52,8 +52,8 @@
52
52
  "ts": "node -r esbuild-register"
53
53
  },
54
54
  "dependencies": {
55
- "@zwave-js/core": "9.2.3-0-pr-4598-53c51bc",
56
- "@zwave-js/shared": "9.2.3-0-pr-4598-53c51bc",
55
+ "@zwave-js/core": "9.3.0",
56
+ "@zwave-js/shared": "9.3.0",
57
57
  "alcalzone-shared": "^4.0.1",
58
58
  "ansi-colors": "^4.1.1",
59
59
  "fs-extra": "^10.1.0",
@@ -72,7 +72,7 @@
72
72
  "@types/semver": "^7.3.9",
73
73
  "@types/xml2js": "^0.4.11",
74
74
  "@types/yargs": "^17.0.10",
75
- "@zwave-js/maintenance": "9.2.3-0-pr-4598-53c51bc",
75
+ "@zwave-js/maintenance": "9.3.0",
76
76
  "axios": "^0.27.2",
77
77
  "comment-json": "^4.2.2",
78
78
  "esbuild": "0.14.38",
@@ -84,6 +84,5 @@
84
84
  "typescript": "4.6.4",
85
85
  "xml2js": "^0.4.23",
86
86
  "yargs": "^17.4.1"
87
- },
88
- "stableVersion": "9.2.2"
87
+ }
89
88
  }