@zwave-js/config 8.11.3-20220130 → 8.11.6

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 (60) hide show
  1. package/LICENSE +21 -0
  2. package/config/devices/0x000c/hs-fls100.json +18 -1
  3. package/config/devices/0x000c/hs-wd200.json +4 -4
  4. package/config/devices/0x000c/hs-wx300.json +4 -4
  5. package/config/devices/0x0063/14287.json +25 -0
  6. package/config/devices/0x0063/52252_52253_zw3012.json +2 -2
  7. package/config/devices/0x0086/dsd31.json +5 -0
  8. package/config/devices/0x0086/templates/aeotec_template.json +4 -2
  9. package/config/devices/0x0086/zw098.json +10 -0
  10. package/config/devices/0x0086/zw099.json +4 -2
  11. package/config/devices/0x0086/zw121.json +7 -0
  12. package/config/devices/0x0086/zw122.json +10 -5
  13. package/config/devices/0x0090/hc620.json +5 -0
  14. package/config/devices/0x0090/smartcode_888.json +1 -0
  15. package/config/devices/0x0098/ct101.json +5 -0
  16. package/config/devices/0x0098/ct110.json +12 -5
  17. package/config/devices/0x010f/fgk101.json +291 -208
  18. package/config/devices/0x010f/fgr223.json +29 -10
  19. package/config/devices/0x010f/fgrgbw-442.json +24 -12
  20. package/config/devices/0x010f/fgwdeu.json +327 -191
  21. package/config/devices/0x010f/fgwreu-111.json +296 -120
  22. package/config/devices/0x010f/templates/fibaro_template.json +37 -0
  23. package/config/devices/0x0148/spirit.json +7 -1
  24. package/config/devices/0x0159/zmnhtd.json +10 -3
  25. package/config/devices/0x015f/mh-3901z.json +140 -0
  26. package/config/devices/0x016a/ft096.json +12 -6
  27. package/config/devices/0x016a/ft100.json +4 -0
  28. package/config/devices/0x016a/ft121.json +6 -1
  29. package/config/devices/0x0179/ch-103.json +160 -0
  30. package/config/devices/0x0190/adc-t_3000.json +2136 -0
  31. package/config/devices/0x0234/zhc5010.json +8 -4
  32. package/config/devices/0x024f/fwc01.json +1 -0
  33. package/config/devices/0x0258/eu-1.json +7 -51
  34. package/config/devices/0x0258/eu-2.json +9 -53
  35. package/config/devices/0x0258/eu-3.json +20 -96
  36. package/config/devices/0x0258/nas-ab01z.json +14 -39
  37. package/config/devices/0x0258/nas-pd01z.json +4 -0
  38. package/config/devices/0x0258/nas-pd07u1.json +10 -47
  39. package/config/devices/0x0258/nas-pd07z.json +4 -31
  40. package/config/devices/0x0258/nas-rc03z.json +27 -7
  41. package/config/devices/0x0258/nas-sc03ze.json +46 -0
  42. package/config/devices/0x0258/nas-wr01z.json +17 -71
  43. package/config/devices/0x0258/nas-wr01ze.json +18 -73
  44. package/config/devices/0x0258/{flood_sensor.json → nas-ws01z.json} +12 -38
  45. package/config/devices/0x0258/neo-ds07z.json +5 -36
  46. package/config/devices/0x0258/templates/shenzhen_neo_template.json +8 -62
  47. package/config/devices/0x0267/10002081-13x.json +190 -0
  48. package/config/devices/0x031e/lzw30-sn.json +3 -1
  49. package/config/devices/0x031e/lzw31-sn.json +80 -190
  50. package/config/devices/0x0330/zv9101.json +4 -0
  51. package/config/devices/0x0346/alarm_keypad_gen1.json +3 -0
  52. package/config/devices/0x0371/zwa003.json +4 -0
  53. package/config/devices/0x041a/kp-so-02.json +101 -0
  54. package/config/devices/0x044c/myot.json +75 -0
  55. package/config/devices/templates/master_template.json +18 -0
  56. package/package.json +12 -11
  57. package/config/devices/0x0258/motion_sensor_in.json +0 -62
  58. package/config/devices/0x0258/neo_coolcam_roller_shutter.json +0 -113
  59. package/config/devices/0x0258/sos_remote_control.json +0 -53
  60. package/config/devices/index.json +0 -34023
