@zwave-js/config 15.24.3 → 15.25.1

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.
Files changed (65) hide show
  1. package/build/cjs/JsonTemplate.d.ts +21 -0
  2. package/build/cjs/JsonTemplate.js +50 -28
  3. package/build/cjs/JsonTemplate.js.map +2 -2
  4. package/build/cjs/Logic.js +1 -0
  5. package/build/cjs/Logic.js.map +2 -2
  6. package/build/cjs/_version.d.ts +1 -1
  7. package/build/cjs/_version.js +1 -1
  8. package/build/cjs/_version.js.map +1 -1
  9. package/build/cjs/index.d.ts +1 -0
  10. package/build/cjs/index.js +10 -1
  11. package/build/cjs/index.js.map +2 -2
  12. package/build/esm/JsonTemplate.d.ts +21 -0
  13. package/build/esm/JsonTemplate.d.ts.map +1 -1
  14. package/build/esm/JsonTemplate.js +78 -34
  15. package/build/esm/JsonTemplate.js.map +1 -1
  16. package/build/esm/Logic.d.ts.map +1 -1
  17. package/build/esm/Logic.js +1 -0
  18. package/build/esm/Logic.js.map +1 -1
  19. package/build/esm/_version.d.ts +1 -1
  20. package/build/esm/_version.js +1 -1
  21. package/build/esm/index.d.ts +1 -0
  22. package/build/esm/index.d.ts.map +1 -1
  23. package/build/esm/index.js +1 -0
  24. package/build/esm/index.js.map +1 -1
  25. package/config/devices/0x015f/mh-5900.json +1044 -2
  26. package/config/devices/0x015f/templates/mcohome_template.json +21 -0
  27. package/config/devices/0x0267/10002020-13x.json +4 -0
  28. package/config/devices/0x0267/10002080-13x.json +16 -0
  29. package/config/devices/0x027a/templates/zooz_template.json +14 -0
  30. package/config/devices/0x027a/zac36.json +127 -0
  31. package/config/devices/0x027a/zen04.json +4 -3
  32. package/config/devices/0x027a/zen05.json +132 -0
  33. package/config/devices/0x027a/zen06.json +57 -1
  34. package/config/devices/0x027a/zen14.json +2 -1
  35. package/config/devices/0x027a/zen15.json +20 -1
  36. package/config/devices/0x027a/zen21.json +44 -24
  37. package/config/devices/0x027a/zen22.json +34 -11
  38. package/config/devices/0x027a/zen23.json +39 -10
  39. package/config/devices/0x027a/zen24.json +20 -0
  40. package/config/devices/0x027a/zen26.json +11 -0
  41. package/config/devices/0x027a/zen27.json +15 -4
  42. package/config/devices/0x027a/zen30.json +83 -5
  43. package/config/devices/0x027a/zen31.json +116 -8
  44. package/config/devices/0x027a/zen35.json +6 -10
  45. package/config/devices/0x027a/zen37.json +25 -0
  46. package/config/devices/0x027a/zen51.json +7 -1
  47. package/config/devices/0x027a/zen52.json +36 -1
  48. package/config/devices/0x027a/zen53.json +43 -0
  49. package/config/devices/0x027a/zen54.json +9 -0
  50. package/config/devices/0x027a/zen55.json +34 -22
  51. package/config/devices/0x027a/zen72.json +4 -3
  52. package/config/devices/0x027a/zen73.json +32 -3
  53. package/config/devices/0x027a/zen74.json +61 -5
  54. package/config/devices/0x027a/zen75.json +13 -0
  55. package/config/devices/0x027a/zen76.json +25 -3
  56. package/config/devices/0x027a/zen77.json +5 -4
  57. package/config/devices/0x027a/zse09.json +4 -3
  58. package/config/devices/0x027a/zse11.json +1 -0
  59. package/config/devices/0x027a/zse18.json +37 -4
  60. package/config/devices/0x027a/zse33.json +1 -2
  61. package/config/devices/0x027a/zse40.json +5 -6
  62. package/config/devices/0x027a/zse43.json +2 -1
  63. package/config/devices/0x027a/zse50.json +1 -1
  64. package/config/devices/0x0464/lamp-zw2.json +232 -0
  65. package/package.json +3 -3
@@ -84,14 +84,46 @@
84
84
  },
