@zwave-js/config 13.0.0-beta.1 → 13.0.0-beta.4

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 (33) hide show
  1. package/config/devices/0x0060/an158.json +14 -20
  2. package/config/devices/0x0063/59350_59372_59373_zwa3016.json +92 -0
  3. package/config/devices/0x010f/fgrm222_0_24.23.json +18 -1
  4. package/config/devices/0x0129/ntb612-zw2.json +1 -1
  5. package/config/devices/0x0129/ntb622-zw2.json +1 -1
  6. package/config/devices/0x0129/ntb632-zw2.json +1 -1
  7. package/config/devices/0x0129/ntb642-zw2.json +1 -1
  8. package/config/devices/0x0129/ntm612-zw2.json +1 -1
  9. package/config/devices/0x0129/ntm617-zw2.json +1 -1
  10. package/config/devices/0x0129/ntm622-zw2.json +1 -1
  11. package/config/devices/0x0129/ntm627-zw2.json +1 -1
  12. package/config/devices/0x0129/ntm632-zw2.json +1 -1
  13. package/config/devices/0x0129/ntm637-zw2.json +1 -1
  14. package/config/devices/0x0129/ntm642-zw2.json +1 -1
  15. package/config/devices/0x0129/ntm647-zw2.json +1 -1
  16. package/config/devices/0x0129/ntt610.json +1 -2
  17. package/config/devices/0x0129/ntt612-zw2.json +1 -1
  18. package/config/devices/0x0129/ntt622-zw2.json +1 -1
  19. package/config/devices/0x0129/templates/yale_template.json +22 -7
  20. package/config/devices/0x0129/yrc_yrd_226_246_256_446-zw2.json +11 -1
  21. package/config/devices/0x0129/yrd4x0-f-zw3.json +109 -0
  22. package/config/devices/0x0148/cometz_700.json +49 -0
  23. package/config/devices/0x014a/gdzw7-eco.json +78 -0
  24. package/config/devices/0x014f/{gd00z-7.json → gd00z-6-7-8.json} +1 -1
  25. package/config/devices/0x015f/mh-s412-5102.json +213 -59
  26. package/config/devices/0x027a/templates/zooz_template.json +32 -0
  27. package/config/devices/0x027a/zen30.json +67 -15
  28. package/config/devices/0x027a/zen32.json +1 -2
  29. package/config/devices/0x027a/zse11.json +10 -0
  30. package/config/devices/0x0346/flood_freeze_sensor.json +77 -0
  31. package/config/devices/0x0458/61303_zw3010.json +73 -0
  32. package/config/manufacturers.json +1 -0
  33. package/package.json +3 -3
@@ -65,7 +65,13 @@
65
65
  "valueSize": 1,
66
66
  "minValue": 0,
67
67
  "maxValue": 10,
68
- "defaultValue": 10
68
+ "defaultValue": 10,
69
+ "options": [
70
+ {
71
+ "label": "Disable",
72
+ "value": 0
73
+ }
74
+ ]
69
75
  },
70
76
  {
71
77
  "#": "5",
@@ -75,37 +81,50 @@
75
81
  "allowManualEntry": false,
76
82
  "options": [
77
83
  {
78
- "label": "Single click to switch on/off",
84
+ "label": "Single click (On/Off)",
79
85
  "value": 0
80
86
  },
81
87
  {
82
- "label": "Click to turn on, auto off after param 6 duration",
88
+ "label": "Auto off after 'Key on duration' seconds",
83
89
  "value": 1
84
90
  },
85
91
  {
86
- "label": "Click to turn off, auto on after param 6 duration",
92
+ "label": "Auto on after 'Key on duration' seconds",
87
93
  "value": 2
88
94
  },
89
95
  {
90
- "label": "Hold >3s for on until released",
96
+ "label": "Held 3 seconds -> on; Release -> off",
91
97
  "value": 3
92
98
  },
93
99
  {
94
- "label": "Single click to toggle, hold >3s for on until released",
100
+ "label": "Single click (On/Off); Held 3 seconds -> on; Release -> off",
95
101
  "value": 4
102
+ },
103
+ {
104
+ "label": "Momentary switch; Held -> on; Release -> off",
105
+ "value": 5
106
+ },
107
+ {
108
+ "label": "Held 3 seconds -> on; Held 3 seconds -> off",
109
+ "value": 6
96
110
  }
97
111
  ]
98
112
  },