@@ -58,27 +58,36 @@
58
58
  "#": "1",
59
59
  "$if": "firmwareVersion <= 3.1",
60
60
  "label": "IN1 Alarm Cancellation Delay",
61
- "description": "Additional delay after an alarm from input IN1 has ceased.",
62
61
  "valueSize": 2,
63
62
  "minValue": 0,
64
63
  "maxValue": 65535,
65
64
  "defaultValue": 0,
66
- "unsigned": true
65
+ "unsigned": true,
66
+ "unit": "seconds"
67
67
  },
68
68
  {
69
69
  "#": "1",
70
70
  "$if": "firmwareVersion >= 3.2",
71
- "label": "Operations mode",
72
- "description": "Parameter defines device operation mode",
71
+ "label": "Operations Mode",
73
72
  "valueSize": 1,
74
73
  "minValue": 0,
75
74
  "maxValue": 1,
76
- "defaultValue": 0
75
+ "defaultValue": 0,
76
+ "options": [
77
+ {
78
+ "label": "Door sensor or external alarm sensor",
79
+ "value": 0
80
+ },
81
+ {
82
+ "label": "External button",
83
+ "value": 1
84
+ }
85
+ ]
77
86
  },
78
87
  {
79
88
  "#": "2",
80
89
  "$if": "firmwareVersion <= 3.1",
81
- "label": "Status change signalled by LED",
90
+ "label": "Status Change Signalled By LED",
82
91
  "valueSize": 1,
83
92
  "minValue": 0,
84
93
  "maxValue": 255,
@@ -103,17 +112,26 @@
103
112
  {
104
113
  "#": "2",
105
114
  "$if": "firmwareVersion >= 3.2",
106
- "label": "Door/Window or alarm status",
107
- "description": "Parameter defines state of the sensor when the magnet ...",
115
+ "label": "Door State when Magnet is Close",
108
116
  "valueSize": 1,
109
117
  "minValue": 0,
110
118
  "maxValue": 1,
111
- "defaultValue": 0
119
+ "defaultValue": 0,
120
+ "options": [
121
+ {
122
+ "label": "Closed",
123
+ "value": 0
124
+ },
125
+ {
126
+ "label": "Open",
127
+ "value": 1
128
+ }
129
+ ]
112
130
  },
113
131
  {
114
132
  "#": "3",
115
- "$if": "firmwareVersion <= 2.4 && firmwareVersion <= 3.1",
116
- "label": "Type of input no. 1",
133
+ "$if": "firmwareVersion <= 2.4",
134
+ "label": "Input 1 Type",
117
135
  "valueSize": 1,
118
136
  "minValue": 0,
119
137
  "maxValue": 3,
@@ -122,11 +140,11 @@
122
140
  "allowManualEntry": false,
123
141
  "options": [
124
142
  {
125
- "label": "Normally Open",
143
+ "label": "Normally open",
126
144
  "value": 0
127
145
  },
128
146
  {
129
- "label": "Normally Closed",
147
+ "label": "Normally closed",
130
148
  "value": 1
131
149
  },
132
150
  {
@@ -140,65 +158,80 @@
140
158
  ]
141
159
  },
142
160
  {
143
- "#": "3",
161
+ "#": "3[0x01]",
144
162
  "$if": "firmwareVersion >= 3.2",
145
- "label": "Visual LED indications",
146
- "description": "This parameter defines events indicated by the visual ...",
163
+ "$import": "~/templates/master_template.json#base_enable_disable",
164
+ "label": "LED Indicator Purpose: Open/Close Status",
147
165
  "valueSize": 1,
148
- "minValue": 0,
149
- "maxValue": 6,
150
- "defaultValue": 6
166
+ "defaultValue": 0
151
167
  },
152
168
  {
153
- "#": "4",
169
+ "#": "3[0x02]",
154
170
  "$if": "firmwareVersion >= 3.2",
155
- "label": "Range test after double click",
156
- "description": "Allows to enable activation of Z-Wave range test with ...",
171
+ "$import": "~/templates/master_template.json#base_enable_disable",
172
+ "label": "LED Indicator Purpose: Wake Up",
157
173
  "valueSize": 1,
158
- "minValue": 0,
159
- "maxValue": 1,
160
- "defaultValue": 0
174
+ "defaultValue": 1
175
+ },
176
+ {
177
+ "#": "3[0x04]",
178
+ "$if": "firmwareVersion >= 3.2",
179
+ "$import": "~/templates/master_template.json#base_enable_disable",
180
+ "label": "LED Indicator Purpose: Device Tampering",
181
+ "valueSize": 1,
182
+ "defaultValue": 1
183
+ },
184
+ {
185
+ "#": "4",
186
+ "$if": "firmwareVersion >= 3.2",
187
+ "$import": "~/templates/master_template.json#base_enable_disable",
188
+ "label": "Range Test After Double Click"
161
189
  },
162
190
  {
163
191
  "#": "5",
164
- "label": "Type of control frame transmitted for group 1",
192
+ "$if": "firmwareVersion <= 3.1",
193
+ "label": "Type of Alarm Frame for Group 1",
165
194
  "valueSize": 1,
166
- "minValue": 1,
195
+ "minValue": 0,
167
196
  "maxValue": 255,
168
197
  "defaultValue": 255,
169
198
  "unsigned": true,
170
199
  "allowManualEntry": false,
171
200
  "options": [
172
201
  {
173
- "label": "ALARM SMOKE frame",
202
+ "label": "General purpose alarm (door/window)",
203
+ "value": 0
204
+ },
205
+ {
206
+ "label": "Smoke alarm",
174
207
  "value": 1
175
208
  },
176
209
  {
177
- "label": "ALARM CO frame",
210
+ "label": "CO alarm",
178
211
  "value": 2
179
212
  },
180
213
  {
181
- "label": "ALARM CO2 frame",
214
+ "label": "CO2 alarm",
182
215
  "value": 3
183
216
  },
184
217
  {
185
- "label": "ALARM HEAT frame",
218
+ "label": "Heat alarm",
186
219
  "value": 4
187
220
  },
188
221
  {
189
- "label": "ALARM WATER frame",
222
+ "label": "Flood alarm",
190
223
  "value": 5
191
224
  },
192
225
  {
193
- "label": "Control frame BASIC_SET",
226
+ "label": "Basic Set",
194
227
  "value": 255
195
228
  }
196
229
  ]
197
230
  },
198
231
  {
199
232
  "#": "7",
233
+ "$if": "firmwareVersion <= 3.1",
200
234
  "label": "Forced Level of Dimming group 1",
201
- "description": "Parameter for dimming/opening blinds",
202
235
  "valueSize": 1,
203
236
  "minValue": 1,
204
237
  "maxValue": 255,
@@ -207,93 +240,69 @@
207
240
  },
208
241
  {
209
242
  "#": "9",
210
- "$if": "firmwareVersion <= 2.4",
211
- "label": "Enable/Disable transmission cancelling alarm",
243
+ "$if": "firmwareVersion <= 3.1",
244
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
245
+ "label": "Disabling of Alarms for Group 1",
246
+ "defaultValue": 0
247
+ },
248
+ {
249
+ "#": "10",
250
+ "$if": "firmwareVersion >= 2.5 && firmwareVersion <= 3.1",
251
+ "$import": "~/templates/master_template.json#base_enable_disable",
252
+ "label": "Tamper Alarm",
253
+ "defaultValue": 1
254
+ },
255
+ {
256
+ "#": "10",
257
+ "$if": "firmwareVersion >= 3.2",
258
+ "label": "2nd Association Group Triggers",
212
259
  "valueSize": 1,
213
260
  "minValue": 0,
214
- "maxValue": 255,
261
+ "maxValue": 2,
215
262
  "defaultValue": 0,
216
- "unsigned": true,
217
- "allowManualEntry": false,
218
263
  "options": [
219
264
  {
220
- "label": "Groups 1 and 2 sent",
265
+ "label": "After opening and closing",
221
266
  "value": 0
222
267
  },
223
268
  {
224
- "label": "Group 1 sent, Group 2 not sent.",
269
+ "label": "After opening",
225
270
  "value": 1
226
271
  },
227
272
  {
228
- "label": "Group 2 sent, Group 1 not sent.",
273
+ "label": "After closing",
229
274
  "value": 2
230
275
  }
231
276
  ]
232
277
  },
233
278
  {
234
- "#": "9",
235
- "$if": "firmwareVersion >= 2.5",
236
- "label": "Enable/Disable cancelling alarm",
279
+ "#": "11",
280
+ "$if": "firmwareVersion >= 3.2",
281
+ "label": "Commands Sent to 2nd Association Group",
237
282
  "valueSize": 1,
238
283
  "minValue": 0,
239
- "maxValue": 1,
240
- "defaultValue": 0,
241
- "allowManualEntry": false,
284
+ "maxValue": 2,
285
+ "defaultValue": 2,
242
286
  "options": [
243
287
  {
244
- "label": "Group no. 1 information is sent",
288
+ "label": "On",
245
289
  "value": 0
246
290
  },
247
291
  {
248
- "label": "Group no. 1 information is not sent",
292
+ "label": "Off",
249
293
  "value": 1
250
- }
251
- ]
252
- },
253
- {
254
- "#": "10",
255
- "$if": "firmwareVersion >= 2.5 && firmwareVersion <= 3.1",
256
- "label": "Tamper alarm",
257
- "description": "Enable/disable tamper alarm",
258
- "valueSize": 1,
259
- "minValue": 0,
260
- "maxValue": 1,
261
- "defaultValue": 1,
262
- "allowManualEntry": false,
263
- "options": [
264
- {
265
- "label": "Tamper alarm cancellation inactive",
266
- "value": 0
267
294
  },
268
295
  {
269
- "label": "Tamper alarm cancellation active",
270
- "value": 1
296
+ "label": "On & off",
297
+ "value": 2
271
298
  }
272
299
  ]
273
300
  },
274
- {
275
- "#": "10",
276
- "$if": "firmwareVersion >= 3.2",
277
- "label": "2nd association group triggers",
278
- "description": "Parameter defines events which result in sending on/off ...",
279
- "valueSize": 1,
280
- "minValue": 0,
281
- "maxValue": 2,
282
- "defaultValue": 0
283
- },
284
- {
285
- "#": "11",
286
- "$if": "firmwareVersion >= 3.2",
287
- "label": "Commands sent to 2nd association group",
288
- "valueSize": 1,
289
- "minValue": 0,
290
- "maxValue": 2,
291
- "defaultValue": 2
292
- },
293
301
  {
294
302
  "#": "12",
295
303
  "$if": "firmwareVersion <= 3.1",
296
- "label": "Sensitivity to temperature changes",
304
+ "label": "Temperature Change Threshold",
305
+ "description": "Parameter / 16 = Celcius value. Parameter / 80/9 = Fahrenheit value.",
297
306
  "valueSize": 1,
298
307
  "minValue": 0,
299
308
  "maxValue": 255,
@@ -303,7 +312,7 @@
303
312
  {
304
313
  "#": "12",
305
314
  "$if": "firmwareVersion >= 3.2",
306
- "label": "ON command sent to 2nd assoc. group",
315
+ "label": "Value of ON Command Sent to 2nd Association Group",
307
316
  "valueSize": 2,
308
317
  "minValue": 0,
309
318
  "maxValue": 255,
@@ -312,28 +321,27 @@
312
321
  {
313
322
  "#": "13",
314
323
  "$if": "firmwareVersion <= 3.1",
315
- "label": "Transmitting the alarm or control frame broadcast",
316
- "description": "Enabling/Disabling broadcast alarm for IN and TMP",
324
+ "label": "Send Alarm or Basic Set in Broadcast Mode",
325
+ "description": "Parameter 5 controls type of message.",
317
326
  "valueSize": 1,
318
327
  "minValue": 0,
319
328
  "maxValue": 3,
320
329
  "defaultValue": 0,
321
- "allowManualEntry": false,
322
330
  "options": [
323
331
  {
324
- "label": "IN and TMP Broadcast mode inactive",
332
+ "label": "Disable",
325
333
  "value": 0
326
334
  },
327
335
  {
328
- "label": "IN broadcast active, TMP broadcast inactive",
336
+ "label": "Input is broadcast",
329
337
  "value": 1
330
338
  },
331
339
  {
332
- "label": "IN broadcast inactive, TMP broadcast active",
340
+ "label": "Tamper is broadcast",
333
341
  "value": 2
334
342
  },
335
343
  {
336
- "label": "IN and TMP broadcast mode active",
344
+ "label": "Input and tamper both broadcast",
337
345
  "value": 3
338
346
  }
339
347
  ]
@@ -341,8 +349,7 @@
341
349
  {
342
350
  "#": "13",
343
351
  "$if": "firmwareVersion >= 3.2",
344
- "label": "OFF command sent to 2nd assoc. group",
345
- "description": "The value of 0 turns OFF the device, 255 turns it ON.",
352
+ "label": "Value of OFF Sent to 2nd Association Group",
346
353
  "valueSize": 2,
347
354
  "minValue": 0,
348
355
  "maxValue": 255,
@@ -350,63 +357,24 @@
350
357
  },
351
358
  {
352
359
  "#": "14",
353
- "$if": "firmwareVersion <= 2.4",
354
- "label": "Scene activation",
355
- "description": "Enable/Disable scene functionality",
356
- "valueSize": 1,
357
- "minValue": 0,
358
- "maxValue": 255,
359
- "defaultValue": 0,
360
- "unsigned": true,
361
- "allowManualEntry": false,
362
- "options": [
363
- {
364
- "label": "Disabled",
365
- "value": 0
366
- },
367
- {
368
- "label": "Enabled",
369
- "value": 1
370
- }
371
- ]
372
- },
373
- {
374
- "#": "14",
375
- "$if": "firmwareVersion >= 2.5 && firmwareVersion <= 3.1",
376
- "label": "Scene activation",
377
- "description": "Enable/Disable scene functionality",
378
- "valueSize": 1,
379
- "minValue": 0,
380
- "maxValue": 1,
381
- "defaultValue": 0,
382
- "unsigned": true,
383
- "allowManualEntry": false,
384
- "options": [
385
- {
386
- "label": "Disabled",
387
- "value": 0
388
- },
389
- {
390
- "label": "Enabled",
391
- "value": 1
392
- }
393
- ]
360
+ "$if": "firmwareVersion <= 3.1",
361
+ "$import": "~/templates/master_template.json#base_enable_disable",
362
+ "label": "Scene Functionality"
394
363
  },
395
364
  {
396
365
  "#": "14",
397
366
  "$if": "firmwareVersion >= 3.2",
398
- "label": "Time delay of ON command frame",
399
- "description": "Time period after which ON command frame will be sent.",
367
+ "label": "Time Delay of ON Command Frame",
400
368
  "valueSize": 2,
401
369
  "minValue": 0,
402
370
  "maxValue": 32400,
403
- "defaultValue": 0
371
+ "defaultValue": 0,
372
+ "unit": "seconds"
404
373
  },
405
374
  {
406
375
  "#": "15",
407
376
  "$if": "firmwareVersion >= 2.5 && firmwareVersion <= 3.1",
408
- "label": "DS18B20",
409
- "description": "Status of DS18B20 sensor",
377
+ "label": "DS18B20 Sensor Status",
410
378
  "valueSize": 1,
411
379
  "minValue": 0,
412
380
  "maxValue": 255,
@@ -415,15 +383,15 @@
415
383
  "readOnly": true,
416
384
  "options": [
417
385
  {
418
- "label": "DS18B20 is working properly",
386
+ "label": "Working",
419
387
  "value": 0
420
388
  },
421
389
  {
422
- "label": "DS18B20 is not working properly",
390
+ "label": "Not working",
423
391
  "value": 1
424
392
  },
425
393
  {
426
- "label": "No DS18B20 temperature sensor",
394
+ "label": "No sensor",
427
395
  "value": 255
428
396
  }
429
397
  ]
@@ -431,142 +399,257 @@
431
399
  {
432
400
  "#": "15",
433
401
  "$if": "firmwareVersion >= 3.2",
434
- "label": "Time delay of OFF command frame",
435
- "description": "Time period after which OFF command frame will be sent.",
402
+ "label": "Off Command Delay",
436
403
  "valueSize": 2,
437
404
  "minValue": 0,
438
405
  "maxValue": 32400,
439
- "defaultValue": 0
406
+ "defaultValue": 0,
407
+ "unit": "seconds"
440
408
  },
441
409
  {
442
410
  "#": "20",
443
411
  "$if": "firmwareVersion >= 3.2",
444
- "label": "Type of sent alarm frames",
445
- "description": "Type of control frames transmitted to the main controller ...",
412
+ "label": "Type of Alarm Frame",
446
413
  "valueSize": 1,
447
414
  "minValue": 0,
448
415
  "maxValue": 5,
449
- "defaultValue": 0
416
+ "defaultValue": 0,
417
+ "options": [
418
+ {
419
+ "label": "General purpose alarm (door/window)",
420
+ "value": 0
421
+ },
422
+ {
423
+ "label": "Smoke alarm",
424
+ "value": 1
425
+ },
426
+ {
427
+ "label": "CO alarm",
428
+ "value": 2
429
+ },
430
+ {
431
+ "label": "CO2 alarm",
432
+ "value": 3
433
+ },
434
+ {
435
+ "label": "Heat alarm",
436
+ "value": 4
437
+ },
438
+ {
439
+ "label": "Flood alarm",
440
+ "value": 5
441
+ }
442
+ ]
450
443
  },
451
444
  {
452
445
  "#": "30",
453
446
  "$if": "firmwareVersion >= 3.2",
454
- "label": "Delay of tamper alarm cancellation",
455
- "description": "Time period after which a tamper alarm will be cancelled.",
447
+ "label": "Tamper Alarm Duration",
456
448
  "valueSize": 2,
457
449
  "minValue": 0,
458
450
  "maxValue": 32400,
459
- "defaultValue": 5
451
+ "defaultValue": 5,
452
+ "unit": "seconds"
460
453
  },
461
454
  {
462
455
  "#": "31",
463
456
  "$if": "firmwareVersion >= 3.2",
464
- "label": "Reporting tamper alarm cancellation",
465
- "description": "Reporting cancellation of tamper alarm to the controller ...",
466
- "valueSize": 1,
467
- "minValue": 0,
468
- "maxValue": 1,
457
+ "$import": "~/templates/master_template.json#base_enable_disable",
458
+ "label": "Tamper Cancellation Reports",
469
459
  "defaultValue": 1
470
460
  },
471
461
  {
472
462
  "#": "50",
473
463
  "$if": "firmwareVersion >= 3.2",
474
- "label": "Interval of temperature measurements",
475
- "description": "This parameter defines how often the temperature will ...",
464
+ "label": "Temperature Measurement Interval",
476
465
  "valueSize": 2,
477
466
  "minValue": 0,
478
467
  "maxValue": 32400,
479
- "defaultValue": 300
468
+ "defaultValue": 300,
469
+ "unit": "seconds"
480
470
  },
481
471
  {
482
472
  "#": "51",
483
473
  "$if": "firmwareVersion >= 3.2",
484
- "label": "Temperature reports threshold",
485
- "description": "This parameter defines the change of temperature in ...",
474
+ "label": "Temperature Reports Threshold",
486
475
  "valueSize": 2,
487
476
  "minValue": 0,
488
477
  "maxValue": 300,
489
- "defaultValue": 10
478
+ "defaultValue": 10,
479
+ "unit": "0.1 °C"
490
480
  },
491
481
  {
492
482
  "#": "52",
493
483
  "$if": "firmwareVersion >= 3.2",
494
- "label": "Interval of temperature reports",
495
- "description": "This parameter determines how often the temperature ...",
484
+ "label": "Temperature Reports Interval",
496
485
  "valueSize": 2,
497
486
  "minValue": 0,
498
487
  "maxValue": 32400,
499
- "defaultValue": 0
488
+ "defaultValue": 0,
489
+ "unit": "seconds"
500
490
  },
501
491
  {
502
492
  "#": "53",
503
493
  "$if": "firmwareVersion >= 3.2",
504
- "label": "Temperature offset",
505
- "description": "The value to be added to the actual temperature, measured ...",
494
+ "label": "Temperature Calibration",
506
495
  "valueSize": 4,
507
496
  "minValue": -1000,
508
497
  "maxValue": 1000,
509
- "defaultValue": 0
498
+ "defaultValue": 0,
499
+ "unit": "0.1 °C"
510
500
  },
511
501
  {
512
- "#": "54",
502
+ "#": "54[0x01]",
513
503
  "$if": "firmwareVersion >= 3.2",
514
- "label": "Temperature alarm reports",
515
- "description": "Temperature alarms reported to the Z-Wave controller.",
516
- "valueSize": 1,
517
- "minValue": 0,
518
- "maxValue": 3,
519
- "defaultValue": 0
504
+ "$import": "~/templates/master_template.json#base_enable_disable",
505
+ "label": "High Temperature Alarm",
506
+ "valueSize": 1
507
+ },
508
+ {
509
+ "#": "54[0x02]",
510
+ "$if": "firmwareVersion >= 3.2",
511
+ "$import": "~/templates/master_template.json#base_enable_disable",
512
+ "label": "Low Temperature Alarm",
513
+ "valueSize": 1
520
514
  },
521
515
  {
522
516
  "#": "55",
523
517
  "$if": "firmwareVersion >= 3.2",
524
- "label": "High temperature alarm threshold",
525
- "description": "If temperature is higher than set value, overheat ...",
518
+ "label": "High Temperature Alarm Threshold",
526
519
  "valueSize": 2,
527
520
  "minValue": 0,
528
521
  "maxValue": 1000,
529
- "defaultValue": 540
522
+ "defaultValue": 540,
523
+ "unit": "0.1 °C"
530
524
  },
531
525
  {
532
526
  "#": "56",
533
527
  "$if": "firmwareVersion >= 3.2",
534
- "label": "Low temperature alarm threshold",
535
- "description": "If temperature is lower than the set value, underheat ...",
528
+ "label": "Low Temperature Alarm Threshold",
536
529
  "valueSize": 2,
537
530
  "minValue": -300,
538
531
  "maxValue": 700,
539
- "defaultValue": 40
532
+ "defaultValue": 40,
533
+ "unit": "0.1 °C"
540
534
  },
541
535
  {
542
- "#": "70",
536
+ "#": "70[0x01]",
543
537
  "$if": "firmwareVersion >= 3.2",
544
- "label": "Scene activation functionality",
545
- "description": "The device can trigger scenes using scene IDs assigned ...",
546
- "valueSize": 2,
547
- "minValue": 0,
548
- "maxValue": 2048,
549
- "defaultValue": 0
538
+ "$import": "~/templates/master_template.json#base_enable_disable",
539
+ "label": "Scene: Opening Door",
540
+ "valueSize": 2
550
541
  },
551
542
  {
552
- "#": "71",
543
+ "#": "70[0x02]",
553
544
  "$if": "firmwareVersion >= 3.2",
554
- "label": "Alarm broadcast",
555
- "description": "Settings for broadcasting ON/OFF commands, sensor ...",
556
- "valueSize": 1,
557
- "minValue": 0,
558
- "maxValue": 4,
559
- "defaultValue": 0
545
+ "$import": "~/templates/master_template.json#base_enable_disable",
546
+ "label": "Scene: Closing Door",
547
+ "valueSize": 2
560
548
  },
561
549
  {
562
- "#": "72",
550
+ "#": "70[0x04]",
563
551
  "$if": "firmwareVersion >= 3.2",
564
- "label": "Associations in Z-Wave network Security Mode",
565
- "description": "This parameter defines how commands are sent in ...",
566
- "valueSize": 1,
567
- "minValue": 0,
568
- "maxValue": 15,
569
- "defaultValue": 15
552
+ "$import": "~/templates/master_template.json#base_enable_disable",
553
+ "label": "Scene: Holding",
554
+ "description": "Only available if Operations Mode (paramater 1) is set to external button",
555
+ "valueSize": 2
556
+ },
557
+ {
558
+ "#": "70[0x08]",
559
+ "$if": "firmwareVersion >= 3.2",
560
+ "$import": "~/templates/master_template.json#base_enable_disable",
561
+ "label": "Scene: Releasing",
562
+ "description": "Only available if Operations Mode (paramater 1) is set to external button",
563
+ "valueSize": 2
564
+ },
565
+ {
566
+ "#": "70[0x10]",
567
+ "$if": "firmwareVersion >= 3.2",
568
+ "$import": "~/templates/master_template.json#base_enable_disable",
569
+ "label": "Scene: Double Click",
570
+ "description": "Only available if Operations Mode (paramater 1) is set to external button",
571
+ "valueSize": 2
572
+ },
573
+ {
574
+ "#": "70[0x20]",
575
+ "$if": "firmwareVersion >= 3.2",
576
+ "$import": "~/templates/master_template.json#base_enable_disable",
577
+ "label": "Scene: Triple Click",
578
+ "description": "Only available if Operations Mode (paramater 1) is set to external button",
579
+ "valueSize": 2
580
+ },
581
+ {
582
+ "#": "70[0x0100]",
583
+ "$if": "firmwareVersion >= 3.2",
584
+ "$import": "~/templates/master_template.json#base_enable_disable",
585
+ "label": "Scene: High Temperature - Door Open",
586
+ "valueSize": 2
587
+ },
588
+ {
589
+ "#": "70[0x0200]",
590
+ "$if": "firmwareVersion >= 3.2",
591
+ "$import": "~/templates/master_template.json#base_enable_disable",
592
+ "label": "Scene: High Temperature - Door Closed",
593
+ "valueSize": 2
594
+ },
595
+ {
596
+ "#": "70[0x0400]",
597
+ "$if": "firmwareVersion >= 3.2",
598
+ "$import": "~/templates/master_template.json#base_enable_disable",
599
+ "label": "Scene: Low Temperature - Door Open",
600
+ "valueSize": 2
601
+ },
602
+ {
603
+ "#": "70[0x0800]",
604
+ "$if": "firmwareVersion >= 3.2",
605
+ "$import": "~/templates/master_template.json#base_enable_disable",
606
+ "label": "Scene: Low Temperature - Door Closed",
607
+ "valueSize": 2
608
+ },
609
+ {
610
+ "#": "71[0x01]",
611
+ "$if": "firmwareVersion >= 3.2",
612
+ "$import": "~/templates/master_template.json#base_enable_disable",
613
+ "label": "Broadcast On/Off Commands",
614
+ "valueSize": 1
615
+ },
616
+ {
617
+ "#": "71[0x02]",
618
+ "$if": "firmwareVersion >= 3.2",
619
+ "$import": "~/templates/master_template.json#base_enable_disable",
620
+ "label": "Broadcast Sensor Alarm",
621
+ "valueSize": 1
622
+ },
623
+ {
624
+ "#": "71[0x04]",
625
+ "$if": "firmwareVersion >= 3.2",
626
+ "$import": "~/templates/master_template.json#base_enable_disable",
627
+ "label": "Broadcast Tamper Alarm",
628
+ "valueSize": 1
629
+ },
630
+ {
631
+ "#": "72[0x01]",
632
+ "$if": "firmwareVersion >= 3.2",
633
+ "$import": "templates/fibaro_template.json#send_secure_commands_group2",
634
+ "defaultValue": 1
635
+ },
636
+ {
637
+ "#": "72[0x02]",
638
+ "$if": "firmwareVersion >= 3.2",
639
+ "$import": "templates/fibaro_template.json#send_secure_commands_group3",
640
+ "defaultValue": 1
641
+ },
642
+ {
643
+ "#": "72[0x04]",
644
+ "$if": "firmwareVersion >= 3.2",
645
+ "$import": "templates/fibaro_template.json#send_secure_commands_group4",
646
+ "defaultValue": 1
647
+ },
648
+ {
649
+ "#": "72[0x08]",
650
+ "$if": "firmwareVersion >= 3.2",
651
+ "$import": "templates/fibaro_template.json#send_secure_commands_group5",
652
+ "defaultValue": 1
570
653
  }
571
654
  ],
572
655
  "compat": {