85
85
  {
86
86
  "#": "62",
87
- "label": "Power Report Frequency",
88
- "description": "Choose how often you want your RGBW Dimmer to report power consumption (W) to your controller. NOTE: must be 0, or an increment of 30.",
87
+ "$purpose": "reporting_interval.power",
88
+ "label": "Power (W) Report Interval",
89
89
  "valueSize": 2,
90
90
  "unit": "seconds",
91
- "minValue": 0,
92
- "maxValue": 32400,
91
+ "allowed": [
92
+ { "range": [0, 32400], "step": 30 }
93
+ ],
93
94
  "defaultValue": 3600
94
95
  },
96
+ {
97
+ "#": "63",
98
+ "label": "Analog Sensor Voltage Report Threshold",
99
+ "valueSize": 2,
100
+ "unit": "0.1 V",
101
+ "minValue": 0,
102
+ "maxValue": 100,
103
+ "defaultValue": 5,
104
+ "options": [
105
+ {
106
+ "label": "Disable",
107
+ "value": 0
108
+ }
109
+ ]
110
+ },
111
+ {
112
+ "#": "64",
113
+ "label": "Analog Sensor Report Interval",
114
+ "valueSize": 2,
115
+ "unit": "seconds",
116
+ "allowed": [
117
+ { "range": [0, 32400], "step": 30 }
118
+ ],
119
+ "defaultValue": 0,
120
+ "options": [
121
+ {
122
+ "label": "Disable",
123
+ "value": 0
124
+ }
125
+ ]
126
+ },
95
127
  {
96
128
  "#": "65",
97
129
  "$purpose": "reporting_threshold.energy",
@@ -105,12 +137,13 @@
105
137
  },
106
138
  {
107
139
  "#": "66",
108
- "label": "Energy Report Frequency",
109
- "description": "Choose how often you want your RGBW Dimmer to report energy (kWh) to your controller. NOTE: must be 0, or an increment of 30",
140
+ "$purpose": "reporting_interval.energy",
141
+ "label": "Energy (kWh) Report Interval",
110
142
  "valueSize": 2,
111
143
  "unit": "seconds",
112
- "minValue": 0,
113
- "maxValue": 32400,
144
+ "allowed": [
145
+ { "range": [0, 32400], "step": 30 }
146
+ ],
114
147
  "defaultValue": 3600
115
148
  },
116
149
  {
@@ -163,6 +196,81 @@
163
196
  }
164
197
  ]
165
198
  },