99
113
  {
100
114
  "#": "6",
101
115
  "label": "Relay On Duration",
102
- "description": "0 for infinite",
103
116
  "valueSize": 2,
104
117
  "unit": "seconds",
105
118
  "minValue": 0,
106
119
  "maxValue": 65535,
107
120
  "defaultValue": 0,
108
- "unsigned": true
121
+ "unsigned": true,
122
+ "options": [
123
+ {
124
+ "label": "Infinite",
125
+ "value": 0
126
+ }
127
+ ]
109
128
  },
110
129
  {
111
130
  "#": "8",
@@ -115,150 +134,279 @@
115
134
  "allowManualEntry": false,
116
135
  "options": [
117
136
  {
118
- "label": "Relay 1 responds to set, relay 1 responds to get, instant updates disabled",
137
+ "label": "Key 1 (Basic CC Set/Get); Reporting disabled",
119
138
  "value": 0
120
139
  },
121
140
  {
122
- "label": "Relay 1 responds to set, relay 1 responds to get, instant updates enabled",
141
+ "label": "Key 1 (Basic CC Set/Get); Reporting enabled",
123
142
  "value": 1
124
143
  },
125
144
  {
126
- "label": "All relays respond to set, get ignored, instant updates disabled",
145
+ "label": "All keys (Basic CC Set only); Reporting disabled",
127
146
  "value": 2
128
147
  },
129
148
  {
130
- "label": "All relays respond to set, relay 1 responds to get, instant updates disabled",
149
+ "label": "All keys (Basic CC Set only); Reporting enabled",
131
150
  "value": 3
132
151
  }
133
152
  ]
134
153
  },
135
154
  {
136
- "#": "10[0x01]",
137
- "label": "Button 1 Respond to Scenes",
155
+ "#": "10",
156
+ "label": "Key 1 Mode",
138
157
  "valueSize": 1,
139
158
  "defaultValue": 0,
140
- "unsigned": true,
141
159
  "allowManualEntry": false,
142
160
  "options": [
143
161
  {
144
- "label": "Disabled",
162
+ "label": "Single click (On/Off)",
145
163
  "value": 0
146
164
  },
147
165
  {
148
- "label": "Enabled",
166
+ "label": "Auto off after 'Key on duration' seconds",
149
167
  "value": 1
168
+ },
169
+ {
170
+ "label": "Auto on after 'Key on duration' seconds",
171
+ "value": 2
172
+ },
173
+ {
174
+ "label": "Held 3 seconds -> on; Release -> off",
175
+ "value": 3
176
+ },
177
+ {
178
+ "label": "Single click (On/Off); Held 3 seconds -> on; Release -> off",
179
+ "value": 4
180
+ },
181
+ {
182
+ "label": "Momentary switch; Held -> on; Release -> off",
183
+ "value": 5
184
+ },
185
+ {
186
+ "label": "Held 3 seconds -> on; Held 3 seconds -> off",
187
+ "value": 6
150
188
  }
151
189
  ]
152
190
  },
