@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.
- package/build/cjs/JsonTemplate.d.ts +21 -0
- package/build/cjs/JsonTemplate.js +50 -28
- package/build/cjs/JsonTemplate.js.map +2 -2
- package/build/cjs/Logic.js +1 -0
- package/build/cjs/Logic.js.map +2 -2
- package/build/cjs/_version.d.ts +1 -1
- package/build/cjs/_version.js +1 -1
- package/build/cjs/_version.js.map +1 -1
- package/build/cjs/index.d.ts +1 -0
- package/build/cjs/index.js +10 -1
- package/build/cjs/index.js.map +2 -2
- package/build/esm/JsonTemplate.d.ts +21 -0
- package/build/esm/JsonTemplate.d.ts.map +1 -1
- package/build/esm/JsonTemplate.js +78 -34
- package/build/esm/JsonTemplate.js.map +1 -1
- package/build/esm/Logic.d.ts.map +1 -1
- package/build/esm/Logic.js +1 -0
- package/build/esm/Logic.js.map +1 -1
- package/build/esm/_version.d.ts +1 -1
- package/build/esm/_version.js +1 -1
- package/build/esm/index.d.ts +1 -0
- package/build/esm/index.d.ts.map +1 -1
- package/build/esm/index.js +1 -0
- package/build/esm/index.js.map +1 -1
- package/config/devices/0x015f/mh-5900.json +1044 -2
- package/config/devices/0x015f/templates/mcohome_template.json +21 -0
- package/config/devices/0x0267/10002020-13x.json +4 -0
- package/config/devices/0x0267/10002080-13x.json +16 -0
- package/config/devices/0x027a/templates/zooz_template.json +14 -0
- package/config/devices/0x027a/zac36.json +127 -0
- package/config/devices/0x027a/zen04.json +4 -3
- package/config/devices/0x027a/zen05.json +132 -0
- package/config/devices/0x027a/zen06.json +57 -1
- package/config/devices/0x027a/zen14.json +2 -1
- package/config/devices/0x027a/zen15.json +20 -1
- package/config/devices/0x027a/zen21.json +44 -24
- package/config/devices/0x027a/zen22.json +34 -11
- package/config/devices/0x027a/zen23.json +39 -10
- package/config/devices/0x027a/zen24.json +20 -0
- package/config/devices/0x027a/zen26.json +11 -0
- package/config/devices/0x027a/zen27.json +15 -4
- package/config/devices/0x027a/zen30.json +83 -5
- package/config/devices/0x027a/zen31.json +116 -8
- package/config/devices/0x027a/zen35.json +6 -10
- package/config/devices/0x027a/zen37.json +25 -0
- package/config/devices/0x027a/zen51.json +7 -1
- package/config/devices/0x027a/zen52.json +36 -1
- package/config/devices/0x027a/zen53.json +43 -0
- package/config/devices/0x027a/zen54.json +9 -0
- package/config/devices/0x027a/zen55.json +34 -22
- package/config/devices/0x027a/zen72.json +4 -3
- package/config/devices/0x027a/zen73.json +32 -3
- package/config/devices/0x027a/zen74.json +61 -5
- package/config/devices/0x027a/zen75.json +13 -0
- package/config/devices/0x027a/zen76.json +25 -3
- package/config/devices/0x027a/zen77.json +5 -4
- package/config/devices/0x027a/zse09.json +4 -3
- package/config/devices/0x027a/zse11.json +1 -0
- package/config/devices/0x027a/zse18.json +37 -4
- package/config/devices/0x027a/zse33.json +1 -2
- package/config/devices/0x027a/zse40.json +5 -6
- package/config/devices/0x027a/zse43.json +2 -1
- package/config/devices/0x027a/zse50.json +1 -1
- package/config/devices/0x0464/lamp-zw2.json +232 -0
- package/package.json +3 -3
|
@@ -387,5 +387,26 @@
|
|
|
387
387
|
"value": 55
|
|
388
388
|
}
|
|
389
389
|
]
|
|
390
|
+
},
|
|
391
|
+
"schedule_period_time_hour": {
|
|
392
|
+
"valueSize": 2,
|
|
393
|
+
"minValue": 0,
|
|
394
|
+
"maxValue": 23,
|
|
395
|
+
"defaultValue": 0,
|
|
396
|
+
"unsigned": true
|
|
397
|
+
},
|
|
398
|
+
"schedule_period_time_minute": {
|
|
399
|
+
"valueSize": 2,
|
|
400
|
+
"minValue": 0,
|
|
401
|
+
"maxValue": 59,
|
|
402
|
+
"defaultValue": 0,
|
|
403
|
+
"unsigned": true
|
|
404
|
+
},
|
|
405
|
+
"schedule_setpoint": {
|
|
406
|
+
"valueSize": 2,
|
|
407
|
+
"unit": "0.1 °F/C",
|
|
408
|
+
"minValue": 0,
|
|
409
|
+
"maxValue": 1000,
|
|
410
|
+
"defaultValue": 0
|
|
390
411
|
}
|
|
391
412
|
}
|
|
@@ -17,6 +17,18 @@
|
|
|
17
17
|
"productType": "0x0004",
|
|
18
18
|
"productId": "0x0063"
|
|
19
19
|
},
|
|
20
|
+
{
|
|
21
|
+
"productType": "0x0004",
|
|
22
|
+
"productId": "0x006a"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"productType": "0x0004",
|
|
26
|
+
"productId": "0x006c"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"productType": "0x0004",
|
|
30
|
+
"productId": "0x006d"
|
|
31
|
+
},
|
|
20
32
|
{
|
|
21
33
|
"productType": "0x0004",
|
|
22
34
|
"productId": "0x0091"
|
|
@@ -40,6 +52,10 @@
|
|
|
40
52
|
{
|
|
41
53
|
"productType": "0x0004",
|
|
42
54
|
"productId": "0x0177"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"productType": "0x0004",
|
|
58
|
+
"productId": "0x0393"
|
|
43
59
|
}
|
|
44
60
|
],
|
|
45
61
|
"firmwareVersion": {
|
|
@@ -1014,6 +1014,20 @@
|
|
|
1014
1014
|
"description": "Enables control through the physical inputs on the device",
|
|
1015
1015
|
"defaultValue": 1
|
|
1016
1016
|
},
|
|
1017
|
+
"central_scene_paddle_mapping": {
|
|
1018
|
+
"$import": "~/templates/master_template.json#base_options_nounit",
|
|
1019
|
+
"label": "Central Scene Paddle Mapping",
|
|
1020
|
+
"options": [
|
|
1021
|
+
{
|
|
1022
|
+
"label": "Upper paddle: Scene 2, lower paddle: Scene 1",
|
|
1023
|
+
"value": 0
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"label": "Upper paddle: Scene 1, lower paddle: Scene 2",
|
|
1027
|
+
"value": 1
|
|
1028
|
+
}
|
|
1029
|
+
]
|
|
1030
|
+
},
|
|
1017
1031
|
"local_programming": {
|
|
1018
1032
|
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
|
|
1019
1033
|
"label": "Local Programming",
|
|
@@ -141,6 +141,16 @@
|
|
|
141
141
|
"valueSize": 2,
|
|
142
142
|
"defaultValue": 1
|
|
143
143
|
},
|
|
144
|
+
{
|
|
145
|
+
"#": "45",
|
|
146
|
+
"$if": "firmwareVersion >= 1.13",
|
|
147
|
+
"label": "Temperature Auto Report Interval",
|
|
148
|
+
"valueSize": 1,
|
|
149
|
+
"unit": "minutes",
|
|
150
|
+
"minValue": 1,
|
|
151
|
+
"maxValue": 60,
|
|
152
|
+
"defaultValue": 15
|
|
153
|
+
},
|
|
144
154
|
{
|
|
145
155
|
"#": "36[0xff]",
|
|
146
156
|
"label": "Overheat Trigger: Temperature",
|
|
@@ -236,12 +246,31 @@
|
|
|
236
246
|
"label": "Allow Valve Control - Water Leak Detected",
|
|
237
247
|
"defaultValue": 1
|
|
238
248
|
},
|
|
249
|
+
{
|
|
250
|
+
"#": "52",
|
|
251
|
+
"label": "Water Leak Cancellation Timer",
|
|
252
|
+
"description": "Time without further leak detection before sending a leak cancellation report",
|
|
253
|
+
"valueSize": 1,
|
|
254
|
+
"unit": "seconds",
|
|
255
|
+
"minValue": 0,
|
|
256
|
+
"maxValue": 60,
|
|
257
|
+
"defaultValue": 10
|
|
258
|
+
},
|
|
239
259
|
{
|
|
240
260
|
"#": "42",
|
|
241
261
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
242
262
|
"label": "Allow Valve Control - Water Leak Detected During Freeze Mode",
|
|
243
263
|
"defaultValue": 1
|
|
244
264
|
},
|
|
265
|
+
{
|
|
266
|
+
"#": "22",
|
|
267
|
+
"$if": "firmwareVersion >= 1.12",
|
|
268
|
+
"label": "Open/Close Cycle: Minimum Pulse Count",
|
|
269
|
+
"valueSize": 1,
|
|
270
|
+
"minValue": 10,
|
|
271
|
+
"maxValue": 99,
|
|
272
|
+
"defaultValue": 38
|
|
273
|
+
},
|
|
245
274
|
{
|
|
246
275
|
"#": "97",
|
|
247
276
|
"label": "Auto Test Mode",
|
|
@@ -250,6 +279,10 @@
|
|
|
250
279
|
"defaultValue": 3,
|
|
251
280
|
"allowManualEntry": false,
|
|
252
281
|
"options": [
|
|
282
|
+
{
|
|
283
|
+
"label": "Disable",
|
|
284
|
+
"value": 0
|
|
285
|
+
},
|
|
253
286
|
{
|
|
254
287
|
"label": "Enable when included/excluded",
|
|
255
288
|
"value": 3
|
|
@@ -292,28 +325,122 @@
|
|
|
292
325
|
"label": "Touch Keylock Protection"
|
|
293
326
|
},
|
|
294
327
|
{
|
|
328
|
+
// Firmware 1.19 split the former single-byte notification toggle
|
|
329
|
+
// into discrete parameters 81-86, one per notification type.
|
|
330
|
+
"#": "81",
|
|
331
|
+
"$if": "firmwareVersion >= 1.19",
|
|
332
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
333
|
+
"label": "Notification Report: Water Valve Open/Close",
|
|
334
|
+
"defaultValue": 1
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"#": "82",
|
|
338
|
+
"$if": "firmwareVersion >= 1.19",
|
|
339
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
340
|
+
"label": "Notification Report: Overheat Detection",
|
|
341
|
+
"defaultValue": 0
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"#": "83",
|
|
345
|
+
"$if": "firmwareVersion >= 1.19",
|
|
346
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
347
|
+
"label": "Notification Report: Freeze Detection",
|
|
348
|
+
"defaultValue": 1
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"#": "84",
|
|
352
|
+
"$if": "firmwareVersion >= 1.19",
|
|
353
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
354
|
+
"label": "Notification Report: Wired Water Leak Probe",
|
|
355
|
+
"defaultValue": 1
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"#": "85",
|
|
359
|
+
"$if": "firmwareVersion >= 1.19",
|
|
360
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
361
|
+
"label": "Notification Report: AC Power",
|
|
362
|
+
"defaultValue": 1
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"#": "86",
|
|
366
|
+
"$if": "firmwareVersion >= 1.19",
|
|
367
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
368
|
+
"label": "Notification Report: Backup Battery (ZAC92)",
|
|
369
|
+
"defaultValue": 1
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
// Firmware before 1.19 exposed these notification toggles as a single bitmask parameter
|
|
295
373
|
"#": "81[0x01]",
|
|
374
|
+
"$if": "firmwareVersion < 1.19",
|
|
296
375
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
297
376
|
"label": "Notification Report: Water Valve Open",
|
|
298
377
|
"defaultValue": 1
|
|
299
378
|
},
|
|
300
379
|
{
|
|
301
380
|
"#": "81[0x02]",
|
|
381
|
+
"$if": "firmwareVersion < 1.19",
|
|
302
382
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
303
383
|
"label": "Notification Report: Overheat Detection",
|
|
304
384
|
"defaultValue": 1
|
|
305
385
|
},
|
|
306
386
|
{
|
|
307
387
|
"#": "81[0x04]",
|
|
388
|
+
"$if": "firmwareVersion < 1.19",
|
|
308
389
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
309
390
|
"label": "Notification Report: Freeze Detection",
|
|
310
391
|
"defaultValue": 1
|
|
311
392
|
},
|
|
312
393
|
{
|
|
313
394
|
"#": "81[0x08]",
|
|
395
|
+
"$if": "firmwareVersion < 1.19",
|
|
314
396
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
315
397
|
"label": "Notification Report: Local Water Leak Sensor Probe Detection",
|
|
316
398
|
"defaultValue": 1
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"#": "99",
|
|
402
|
+
"$if": "firmwareVersion >= 1.15",
|
|
403
|
+
"label": "Manual Open Calibration Offset",
|
|
404
|
+
"valueSize": 1,
|
|
405
|
+
"unit": "%",
|
|
406
|
+
"minValue": 1,
|
|
407
|
+
"maxValue": 10,
|
|
408
|
+
"defaultValue": 9
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"#": "100",
|
|
412
|
+
"label": "Manual Close Calibration Offset",
|
|
413
|
+
"valueSize": 1,
|
|
414
|
+
"unit": "%",
|
|
415
|
+
"minValue": 1,
|
|
416
|
+
"maxValue": 10,
|
|
417
|
+
"defaultValue": 4
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"#": "113",
|
|
421
|
+
"$purpose": "reporting_threshold.battery",
|
|
422
|
+
"label": "Backup Battery Report Threshold",
|
|
423
|
+
"valueSize": 1,
|
|
424
|
+
"unit": "%",
|
|
425
|
+
"minValue": 0,
|
|
426
|
+
"maxValue": 100,
|
|
427
|
+
"defaultValue": 10
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"#": "114",
|
|
431
|
+
"$purpose": "reporting_threshold.low_battery",
|
|
432
|
+
"label": "Low Backup Battery Report Threshold",
|
|
433
|
+
"valueSize": 1,
|
|
434
|
+
"unit": "%",
|
|
435
|
+
"minValue": 0,
|
|
436
|
+
"maxValue": 100,
|
|
437
|
+
"defaultValue": 30
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"#": "115",
|
|
441
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
442
|
+
"label": "Auto-Close on Low Backup Battery",
|
|
443
|
+
"defaultValue": 1
|
|
317
444
|
}
|
|
318
445
|
],
|
|
319
446
|
"metadata": {
|
|
@@ -47,15 +47,16 @@
|
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"#": "9",
|
|
50
|
-
"$import": "templates/zooz_template.json#led_indicator_brightness"
|
|
50
|
+
"$import": "templates/zooz_template.json#led_indicator_brightness",
|
|
51
|
+
"defaultValue": 2
|
|
51
52
|
},
|
|
52
53
|
{
|
|
53
54
|
"#": "2",
|
|
54
|
-
"$import": "templates/zooz_template.json#
|
|
55
|
+
"$import": "templates/zooz_template.json#auto_off_timer_0x_1x_3x_7x"
|
|
55
56
|
},
|
|
56
57
|
{
|
|
57
58
|
"#": "3",
|
|
58
|
-
"$import": "templates/zooz_template.json#
|
|
59
|
+
"$import": "templates/zooz_template.json#auto_on_timer_0x_1x_3x_7x"
|
|
59
60
|
},
|
|
60
61
|
{
|
|
61
62
|
"#": "4",
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
// Firmware versions
|
|
2
|
+
// 700-series: 1.10
|
|
3
|
+
// 800LR: 2.0 -> 2.10 -> 2.20 -> 2.30
|
|
4
|
+
|
|
1
5
|
{
|
|
2
6
|
"manufacturer": "Zooz",
|
|
3
7
|
"manufacturerId": "0x027a",
|
|
@@ -32,6 +36,11 @@
|
|
|
32
36
|
{
|
|
33
37
|
"label": "Always off",
|
|
34
38
|
"value": 2
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"$if": "firmwareVersion >= 2.0",
|
|
42
|
+
"label": "Always on",
|
|
43
|
+
"value": 3
|
|
35
44
|
}
|
|
36
45
|
]
|
|
37
46
|
},
|
|
@@ -57,6 +66,129 @@
|
|
|
57
66
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
58
67
|
"label": "Manual Control",
|
|
59
68
|
"defaultValue": 1
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"#": "13",
|
|
72
|
+
"$if": "firmwareVersion >= 2.0",
|
|
73
|
+
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
|
|
74
|
+
"label": "Power (W) Reporting",
|
|
75
|
+
"defaultValue": 0
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"#": "9",
|
|
79
|
+
"$if": "firmwareVersion >= 2.0",
|
|
80
|
+
"$purpose": "reporting_threshold.power",
|
|
81
|
+
"label": "Power (W) Report Threshold",
|
|
82
|
+
"valueSize": 1,
|
|
83
|
+
"unit": "W",
|
|
84
|
+
"minValue": 0,
|
|
85
|
+
"maxValue": 100,
|
|
86
|
+
"defaultValue": 5,
|
|
87
|
+
"options": [
|
|
88
|
+
{
|
|
89
|
+
"label": "Disabled",
|
|
90
|
+
"value": 0
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"#": "10",
|
|
96
|
+
"$if": "firmwareVersion >= 2.0",
|
|
97
|
+
"$purpose": "reporting_interval.power",
|
|
98
|
+
"label": "Power (W) Report Interval",
|
|
99
|
+
"valueSize": 4,
|
|
100
|
+
"unit": "minutes",
|
|
101
|
+
"minValue": 1,
|
|
102
|
+
"maxValue": 65535,
|
|
103
|
+
"defaultValue": 5
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"#": "14",
|
|
107
|
+
"$if": "firmwareVersion >= 2.0",
|
|
108
|
+
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
|
|
109
|
+
"label": "Current (A) Reporting",
|
|
110
|
+
"defaultValue": 0
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"#": "11",
|
|
114
|
+
"$if": "firmwareVersion >= 2.0",
|
|
115
|
+
"$purpose": "reporting_threshold.current",
|
|
116
|
+
"label": "Current (A) Report Threshold",
|
|
117
|
+
"valueSize": 1,
|
|
118
|
+
"unit": "0.1 A",
|
|
119
|
+
"minValue": 0,
|
|
120
|
+
"maxValue": 50,
|
|
121
|
+
"defaultValue": 1,
|
|
122
|
+
"options": [
|
|
123
|
+
{
|
|
124
|
+
"label": "Disabled",
|
|
125
|
+
"value": 0
|
|
126
|
+
}
|
|
127
|
+
]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"#": "15",
|
|
131
|
+
"$if": "firmwareVersion >= 2.0",
|
|
132
|
+
"$purpose": "reporting_interval.current",
|
|
133
|
+
"label": "Current (A) Report Interval",
|
|
134
|
+
"valueSize": 4,
|
|
135
|
+
"unit": "minutes",
|
|
136
|
+
"minValue": 1,
|
|
137
|
+
"maxValue": 65535,
|
|
138
|
+
"defaultValue": 60
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"#": "18",
|
|
142
|
+
"$if": "firmwareVersion >= 2.10",
|
|
143
|
+
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
|
|
144
|
+
"label": "Energy (kWh) Reporting",
|
|
145
|
+
"defaultValue": 0
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"#": "12",
|
|
149
|
+
"$if": "firmwareVersion >= 2.0",
|
|
150
|
+
"$purpose": "reporting_threshold.energy",
|
|
151
|
+
"label": "Energy (kWh) Report Threshold",
|
|
152
|
+
"valueSize": 1,
|
|
153
|
+
"unit": "0.01 kWh",
|
|
154
|
+
"minValue": 0,
|
|
155
|
+
"maxValue": 200,
|
|
156
|
+
"defaultValue": 1,
|
|
157
|
+
"unsigned": true,
|
|
158
|
+
"options": [
|
|
159
|
+
{
|
|
160
|
+
"label": "Disabled",
|
|
161
|
+
"value": 0
|
|
162
|
+
}
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"#": "17",
|
|
167
|
+
"$if": "firmwareVersion >= 2.10",
|
|
168
|
+
"$purpose": "reporting_interval.energy",
|
|
169
|
+
"label": "Energy (kWh) Report Interval",
|
|
170
|
+
"valueSize": 4,
|
|
171
|
+
"unit": "minutes",
|
|
172
|
+
"minValue": 1,
|
|
173
|
+
"maxValue": 65535,
|
|
174
|
+
"defaultValue": 60
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"#": "16",
|
|
178
|
+
"$if": "firmwareVersion >= 2.0",
|
|
179
|
+
"$purpose": "reporting_interval.voltage",
|
|
180
|
+
"label": "Voltage (V) Report Interval",
|
|
181
|
+
"valueSize": 4,
|
|
182
|
+
"unit": "minutes",
|
|
183
|
+
"minValue": 0,
|
|
184
|
+
"maxValue": 65535,
|
|
185
|
+
"defaultValue": 60,
|
|
186
|
+
"options": [
|
|
187
|
+
{
|
|
188
|
+
"label": "Disabled",
|
|
189
|
+
"value": 0
|
|
190
|
+
}
|
|
191
|
+
]
|
|
60
192
|
}
|
|
61
193
|
]
|
|
62
194
|
}
|
|
@@ -54,8 +54,40 @@
|
|
|
54
54
|
}
|
|
55
55
|
]
|
|
56
56
|
},
|
|
57
|
+
{
|
|
58
|
+
"#": "30",
|
|
59
|
+
"$if": "firmwareVersion >= 1.3",
|
|
60
|
+
"$import": "templates/zooz_template.json#local_control"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"#": "27",
|
|
64
|
+
"$if": "firmwareVersion >= 1.3",
|
|
65
|
+
"label": "LED Indicator Control",
|
|
66
|
+
"valueSize": 1,
|
|
67
|
+
"defaultValue": 1,
|
|
68
|
+
"allowManualEntry": false,
|
|
69
|
+
"options": [
|
|
70
|
+
{
|
|
71
|
+
"label": "Always show power consumption",
|
|
72
|
+
"value": 0
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"label": "Show power consumption when on",
|
|
76
|
+
"value": 1
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"label": "Show power consumption for 5 seconds on state change",
|
|
80
|
+
"value": 2
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"label": "Always off",
|
|
84
|
+
"value": 3
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
},
|
|
57
88
|
{
|
|
58
89
|
"#": "27",
|
|
90
|
+
"$if": "firmwareVersion < 1.3",
|
|
59
91
|
"label": "LED Indicator Control",
|
|
60
92
|
"valueSize": 1,
|
|
61
93
|
"defaultValue": 0,
|
|
@@ -113,6 +145,18 @@
|
|
|
113
145
|
},
|
|
114
146
|
{
|
|
115
147
|
"#": "173",
|
|
148
|
+
"$if": "firmwareVersion >= 1.3",
|
|
149
|
+
"$purpose": "reporting_interval.voltage",
|
|
150
|
+
"label": "Voltage Report Frequency",
|
|
151
|
+
"valueSize": 4,
|
|
152
|
+
"unit": "seconds",
|
|
153
|
+
"minValue": 0,
|
|
154
|
+
"maxValue": 2678400,
|
|
155
|
+
"defaultValue": 300
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"#": "173",
|
|
159
|
+
"$if": "firmwareVersion < 1.3",
|
|
116
160
|
"$purpose": "reporting_interval.voltage",
|
|
117
161
|
"label": "Voltage Report Frequency",
|
|
118
162
|
"valueSize": 4,
|
|
@@ -123,6 +167,18 @@
|
|
|
123
167
|
},
|
|
124
168
|
{
|
|
125
169
|
"#": "174",
|
|
170
|
+
"$if": "firmwareVersion >= 1.3",
|
|
171
|
+
"$purpose": "reporting_interval.current",
|
|
172
|
+
"label": "Current (A) Report Frequency",
|
|
173
|
+
"valueSize": 4,
|
|
174
|
+
"unit": "seconds",
|
|
175
|
+
"minValue": 0,
|
|
176
|
+
"maxValue": 2678400,
|
|
177
|
+
"defaultValue": 300
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"#": "174",
|
|
181
|
+
"$if": "firmwareVersion < 1.3",
|
|
126
182
|
"$purpose": "reporting_interval.current",
|
|
127
183
|
"label": "Current (A) Report Frequency",
|
|
128
184
|
"valueSize": 4,
|
|
@@ -136,6 +192,6 @@
|
|
|
136
192
|
"inclusion": "Manual inclusion: Press and release the Z-Wave button 3 times quickly (LED indicator will flash blue).\n\nSecure inclusion: Press and hold the Z-Wave button for at least 3 seconds (LED indicator will flash green).",
|
|
137
193
|
"exclusion": "Press and release the Z-Wave button 3 times quickly. The LED indicator will flash orange then remain solid orange for a few seconds.",
|
|
138
194
|
"reset": "Press and hold the Z-Wave button for at least 20 seconds. The LED indicator will stay solid yellow for 2 seconds to indicate successful reset.",
|
|
139
|
-
"manual": "https://
|
|
195
|
+
"manual": "https://www.getzooz.com/downloads/zooz-z-wave-plus-smart-plug-zen06-ver2-manual.pdf"
|
|
140
196
|
}
|
|
141
197
|
}
|
|
@@ -110,8 +110,9 @@
|
|
|
110
110
|
"valueSize": 2,
|
|
111
111
|
"unit": "seconds",
|
|
112
112
|
"minValue": 0,
|
|
113
|
-
"maxValue":
|
|
113
|
+
"maxValue": 65535,
|
|
114
114
|
"defaultValue": 0,
|
|
115
|
+
"unsigned": true,
|
|
115
116
|
"options": [
|
|
116
117
|
{
|
|
117
118
|
"label": "Disable",
|
|
@@ -246,6 +247,24 @@
|
|
|
246
247
|
},
|
|
247
248
|
{
|
|
248
249
|
"#": "171",
|
|
250
|
+
"$if": "firmwareVersion >= 2.30",
|
|
251
|
+
"$purpose": "reporting_interval.power",
|
|
252
|
+
"label": "Power (W) Report Interval",
|
|
253
|
+
"valueSize": 4,
|
|
254
|
+
"unit": "seconds",
|
|
255
|
+
"minValue": 0,
|
|
256
|
+
"maxValue": 2678400,
|
|
257
|
+
"defaultValue": 300,
|
|
258
|
+
"options": [
|
|
259
|
+
{
|
|
260
|
+
"label": "Disable",
|
|
261
|
+
"value": 0
|
|
262
|
+
}
|
|
263
|
+
]
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"#": "171",
|
|
267
|
+
"$if": "firmwareVersion < 2.30",
|
|
249
268
|
"$purpose": "reporting_interval.power",
|
|
250
269
|
"label": "Power (W) Report Interval",
|
|
251
270
|
"valueSize": 4,
|