199
+ {
200
+ // One byte per RGBW channel, packed big-endian: IN1/Red is the most
201
+ // significant byte, IN4/White the least. Per channel: 0-99 = brightness, 255 = on.
202
+ "#": "154[0xff000000]",
203
+ "label": "Single Click ON Trigger for Associated Devices (Red)",
204
+ "valueSize": 4,
205
+ "unit": "%",
206
+ "allowed": [
207
+ { "range": [0, 99] },
208
+ { "value": 255 }
209
+ ],
210
+ "defaultValue": 255,
211
+ "unsigned": true,
212
+ "options": [
213
+ {
214
+ "label": "On",
215
+ "value": 255
216
+ }
217
+ ]
218
+ },
219
+ {
220
+ "#": "154[0x00ff0000]",
221
+ "$import": "#paramInformation/154[0xff000000]",
222
+ "label": "Single Click ON Trigger for Associated Devices (Green)"
223
+ },
224
+ {
225
+ "#": "154[0x0000ff00]",
226
+ "$import": "#paramInformation/154[0xff000000]",
227
+ "label": "Single Click ON Trigger for Associated Devices (Blue)"
228
+ },
229
+ {
230
+ "#": "154[0x000000ff]",
231
+ "$import": "#paramInformation/154[0xff000000]",
232
+ "label": "Single Click ON Trigger for Associated Devices (White)"
233
+ },
234
+ {
235
+ "#": "155[0xff000000]",
236
+ "$import": "#paramInformation/154[0xff000000]",
237
+ "label": "Single Click OFF Trigger for Associated Devices (Red)"
238
+ },
239
+ {
240
+ "#": "155[0x00ff0000]",
241
+ "$import": "#paramInformation/154[0xff000000]",
242
+ "label": "Single Click OFF Trigger for Associated Devices (Green)"
243
+ },
244
+ {
245
+ "#": "155[0x0000ff00]",
246
+ "$import": "#paramInformation/154[0xff000000]",
247
+ "label": "Single Click OFF Trigger for Associated Devices (Blue)"
248
+ },
249
+ {
250
+ "#": "155[0x000000ff]",
251
+ "$import": "#paramInformation/154[0xff000000]",
252
+ "label": "Single Click OFF Trigger for Associated Devices (White)"
253
+ },
254
+ {
255
+ "#": "156[0xff000000]",
256
+ "$import": "#paramInformation/154[0xff000000]",
257
+ "label": "Double Click ON Trigger for Associated Devices (Red)"
258
+ },
259
+ {
260
+ "#": "156[0x00ff0000]",
261
+ "$import": "#paramInformation/154[0xff000000]",
262
+ "label": "Double Click ON Trigger for Associated Devices (Green)"
263
+ },
264
+ {
265
+ "#": "156[0x0000ff00]",
266
+ "$import": "#paramInformation/154[0xff000000]",
267
+ "label": "Double Click ON Trigger for Associated Devices (Blue)"
268
+ },
269
+ {
270
+ "#": "156[0x000000ff]",
271
+ "$import": "#paramInformation/154[0xff000000]",
272
+ "label": "Double Click ON Trigger for Associated Devices (White)"
273
+ },
166
274
  {
167
275
  "#": "157",
168
276
  "label": "Preset Programs",
@@ -205,7 +205,7 @@
205
205
  "#": "20",
206
206
  "$import": "~/templates/master_template.json#base_enable_disable_inverted",
207
207
  "label": "Send Report and Toggle LED on Button Press If Dimmer Disabled",
208
- "defaultValue": 1
208
+ "defaultValue": 0
209
209
  },
210
210
  {
211
211
  "#": "21",
@@ -218,8 +218,7 @@
218
218
  },
219
219
  {
220
220
  "#": "23",
221
- "$import": "templates/zooz_template.json#local_dimming_speed",
222
- "defaultValue": 5
221
+ "$import": "templates/zooz_template.json#local_dimming_speed"
223
222
  },
224
223
  {
225
224
  "#": "24",
@@ -231,18 +230,15 @@
231
230
  },
232
231
  {
233
232
  "#": "26",
234
- "$import": "templates/zooz_template.json#local_dimming_speed_group_3_and_4",
235
- "defaultValue": 5
233
+ "$import": "templates/zooz_template.json#local_dimming_speed_group_3_and_4"
236
234
  },
237
235
  {
238
236
  "#": "27",
239
- "$import": "templates/zooz_template.json#min_brightness",
240
- "defaultValue": 1
237
+ "$import": "templates/zooz_template.json#min_brightness"
241
238
  },
242
239
  {
243
240
  "#": "28",
244
- "$import": "templates/zooz_template.json#max_brightness",
245
- "defaultValue": 99
241
+ "$import": "templates/zooz_template.json#max_brightness"
246
242
  },
247
243
  {
248
244
  "#": "29",
@@ -343,7 +339,7 @@
343
339
  {
344
340
  "#": "36",
345
341
  "$import": "templates/zooz_template.json#enable_scene_control",
346
- "defaultValue": 0
342
+ "defaultValue": 1
347
343
  },
348
344
  {
349
345
  "#": "37",
@@ -151,6 +151,31 @@
151
151
  "description": "Time to dim devices in groups 4 and 5 from 0 to 100% brightness by pressing and holding the buttons.",
152
152
  "unit": "seconds",
153
153
  "defaultValue": 5
154
+ },
155
+ {
156
+ "#": "8",
157
+ "$if": "firmwareVersion >= 2.20",
158
+ "$purpose": "reporting_interval.battery",
159
+ "label": "Battery Reporting Interval",
160
+ "valueSize": 1,
161
+ "unit": "hours",
162
+ "minValue": 1,
163
+ "maxValue": 84,
164
+ "defaultValue": 12
165
+ },
166
+ {
167
+ "#": "9",
168
+ "$if": "firmwareVersion >= 2.20",
169
+ "$import": "templates/zooz_template.json#battery_report_threshold",
170
+ "minValue": 0,
171
+ "maxValue": 20,
172
+ "defaultValue": 0,
173
+ "options": [
174
+ {
175
+ "label": "Disable",
176
+ "value": 0
177
+ }
178
+ ]
154
179
  }
155
180
  ],