153
191
  {
154
- "#": "10[0x02]",
155
- "label": "Button 2 Respond to Scenes",
192
+ "#": "11",
193
+ "label": "Key 2 Mode",
156
194
  "valueSize": 1,
157
195
  "defaultValue": 0,
158
- "unsigned": true,
159
196
  "allowManualEntry": false,
160
197
  "options": [
161
198
  {
162
- "label": "Disabled",
199
+ "label": "Single click (On/Off)",
163
200
  "value": 0
164
201
  },
165
202
  {
166
- "label": "Enabled",
203
+ "label": "Auto off after 'Key on duration' seconds",
167
204
  "value": 1
205
+ },
206
+ {
207
+ "label": "Auto on after 'Key on duration' seconds",
208
+ "value": 2
209
+ },
210
+ {
211
+ "label": "Held 3 seconds -> on; Release -> off",
212
+ "value": 3
213
+ },
214
+ {
215
+ "label": "Single click (On/Off); Held 3 seconds -> on; Release -> off",
216
+ "value": 4
217
+ },
218
+ {
219
+ "label": "Momentary switch; Held -> on; Release -> off",
220
+ "value": 5
221
+ },
222
+ {
223
+ "label": "Held 3 seconds -> on; Held 3 seconds -> off",
224
+ "value": 6
168
225
  }
169
226
  ]
170
227
  },
171
228
  {
172
- "#": "11",
173
- "label": "Button 1 Scene Activate Mode",
229
+ "#": "14",
230
+ "label": "Local Control",
231
+ "valueSize": 1,
232
+ "defaultValue": 0,
233
+ "allowManualEntry": false,
234
+ "options": [
235
+ {
236
+ "label": "Enable",
237
+ "value": 0
238
+ },
239
+ {
240
+ "label": "Disable",
241
+ "value": 15
242
+ }
243
+ ]
244
+ },
245
+ {
246
+ "#": "15",
247
+ "label": "Remote Control",
248
+ "valueSize": 1,
249
+ "defaultValue": 0,
250
+ "allowManualEntry": false,
251
+ "options": [
252
+ {
253
+ "label": "Enable",
254
+ "value": 0
255
+ },
256
+ {
257
+ "label": "Disable",
258
+ "value": 15
259
+ }
260
+ ]
261
+ },
262
+ {
263
+ "#": "16",
264
+ "label": "Respond to Scenes",
265
+ "valueSize": 1,
266
+ "defaultValue": 0,
267
+ "allowManualEntry": false,
268
+ "options": [
269
+ {
270
+ "label": "Disable",
271
+ "value": 0
272
+ },
273
+ {
274
+ "label": "Key 1 responds",
275
+ "value": 1
276
+ },
277
+ {
278
+ "label": "Key 2 responds",
279
+ "value": 2
280
+ },
281
+ {
282
+ "label": "Keys 1 and 2 respond",
283
+ "value": 3
284
+ }
285
+ ]
286
+ },
287
+ {
288
+ "#": "17",
289
+ "label": "Key 1 Scene Activation: Mode",
290
+ "description": "Under which conditions key 1 activates the scene configured in parameter 18",
174
291
  "valueSize": 1,
175
292
  "defaultValue": 0,
176
293
  "allowManualEntry": false,
177
294
  "options": [
178
295
  {
179
- "label": "Scene activate function disabled",
296
+ "label": "Never",
180
297
  "value": 0
181
298
  },
182
299
  {
183
- "label": "Button 1 tap activates scene in param 12 regardless of state",
300
+ "label": "Always",
184
301
  "value": 1
185
302
  },
186
303
  {
187
- "label": "Button 1 tap activates scene in param 12 when state is off",
304
+ "label": "When relay is open",
188
305
  "value": 2
189
306
  },
190
307
  {
191
- "label": "Button 1 tap activates scene in param 12 when state is on",
308
+ "label": "When relay is closed",
192
309
  "value": 3
193
310
  }
194
311
  ]
195
312
  },
196
313
  {
197
- "#": "12",
198
- "label": "Button 1 Activate Scene ID",
314
+ "#": "18",
315
+ "label": "Key 1 Scene Activation: Scene ID",
199
316
  "valueSize": 1,
200
- "minValue": 1,
317
+ "minValue": 0,
201
318
  "maxValue": 255,
202
- "defaultValue": 1,
203
- "unsigned": true
319
+ "defaultValue": 0,
320
+ "unsigned": true,
321
+ "options": [
322
+ {
323
+ "label": "Disable",
324
+ "value": 0
325
+ }
326
+ ]
204
327
  },
205
328
  {
206
- "#": "13",
207
- "label": "Button 1 Activate Scene Dim Duration",
208
- "description": "0-127 seconds, +128 for minutes",
329
+ "#": "19",
330
+ "label": "Key 1 Scene Activation: Duration",
331
+ "description": "Values 1-127 = seconds; 128-255 = minutes (minus 127)",
209
332
  "valueSize": 1,
333
+ "unit": "seconds",
210
334
  "minValue": 0,
211
335
  "maxValue": 255,
212
336
  "defaultValue": 0,
213
- "unsigned": true
337
+ "unsigned": true,
338
+ "options": [
339
+ {
340
+ "label": "Instant",
341
+ "value": 0
342
+ }
343
+ ]
214
344
  },
215
345
  {
216
- "#": "14",
217
- "label": "Button 2 Scene Activate Mode",
346
+ "#": "20",
347
+ "$import": "#paramInformation/17",
348
+ "label": "Key 2 Scene Activation: Mode",
349
+ "description": "Under which conditions key 2 activates the scene configured in parameter 21"
350
+ },
351
+ {
352
+ "#": "21",
353
+ "$import": "#paramInformation/18",
354
+ "label": "Key 2 Scene Activation: Scene ID"
355
+ },
356
+ {
357
+ "#": "22",
358
+ "$import": "#paramInformation/19",
359
+ "label": "Key 2 Scene Activation: Duration"
360
+ },
361
+ {
362
+ "#": "32",
363
+ "label": "Response to Scenes 1-50",
218
364
  "valueSize": 1,
219
365
  "defaultValue": 0,
220
366
  "allowManualEntry": false,
221
367
  "options": [
222
368
  {
223
- "label": "Scene activate function disabled",
369
+ "label": "Disable",
224
370
  "value": 0
225
371
  },
226
372
  {
227
- "label": "Button 2 tap activates scene in param 15 regardless of state",
373
+ "label": "Key 1 responds",
228
374
  "value": 1
229
375
  },
230
376
  {
231
- "label": "Button 2 tap activates scene in param 15 when state is off",
377
+ "label": "Key 2 responds",
232
378
  "value": 2
233
379
  },
234
380
  {
235
- "label": "Button 2 tap activates scene in param 15 when state is on",
381
+ "label": "Keys 1 and 2 respond",
236
382
  "value": 3
237
383
  }
238
384
  ]
239
385
  },
240
386
  {
241
- "#": "15",
242
- "label": "Button 2 Activate Scene ID",
243
- "valueSize": 1,
244
- "minValue": 1,
245
- "maxValue": 255,
246
- "defaultValue": 1,
247
- "unsigned": true
387
+ "#": "33",
388
+ "$import": "#paramInformation/32",
389
+ "label": "Response to Scenes 51-100"
248
390
  },
249
391
  {
250
- "#": "16",
251
- "label": "Button 2 Activate Scene Dim Duration",
252
- "description": "0-127 seconds, +128 for minutes",
253
- "valueSize": 1,
254
- "minValue": 0,
255
- "maxValue": 255,
256
- "defaultValue": 0,
257
- "unsigned": true
392
+ "#": "34",
393
+ "$import": "#paramInformation/32",
394
+ "label": "Response to Scenes 101-150"
395
+ },
396
+ {
397
+ "#": "35",
398
+ "$import": "#paramInformation/32",
399
+ "label": "Response to Scenes 151-200"
400
+ },
401
+ {
402
+ "#": "36",
403
+ "$import": "#paramInformation/32",
404
+ "label": "Response to Scenes 201-250"
258
405
  },
259
406
  {
260
407
  "#": "255",
261
408
  "label": "Factory Reset",
409
+ "description": "Alternatively, press any key 20 times",
262
410
  "valueSize": 1,
263
411
  "defaultValue": 0,
264
412
  "allowManualEntry": false,
@@ -273,5 +421,11 @@
273
421
  }