156
181
  "metadata": {
@@ -34,7 +34,8 @@
34
34
  "paramInformation": [
35
35
  {
36
36
  "#": "1",
37
- "$import": "~/templates/master_template.json#enable_led_indicator"
37
+ "$import": "~/templates/master_template.json#enable_led_indicator",
38
+ "defaultValue": 1
38
39
  },
39
40
  {
40
41
  "#": "2",
@@ -79,6 +80,11 @@
79
80
  {
80
81
  "#": "12",
81
82
  "$import": "templates/zooz_template.json#zen5x_external_switch_multiple_click"
83
+ },
84
+ {
85
+ "#": "13",
86
+ "$if": "firmwareVersion >= 1.80",
87
+ "$import": "templates/zooz_template.json#input_trigger"
82
88
  }
83
89
  ],
84
90
  "metadata": {
@@ -34,7 +34,8 @@
34
34
  "paramInformation": [
35
35
  {
36
36
  "#": "2",
37
- "$import": "~/templates/master_template.json#enable_led_indicator"
37
+ "$import": "~/templates/master_template.json#enable_led_indicator",
38
+ "defaultValue": 1
38
39
  },
39
40
  {
40
41
  "#": "3",
@@ -127,6 +128,40 @@
127
128
  {
128
129
  "#": "27",
129
130
  "$import": "templates/zooz_template.json#zen5x_external_switch_multiple_click"
131
+ },
132
+ {
133
+ "#": "28",
134
+ "$if": "firmwareVersion >= 1.80",
135
+ "label": "Input Trigger",
136
+ "description": "Choose whether the inputs trigger the outputs, or just send input reports for monitoring while keeping the outputs separate.",
137
+ "valueSize": 1,
138
+ "defaultValue": 0,
139
+ "allowManualEntry": false,
140
+ "options": [
141
+ {
142
+ "label": "Inputs trigger outputs",
143
+ "value": 0
144
+ },
145
+ {
146
+ "label": "Input S1 separated from output",
147
+ "value": 1
148
+ },
149
+ {
150
+ "label": "Input S2 separated from output",
151
+ "value": 2
152
+ },
153
+ {
154
+ "label": "Both inputs separated from outputs",
155
+ "value": 3
156
+ }
157
+ ]
158
+ },
159
+ {
160
+ "#": "29",
161
+ "$if": "firmwareVersion >= 1.80",
162
+ "$import": "~/templates/master_template.json#base_enable_disable",
163
+ "label": "DC Motor Mode",
164
+ "description": "Synchronize relay 1 and relay 2 so they cannot be activated at the same time."
130
165
  }
131
166
  ],
132
167
  "metadata": {
@@ -142,6 +142,10 @@
142
142
  {
143
143
  "label": "Reversed",
144
144
  "value": 1
145
+ },
146
+ {
147
+ "label": "Venetian",
148
+ "value": 2
145
149
  }
146
150
  ]
147
151
  },
@@ -223,6 +227,45 @@
223
227
  {
224
228
  "#": "16",
225
229
  "$import": "templates/zooz_template.json#association_reports_multilevel"
230
+ },
231
+ {
232
+ "#": "18",
233
+ "$import": "~/templates/master_template.json#base_enable_disable",
234
+ "label": "Stop Motor When Limit Switches Detected"
235
+ },
236
+ {
237
+ "#": "19",
238
+ "$if": "firmwareVersion >= 1.40",
239
+ "label": "Motor Cycle Duration (Open/Up)",
240
+ "valueSize": 2,
241
+ "unit": "10ms",
242
+ "minValue": 0,
243
+ "maxValue": 65535,
244
+ "defaultValue": 0,
245
+ "unsigned": true,
246
+ "options": [
247
+ {
248
+ "label": "Use shutter/venetian cycle duration",
249
+ "value": 0
250
+ }
251
+ ]
252
+ },
253
+ {
254
+ "#": "20",
255
+ "$if": "firmwareVersion >= 1.40",
256
+ "label": "Motor Cycle Duration (Closed/Down)",
257
+ "valueSize": 2,
258
+ "unit": "10ms",
259
+ "minValue": 0,
260
+ "maxValue": 65535,
261
+ "defaultValue": 0,
262
+ "unsigned": true,
263
+ "options": [
264
+ {
265
+ "label": "Use shutter/venetian cycle duration",
266
+ "value": 0
267
+ }
268
+ ]
226
269
  }
227
270
  ],
228
271
  "metadata": {
@@ -132,19 +132,28 @@
132
132
  },
133
133
  {
134
134
  "#": "15",
135
+ "$if": "firmwareVersion >= 1.30",
135
136
  "$import": "templates/zooz_template.json#dimmer_on_ramp_rate"
136
137
  },
137
138
  {
138
139
  "#": "16",
140
+ "$if": "firmwareVersion >= 1.30",
139
141
  "$import": "templates/zooz_template.json#dimmer_off_ramp_rate"
140
142
  },
141
143
  {
142
144
  "#": "17",
145
+ "$if": "firmwareVersion >= 1.30",
143
146
  "$import": "templates/zooz_template.json#zwave_on_dimmer_ramp_rate_match_manual"
144
147
  },
145
148
  {
146
149
  "#": "18",
150
+ "$if": "firmwareVersion >= 1.30",
147
151
  "$import": "templates/zooz_template.json#zwave_off_dimmer_ramp_rate_match_manual"
152
+ },
153
+ {
154
+ "#": "19",
155
+ "$if": "firmwareVersion >= 1.40",
156
+ "$import": "templates/zooz_template.json#custom_brightness"
148
157
  }
149
158
  ],
150
159
  "metadata": {
@@ -21,10 +21,37 @@
21
21
  },
22
22
  {
23
23
  "#": "2",
24
+ "$if": "firmwareVersion < 1.40",
24
25
  "$import": "~/templates/master_template.json#base_enable_disable",
25
26
  "label": "Turn On Relay On Alarm",
26
27
  "defaultValue": 1
27
28
  },
29
+ {
30
+ "#": "2",
31
+ "$if": "firmwareVersion >= 1.40",
32
+ "label": "Turn On Relay On Alarm",
33
+ "valueSize": 1,
34
+ "defaultValue": 1,
35
+ "allowManualEntry": false,
36
+ "options": [
37
+ {
38
+ "label": "Disable",
39
+ "value": 0
40
+ },
41
+ {
42
+ "label": "Smoke and CO notifications",
43
+ "value": 1
44
+ },
45
+ {
46
+ "label": "Smoke notification only",
47
+ "value": 2
48
+ },
49
+ {
50
+ "label": "CO notification only",
51
+ "value": 3
52
+ }
53
+ ]
54
+ },
28
55
  {
29
56
  "#": "3",
30
57
  "$import": "templates/zooz_template.json#auto_off_timer_5x"
@@ -98,7 +125,7 @@
98
125
  "value": 4
99
126
  },
100
127
  {
101
- "label": "CO detected: No command;( No CO: 0xff (On)",
128
+ "label": "CO detected: No command; No CO: 0xff (On)",
102
129
  "value": 5
103
130
  }
104
131
  ]
@@ -142,38 +169,23 @@
142
169
  ]
143
170
  },
144
171
  {
145
- "#": "9[0x01]",
146
- "$if": "firmwareVersion >= 1.10",
147
- "label": "Report Type: Signal Sensor",
172
+ "#": "9",
173
+ "label": "Relay Report Type",
148
174
  "valueSize": 1,
149
175
  "defaultValue": 0,
150
176
  "allowManualEntry": false,
151
177
  "options": [
152
178
  {
153
- "label": "Binary Switch Report",
179
+ "label": "Binary Switch reports for Z-Wave and sensor control",
154
180
  "value": 0
155
181
  },
156
182
  {
157
- "label": "Basic Report",
183
+ "label": "Binary Switch reports for Z-Wave control; Basic reports for sensor control",
158
184
  "value": 1
159
- }
160
- ]
161
- },
162
- {
163
- "#": "9[0x02]",
164
- "$if": "firmwareVersion >= 1.10",
165
- "label": "Report Type: Z-Wave",
166
- "valueSize": 1,
167
- "defaultValue": 0,
168
- "allowManualEntry": false,
169
- "options": [
170
- {
171
- "label": "Binary Switch Report",
172
- "value": 0
173
185
  },
174
186
  {
175
- "label": "Basic Report",
176
- "value": 1
187
+ "label": "Basic reports for Z-Wave and sensor control",
188
+ "value": 2
177
189
  }
178
190
  ]
179
191
  }