274
422
  ]
275
423
  }
276
- ]
424
+ ],
425
+ "metadata": {
426
+ "inclusion": "Hold any key for >8s OR 3 fast clicks",
427
+ "exclusion": "Hold any key for >8s OR 3 fast clicks",
428
+ "reset": "20 fast clicks on any key",
429
+ "manual": "https:\/\/www.mcohome.com\/index.php?c=Front\/DownDetail&a=downloadFujian&name=MH-S412&path=L2NvbWRhdGEvOTUzMDEvcHJvZHVjdGZ1amlhbi8yMDIxMDIwMzE3Mjc0NjYwMWE2YzkyYjIxMTQucGRm"
430
+ }
277
431
  }
@@ -473,6 +473,22 @@
473
473
  }
474
474
  ]
475
475
  },
476
+ "zwave_on_dimmer_ramp_rate_match_manual_255": {
477
+ "$import": "~/templates/master_template.json#base_0-255_nounit",
478
+ "label": "Ramp Rate On (Z-Wave)",
479
+ "unit": "seconds",
480
+ "defaultValue": 255,
481
+ "options": [
482
+ {
483
+ "label": "Instant on",
484
+ "value": 0
485
+ },
486
+ {
487
+ "label": "Match ramp rate for manual control",
488
+ "value": 255
489
+ }
490
+ ]
491
+ },
476
492
  "zwave_off_dimmer_ramp_rate_match_manual": {
477
493
  "$import": "~/templates/master_template.json#base_0-100_nounit",
478
494
  "label": "Ramp Rate Off (Z-Wave)",
@@ -489,6 +505,22 @@
489
505
  }
490
506
  ]
491
507
  },