@@ -113,17 +113,18 @@
113
113
  {
114
114
  "#": "27",
115
115
  "$if": "firmwareVersion >= 2.0 && firmwareVersion < 10.0 || firmwareVersion >= 10.20",
116
- "$import": "templates/zooz_template.json#dimmer_off_ramp_rate"
116
+ "$import": "templates/zooz_template.json#dimmer_off_ramp_rate",
117
+ "defaultValue": 2
117
118
  },
118
119
  {
119
120
  "#": "28",
120
121
  "$if": "firmwareVersion >= 2.0 && firmwareVersion < 10.0 || firmwareVersion >= 10.20",
121
- "$import": "templates/zooz_template.json#zwave_on_dimmer_ramp_rate"
122
+ "$import": "templates/zooz_template.json#zwave_on_dimmer_ramp_rate_match_manual_255"
122
123
  },
123
124
  {
124
125
  "#": "29",
125
126
  "$if": "firmwareVersion >= 2.0 && firmwareVersion < 10.0 || firmwareVersion >= 10.20",
126
- "$import": "templates/zooz_template.json#zwave_off_dimmer_ramp_rate"
127
+ "$import": "templates/zooz_template.json#zwave_off_dimmer_ramp_rate_match_manual_255"
127
128
  },
128
129
  {
129
130
  "#": "10",
@@ -1,4 +1,6 @@
1
- // 800 series (LR) starting with firmware 2.10
1
+ // Two hardware revisions, distinguished by firmware major version:
2
+ // 700 series: 1.02 -> 10.0 (highest)
3
+ // 800 series (LR): 2.10 -> 2.20 -> 2.30 -> 2.40
2
4
  {
3
5
  "manufacturer": "Zooz",
4
6
  "manufacturerId": "0x027a",
@@ -75,14 +77,41 @@
75
77
  "#": "13",
76
78
  "$import": "templates/zooz_template.json#smart_switch_mode_reporting"
77
79
  },
80
+ {
81
+ "#": "14",
82
+ "$import": "templates/zooz_template.json#led_indicator_color"
83
+ },
84
+ {
85
+ "#": "15",
86
+ "$import": "templates/zooz_template.json#led_indicator_brightness"
87
+ },
88
+ {
89
+ "#": "18",
90
+ "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0",
91
+ "$import": "templates/zooz_template.json#led_confirm_config_change"
92
+ },
78
93
  {
79
94
  "#": "16",
80
95
  "$import": "templates/zooz_template.json#association_reports_binary"
81
96
  },
82
97
  {
83
98
  "#": "17",
84
- "$if": "firmwareVersion >= 10.0",
85
- "$import": "templates/zooz_template.json#local_programming"
99
+ "$if": "firmwareVersion >= 2.10",
100
+ "$import": "templates/zooz_template.json#local_programming",
101
+ "defaultValue": 0
102
+ },
103
+ {
104
+ "#": "19",
105
+ "$if": "firmwareVersion >= 2.40 && firmwareVersion < 10.0",
106
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
107
+ "label": "Scene Control Multi-Tap",
108
+ "description": "When disabled, only single taps report via central scene.",
109
+ "defaultValue": 0
110
+ },
111
+ {
112
+ "#": "20",
113
+ "$if": "firmwareVersion >= 2.40 && firmwareVersion < 10.0",
114
+ "$import": "templates/zooz_template.json#led_indicator_multi_color"
86
115
  }
87
116
  ],
88
117
  "compat": {
@@ -1,4 +1,10 @@
1
- // 800 series (LR) starting with firmware 2.10
1
+ // Two hardware revisions, distinguished by firmware major version:
2
+ // 700 series: 1.2 -> 1.3 -> 10.0 -> 10.10 (highest)
3
+ // 800 series (LR): 2.10 -> 2.20 -> 2.30 -> 2.40
4
+
5
+ // Conditionals:
6
+ // 700 10.10 and later, plus 800LR:
7
+ // firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10
2
8
  {
3
9
  "manufacturer": "Zooz",
4
10
  "manufacturerId": "0x027a",
@@ -78,17 +84,18 @@
78
84
  {
79
85
  "#": "27",
80
86
  "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10",
81
- "$import": "templates/zooz_template.json#dimmer_off_ramp_rate"
87
+ "$import": "templates/zooz_template.json#dimmer_off_ramp_rate",
88
+ "defaultValue": 2
82
89
  },
83
90
  {
84
91
  "#": "28",
85
92
  "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10",
86
- "$import": "templates/zooz_template.json#zwave_on_dimmer_ramp_rate"
93
+ "$import": "templates/zooz_template.json#zwave_on_dimmer_ramp_rate_match_manual_255"
87
94
  },
88
95
  {
89
96
  "#": "29",
90
97
  "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10",
91
- "$import": "templates/zooz_template.json#zwave_off_dimmer_ramp_rate"
98
+ "$import": "templates/zooz_template.json#zwave_off_dimmer_ramp_rate_match_manual_255"
92
99
  },
93
100
  {
94
101
  "#": "10",
@@ -137,12 +144,61 @@
137
144
  {
138
145
  "#": "26",
139
146
  "$if": "firmwareVersion >= 1.03",
140
- "$import": "templates/zooz_template.json#local_programming"
147
+ "$import": "templates/zooz_template.json#local_programming",
148
+ "defaultValue": 0
141
149
  },
142
150
  {
143
151
  "#": "30",
144
152
  "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10",
145
153
  "$import": "templates/zooz_template.json#local_dimming_speed_group_3_and_4"
154
+ },
155
+ // LED Indicator settings
156
+ {
157
+ "#": "2",
158
+ "$import": "~/templates/master_template.json#led_indicator_four_options"
159
+ },
160
+ {
161
+ "#": "23",
162
+ "$import": "templates/zooz_template.json#led_indicator_color"
163
+ },
164
+ {
165
+ "#": "24",
166
+ "$import": "templates/zooz_template.json#led_indicator_brightness"
167
+ },
168
+ // 800 series (LR) only parameters
169
+ {
170
+ "#": "32",
171
+ "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0",
172
+ "$import": "templates/zooz_template.json#led_confirm_config_change"
173
+ },
174
+ {
175
+ "#": "33",
176
+ "$if": "firmwareVersion >= 2.20 && firmwareVersion < 10.0",
177
+ "$import": "templates/zooz_template.json#on_off_switch_mode"
178
+ },
179
+ {
180
+ "#": "34",
181
+ "$if": "firmwareVersion >= 2.30 && firmwareVersion < 10.0",
182
+ "$import": "templates/zooz_template.json#custom_brightness",
183
+ "label": "Custom Brightness Level (Z-Wave Control)"
184
+ },
185
+ {
186
+ "#": "35",
187
+ "$if": "firmwareVersion >= 2.40 && firmwareVersion < 10.0",
188
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
189
+ "label": "Scene Control Multi-Tap",
190
+ "description": "When disabled, only single taps report via central scene.",
191
+ "defaultValue": 0
192
+ },
193
+ {
194
+ "#": "36",
195
+ "$if": "firmwareVersion >= 2.40 && firmwareVersion < 10.0",
196
+ "$import": "templates/zooz_template.json#gamma_factor"
197
+ },
198
+ {
199
+ "#": "37",
200
+ "$if": "firmwareVersion >= 2.40 && firmwareVersion < 10.0",
201
+ "$import": "templates/zooz_template.json#led_indicator_multi_color"
146
202
  }
147
203
  ],
148
204
  "compat": {
@@ -91,6 +91,19 @@
91
91
  {
92
92
  "#": "19",
93
93
  "$import": "templates/zooz_template.json#led_confirm_config_change"
94
+ },
95
+ {
96
+ "#": "20",
97
+ "$if": "firmwareVersion >= 1.20",
98
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
99
+ "label": "Scene Control Multi-Tap",
100
+ "description": "When disabled, only single taps report via central scene.",
101
+ "defaultValue": 0
102
+ },
103
+ {
104
+ "#": "21",
105
+ "$if": "firmwareVersion >= 1.20",
106
+ "$import": "templates/zooz_template.json#led_indicator_multi_color"
94
107
  }
95
108
  ],
96
109
  "metadata": {