508
+ "zwave_off_dimmer_ramp_rate_match_manual_255": {
509
+ "$import": "~/templates/master_template.json#base_0-255_nounit",
510
+ "label": "Ramp Rate Off (Z-Wave)",
511
+ "unit": "seconds",
512
+ "defaultValue": 255,
513
+ "options": [
514
+ {
515
+ "label": "Instant off",
516
+ "value": 0
517
+ },
518
+ {
519
+ "label": "Match ramp rate for manual control",
520
+ "value": 255
521
+ }
522
+ ]
523
+ },
492
524
  "min_brightness": {
493
525
  "$import": "~/templates/master_template.json#base_1-99_nounit",
494
526
  "label": "Minimum Brightness",
@@ -1,7 +1,26 @@
1
+ // The firmware versions on this device are a mess. Firmwares in one column are the same feature-wise
2
+ // Features: (a) (b) (c) (d)
3
+ // Revision 1: 1.3 -> 1.5 -> 1.11
4
+ // Revision 2: 2.0 = 2.1 -> 2.11
5
+ // Revision 3: 3.0 -> 3.10 -> 3.20
6
+ // 800LR: 4.10
7
+
8
+ // Conditionals:
9
+ // (b): firmwareVersion >= 1.5
10
+ // (c): firmwareVersion >= 1.11 && firmwareVersion < 2.0 || firmwareVersion >= 2.11 && firmwareVersion < 3.0 || firmwareVersion >= 3.10
11
+ // (d): firmwareVersion >= 3.20
12
+ // 800LR: firmwareVersion >= 4.10
13
+
1
14
  {
2
15
  "manufacturer": "Zooz",
3
16
  "manufacturerId": "0x027a",
4
- "label": "ZEN30",
17
+ "label": [
18
+ {
19
+ "$if": "firmwareVersion >= 4.10",
20
+ "value": "ZEN30 800LR"
21
+ },
22
+ "ZEN30"
23
+ ],
5
24
  "description": "Dimmer & Dry Contact Relay",
6
25
  "devices": [
7
26
  {
@@ -132,10 +151,34 @@
132
151
  }
133
152
  ]
134
153
  },
154
+ // Ramp Rate Control
155
+ {
156
+ // This parameter was changed in firmware 3.20 and split into parameters 13, 31, 32, and 33
157
+ "#": "13",
158
+ "$if": "firmwareVersion >= 3.20",
159
+ "$import": "templates/zooz_template.json#dimmer_on_ramp_rate"
160
+ },
135
161
  {
136
162
  "#": "13",
163
+ "$if": "firmwareVersion < 3.20",
137
164
  "$import": "templates/zooz_template.json#dimmer_ramp_rate",
138
- "defaultValue": 1
165
+ "label": "Ramp Rate On/Off (Both Zwave and Manual)"
166
+ },
167
+ {
168
+ "#": "31",
169
+ "$if": "firmwareVersion >= 3.20",
170
+ "$import": "templates/zooz_template.json#dimmer_off_ramp_rate",
171
+ "defaultValue": 2
172
+ },
173
+ {
174
+ "#": "32",
175
+ "$if": "firmwareVersion >= 3.20",
176
+ "$import": "templates/zooz_template.json#zwave_on_dimmer_ramp_rate_match_manual_255"
177
+ },
178
+ {
179
+ "#": "33",
180
+ "$if": "firmwareVersion >= 3.20",
181
+ "$import": "templates/zooz_template.json#zwave_off_dimmer_ramp_rate_match_manual_255"
139
182
  },
140
183
  {
141
184
  "#": "14",
@@ -147,6 +190,12 @@
147
190
  },
148
191
  {
149
192
  "#": "17",
193
+ "$if": "firmwareVersion >= 3.20",
194
+ "$import": "templates/zooz_template.json#zen7x_double_tap_up_behavior"
195
+ },
196
+ {
197
+ "#": "17",
198
+ "$if": "firmwareVersion < 3.20",
150
199
  "label": "Double Tap Function for Dimmer",
151
200
  "description": "Brightness level after double-tapping the upper paddle.",
152
201
  "valueSize": 1,
@@ -165,6 +214,12 @@
165
214
  },
166
215
  {
167
216
  "#": "18",
217
+ "$if": "firmwareVersion >= 3.20",
218
+ "$import": "templates/zooz_template.json#single_tap_up_behavior"
219
+ },
220
+ {
221
+ "#": "18",
222
+ "$if": "firmwareVersion < 3.20",
168
223
  "label": "Enable/Disable Double-Tap for Dimmer",
169
224
  "valueSize": 1,
170
225
  "defaultValue": 0,
@@ -187,14 +242,12 @@
187
242
  {
188
243
  "#": "19",
189
244
  "$import": "~/templates/master_template.json#smart_switch_mode_0-2",
190
- "label": "Enable/Disable Load Control for Dimmer",
191
- "defaultValue": 1
245
+ "label": "Enable/Disable Load Control for Dimmer"
192
246
  },
193
247
  {
194
248
  "#": "20",
195
249
  "$import": "~/templates/master_template.json#smart_switch_mode_0-2",
196
- "label": "Enable/Disable Load Control for Relay",
197
- "defaultValue": 1
250
+ "label": "Enable/Disable Load Control for Relay"
198
251
  },
199
252
  {
200
253
  "#": "21",
@@ -216,47 +269,46 @@
216
269
  },
217
270
  {
218
271
  "#": "24",
219
- "$if": "firmwareVersion >= 1.4",
272
+ "$if": "firmwareVersion >= 1.5",
220
273
  "$import": "templates/zooz_template.json#smart_switch_mode_reporting",
221
274
  "label": "Dimmer Reporting Behavior When Physical Control Is Disabled",
222
275
  "description": "Enable or disable dimmer reporting on/off status and changing LED indicator state even if physical and Z-Wave control is disabled."
223
276
  },
224
277
  {
225
278
  "#": "25",
226
- "$if": "firmwareVersion >= 1.4",
279
+ "$if": "firmwareVersion >= 1.5",
227
280
  "$import": "templates/zooz_template.json#smart_switch_mode_reporting",
228
281
  "label": "Relay Reporting Behavior When Physical Control Is Disabled",
229
- "description": "Enable or disable relay reporting on/off status and changing LED indicator state even if physical and Z-Wave control is disabled.",
230
- "defaultValue": 0
282
+ "description": "Enable or disable relay reporting on/off status and changing LED indicator state even if physical and Z-Wave control is disabled."
231
283
  },
232
284
  {
233
285
  "#": "26",
234
- "$if": "firmwareVersion >= 1.4",
286
+ "$if": "firmwareVersion >= 1.5",
235
287
  "$import": "templates/zooz_template.json#night_light_mode",
236
288
  "defaultValue": 0
237
289
  },
238
290
  {
239
291
  "#": "27",
240
- "$if": "firmwareVersion >= 1.4",
292
+ "$if": "firmwareVersion >= 1.5",
241
293
  "$import": "~/templates/master_template.json#orientation_momentary"
242
294
  },
243
295
  {
244
296
  "#": "28",
245
- "$if": "firmwareVersion >= 1.2",
297
+ "$if": "firmwareVersion >= 1.11 && firmwareVersion < 2.0 || firmwareVersion >= 2.11 && firmwareVersion < 3.0 || firmwareVersion >= 3.10",
246
298
  "$import": "~/templates/master_template.json#base_enable_disable",
247
299
  "label": "Scene Control (Dimmer)",
248
300
  "defaultValue": 1
249
301
  },
250
302
  {
251
303
  "#": "29",
252
- "$if": "firmwareVersion >= 1.2",
304
+ "$if": "firmwareVersion >= 1.11 && firmwareVersion < 2.0 || firmwareVersion >= 2.11 && firmwareVersion < 3.0 || firmwareVersion >= 3.10",
253
305
  "$import": "~/templates/master_template.json#base_enable_disable",
254
306
  "label": "Scene Control (Relay)",
255
307
  "defaultValue": 1
256
308
  },
257
309
  {
258
310
  "#": "30",
259
- "$if": "firmwareVersion >= 1.2",
311
+ "$if": "firmwareVersion >= 1.11 && firmwareVersion < 2.0 || firmwareVersion >= 2.11 && firmwareVersion < 3.0 || firmwareVersion >= 3.10",
260
312
  "$import": "templates/zooz_template.json#local_programming"
261
313
  }
262
314
  ],
@@ -249,8 +249,7 @@
249
249
  {
250
250
  "#": "26",
251
251
  "$if": "firmwareVersion >= 10.40 || firmwareVersion >= 2.10 && firmwareVersion < 10.0",
252
- "$import": "templates/zooz_template.json#enable_scene_control_3way",
253
- "label": "Scene Control (Relay)"
252
+ "$import": "templates/zooz_template.json#enable_scene_control_3way"
254
253
  },
255
254
  {
256
255
  "#": "25[0x01]",
@@ -133,6 +133,16 @@
133
133
  ]
134
134
  }
135
135
  ],
136
+ "compat": {
137
+ "commandClasses": {
138
+ "remove": {
139
+ // The wakeup destination cannot be set using Supervision, resulting in missing wakeup reports
140
+ "Supervision": {
141
+ "endpoints": "*"
142
+ }
143
+ }
144
+ }
145
+ },
136
146
  "metadata": {
137
147
  "inclusion": "Put your Z-Wave hub into inclusion mode and click the Z-Wave button 3 times as quickly as possible. The LED indicator will start blinking to confirm inclusion mode and turn off once inclusion is completed. The sensor will automatically pair as a repeater if connected to USB power, no special button sequence required",
138
148
  "exclusion": "1. Bring the sensor within direct range of your Z-Wave gateway (hub).\n2. Put the Z-Wave hub into exclusion mode (not sure how to do that? ask@getzooz.com).\n3. Press and release the Z-Wave button 3 times quickly.\n4. Your hub will confirm exclusion and the sensor will disappear from your controller's device list",