@zwave-js/config 8.10.2-20220109 → 8.11.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.
@@ -16,70 +16,15 @@
16
16
  "paramInformation": [
17
17
  {
18
18
  "#": "1",
19
- "label": "Frequency Region",
20
- "valueSize": 1,
21
- "minValue": 0,
22
- "maxValue": 9,
23
- "readOnly": true,
24
- "options": [
25
- {
26
- "label": "EU (868.4 MHz, 869.85 MHz)",
27
- "value": 0
28
- },
29
- {
30
- "label": "US (908.4 MHz, 916.0 MHz)",
31
- "value": 1
32
- },
33
- {
34
- "label": "AU (919.8 MHz, 921.4 MHz)",
35
- "value": 2
36
- },
37
- {
38
- "label": "HO (919.8 MHz)",
39
- "value": 3
40
- },
41
- {
42
- "label": "In (865.2 MHz)",
43
- "value": 4
44
- },
45
- {
46
- "label": "IL (916.0 MHz)",
47
- "value": 5
48
- },
49
- {
50
- "label": "RU (869.0 MHz)",
51
- "value": 6
52
- },
53
- {
54
- "label": "Cn (868.4 MHz)",
55
- "value": 7
56
- },
57
- {
58
- "label": "JP (922.5 MHz, 923.9 MHz, 926.3 MHz)",
59
- "value": 8
60
- },
61
- {
62
- "label": "Or (920.9 MHz, 921.7 MHz, 923.1 MHz)",
63
- "value": 9
64
- }
65
- ]
19
+ "$import": "templates/heltun_template.json#frequency_region"
66
20
  },
67
21
  {
68
22
  "#": "3",
69
- "label": "Hardware and Software Versions",
70
- "valueSize": 4,
71
- "minValue": 0,
72
- "maxValue": 0,
73
- "readOnly": true
23
+ "$import": "templates/heltun_template.json#hw_sw_ver"
74
24
  },
75
25
  {
76
26
  "#": "4",
77
- "label": "Energy Consumption",
78
- "unit": "kW",
79
- "valueSize": 4,
80
- "minValue": 0,
81
- "maxValue": 0,
82
- "readOnly": true
27
+ "$import": "templates/heltun_template.json#energy_consumption"
83
28
  },
84
29
  {
85
30
  "#": "5",
@@ -125,98 +70,24 @@
125
70
  },
126
71
  {
127
72
  "#": "17",
128
- "label": "Air Temperature Calibration",
129
- "unit": "0.1 °C",
130
- "valueSize": 1,
131
- "minValue": -100,
132
- "maxValue": 100,
133
- "defaultValue": 0
73
+ "$import": "templates/heltun_template.json#temp_sensor_calibration",
74
+ "label": "Air Temperature Calibration"
134
75
  },
135
76
  {
136
77
  "#": "19",
137
- "label": "Time Correction by Controller",
138
- "valueSize": 1,
139
- "minValue": 0,
140
- "maxValue": 1,
141
- "defaultValue": 1,
142
- "allowManualEntry": false,
143
- "options": [
144
- {
145
- "label": "Disable",
146
- "value": 0
147
- },
148
- {
149
- "label": "Enable",
150
- "value": 1
151
- }
152
- ]
78
+ "$import": "templates/heltun_template.json#controller_time_correction"
153
79
  },
154
80
  {
155
81
  "#": "21",
156
- "label": "Weekday Override",
157
- "valueSize": 1,
158
- "minValue": 1,
159
- "maxValue": 7,
160
- "defaultValue": 1,
161
- "allowManualEntry": false,
162
- "options": [
163
- {
164
- "label": "Monday",
165
- "value": 1
166
- },
167
- {
168
- "label": "Tuesday",
169
- "value": 2
170
- },
171
- {
172
- "label": "Wednesday",
173
- "value": 3
174
- },
175
- {
176
- "label": "Thursday",
177
- "value": 4
178
- },
179
- {
180
- "label": "Friday",
181
- "value": 5
182
- },
183
- {
184
- "label": "Saturday",
185
- "value": 6
186
- },
187
- {
188
- "label": "Sunday",
189
- "value": 7
190
- }
191
- ]
82
+ "$import": "templates/heltun_template.json#weekday_override"
192
83
  },
193
84
  {
194
85
  "#": "22",
195
- "label": "Time Override",
196
- "unit": "HHMM",
197
- "valueSize": 2,
198
- "minValue": 0,
199
- "maxValue": 2359,
200
- "defaultValue": 0
86
+ "$import": "templates/heltun_template.json#time_override"
201
87
  },
202
88
  {
203
89
  "#": "30",
204
- "label": "Buttons: Backlight Color",
205
- "valueSize": 1,
206
- "minValue": 0,
207
- "maxValue": 1,
208
- "defaultValue": 1,
209
- "allowManualEntry": false,
210
- "options": [
211
- {
212
- "label": "Active state blue / Inactive state red",
213
- "value": 0
214
- },
215
- {
216
- "label": "Active state red / Inactive state blue",
217
- "value": 1
218
- }
219
- ]
90
+ "$import": "templates/heltun_template.json#button_backlight_color"
220
91
  },
221
92
  {
222
93
  "#": "31",
@@ -323,106 +194,132 @@
323
194
  "label": "Relay 5: Button Number Source",
324
195
  "defaultValue": 5
325
196
  },
197
+ {
198
+ "#": "66",
199
+ "$if": "firmwareVersion >= 2.4",
200
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
201
+ "label": "Relay 1: State After Power Failure",
202
+ "defaultValue": 0
203
+ },
204
+ {
205
+ "#": "67",
206
+ "$if": "firmwareVersion >= 2.4",
207
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
208
+ "label": "Relay 2: State After Power Failure",
209
+ "defaultValue": 0
210
+ },
211
+ {
212
+ "#": "68",
213
+ "$if": "firmwareVersion >= 2.4",
214
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
215
+ "label": "Relay 3: State After Power Failure",
216
+ "defaultValue": 0
217
+ },
218
+ {
219
+ "#": "69",
220
+ "$if": "firmwareVersion >= 2.4",
221
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
222
+ "label": "Relay 4: State After Power Failure",
223
+ "defaultValue": 0
224
+ },
225
+ {
226
+ "#": "70",
227
+ "$if": "firmwareVersion >= 2.4",
228
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
229
+ "label": "Relay 5: State After Power Failure",
230
+ "defaultValue": 0
231
+ },
326
232
  {
327
233
  "#": "71",
234
+ "$if": "firmwareVersion < 2.4",
328
235
  "$import": "templates/heltun_template.json#relay_timer_mode_duration",
329
236
  "label": "Relay 1: Timer Mode Duration"
330
237
  },
331
238
  {
332
239
  "#": "72",
240
+ "$if": "firmwareVersion < 2.4",
333
241
  "$import": "templates/heltun_template.json#relay_timer_mode_duration",
334
242
  "label": "Relay 2: Timer Mode Duration"
335
243
  },
336
244
  {
337
245
  "#": "73",
246
+ "$if": "firmwareVersion < 2.4",
338
247
  "$import": "templates/heltun_template.json#relay_timer_mode_duration",
339
248
  "label": "Relay 3: Timer Mode Duration"
340
249
  },
341
250
  {
342
251
  "#": "74",
252
+ "$if": "firmwareVersion < 2.4",
343
253
  "$import": "templates/heltun_template.json#relay_timer_mode_duration",
344
254
  "label": "Relay 4: Timer Mode Duration"
345
255
  },
346
256
  {
347
257
  "#": "75",
258
+ "$if": "firmwareVersion < 2.4",
348
259
  "$import": "templates/heltun_template.json#relay_timer_mode_duration",
349
260
  "label": "Relay 5: Timer Mode Duration"
350
261
  },
262
+ {
263
+ "#": "71",
264
+ "$if": "firmwareVersion >= 2.4",
265
+ "$import": "templates/heltun_template.json#relay_timer_mode_duration_new",
266
+ "label": "Relay 1: Timer Mode Duration"
267
+ },
268
+ {
269
+ "#": "72",
270
+ "$if": "firmwareVersion >= 2.4",
271
+ "$import": "templates/heltun_template.json#relay_timer_mode_duration_new",
272
+ "label": "Relay 2: Timer Mode Duration"
273
+ },
274
+ {
275
+ "#": "73",
276
+ "$if": "firmwareVersion >= 2.4",
277
+ "$import": "templates/heltun_template.json#relay_timer_mode_duration_new",
278
+ "label": "Relay 3: Timer Mode Duration"
279
+ },
280
+ {
281
+ "#": "74",
282
+ "$if": "firmwareVersion >= 2.4",
283
+ "$import": "templates/heltun_template.json#relay_timer_mode_duration_new",
284
+ "label": "Relay 4: Timer Mode Duration"
285
+ },
286
+ {
287
+ "#": "75",
288
+ "$if": "firmwareVersion >= 2.4",
289
+ "$import": "templates/heltun_template.json#relay_timer_mode_duration_new",
290
+ "label": "Relay 5: Timer Mode Duration"
291
+ },
351
292
  {
352
293
  "#": "101",
353
294
  "label": "Relay Inverse Mode, Inching: Group 1",
354
- "description": "Combine the relay numbers to a two-digit number. Example: 24 = Relay 2 & 4",
355
- "valueSize": 1,
356
- "minValue": 0,
357
- "maxValue": 54,
358
- "defaultValue": 0,
359
- "options": [
360
- {
361
- "label": "Disable",
362
- "value": 0
363
- }
364
- ]
295
+ "$import": "templates/heltun_template.json#relay_inverse_mode_inching"
365
296
  },
366
297
  {
367
298
  "#": "102",
368
299
  "label": "Relay Inverse Mode, Inching: Group 2",
369
- "description": "Combine the relay numbers to a two-digit number. Example: 24 = Relay 2 & 4",
370
- "valueSize": 1,
371
- "minValue": 0,
372
- "maxValue": 54,
373
- "defaultValue": 0,
374
- "allowManualEntry": false,
375
- "options": [
376
- {
377
- "label": "Disable",
378
- "value": 0
379
- }
380
- ]
300
+ "$import": "templates/heltun_template.json#relay_inverse_mode_inching"
381
301
  },
382
302
  {
383
303
  "#": "141",
384
304
  "label": "Energy Consumption Report Interval",
385
- "unit": "minutes",
386
- "valueSize": 1,
387
- "minValue": 1,
388
- "maxValue": 120,
389
- "defaultValue": 10
305
+ "$import": "templates/heltun_template.json#report_interval"
390
306
  },
391
307
  {
392
308
  "#": "142",
393
309
  "label": "Energy Consumption Report",
394
- "valueSize": 1,
395
- "minValue": 0,
396
- "maxValue": 1,
397
- "defaultValue": 1,
398
- "allowManualEntry": false,
399
- "options": [
400
- {
401
- "label": "Disable",
402
- "value": 0
403
- },
404
- {
405
- "label": "Enable",
406
- "value": 1
407
- }
408
- ]
310
+ "$import": "~/templates/master_template.json#base_enable_disable",
311
+ "defaultValue": 1
409
312
  },
410
313
  {
411
314
  "#": "143",
412
315
  "label": "All Sensors: Reporting Interval",
413
- "unit": "minutes",
414
- "valueSize": 1,
415
- "minValue": 1,
416
- "maxValue": 120,
417
- "defaultValue": 10
316
+ "$import": "templates/heltun_template.json#report_interval"
418
317
  },
419
318
  {
420
319
  "#": "144",
421
320
  "label": "Air Temperature Sensor Report Threshold",
422
321
  "unit": "0.1 °C",
423
- "valueSize": 1,
424
- "minValue": 0,
425
- "maxValue": 100,
322
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
426
323
  "defaultValue": 2
427
324
  },
428
325
  {
@@ -438,9 +335,7 @@
438
335
  "#": "146",
439
336
  "label": "Light Sensor Report Threshold",
440
337
  "unit": "%",
441
- "valueSize": 1,
442
- "minValue": 0,
443
- "maxValue": 99,
338
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
444
339
  "defaultValue": 50
445
340
  }
446
341
  ]
@@ -16,22 +16,7 @@
16
16
  "paramInformation": [
17
17
  {
18
18
  "#": "1",
19
- "label": "Degree Mode",
20
- "valueSize": 1,
21
- "minValue": 0,
22
- "maxValue": 1,
23
- "defaultValue": 0,
24
- "allowManualEntry": false,
25
- "options": [
26
- {
27
- "label": "Centigrade",
28
- "value": 0
29
- },
30
- {
31
- "label": "Fahrenheit",
32
- "value": 1
33
- }
34
- ]
19
+ "$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit"
35
20
  },
36
21
  {
37
22
  "#": "2",
@@ -94,6 +94,35 @@
94
94
  }
95
95
  ]
96
96
  },
97
+ "external_input_hold_control_mode_4": {
98
+ "valueSize": 1,
99
+ "minValue": 0,
100
+ "maxValue": 4,
101
+ "defaultValue": 2,
102
+ "allowManualEntry": false,
103
+ "options": [
104
+ {
105
+ "label": "Disable",
106
+ "value": 0
107
+ },
108
+ {
109
+ "label": "Operate like click (parameter 51)",
110
+ "value": 1
111
+ },
112
+ {
113
+ "label": "Momentary switch",
114
+ "value": 2
115
+ },
116
+ {
117
+ "label": "Reversed momentary switch",
118
+ "value": 3
119
+ },
120
+ {
121
+ "label": "Momentary Toggle Switch",
122
+ "value": 4
123
+ }
124
+ ]
125
+ },
97
126
  "relay_button_number_source": {
98
127
  "valueSize": 1,
99
128
  "minValue": 0,
@@ -192,10 +221,11 @@
192
221
  "relay_timer_mode_duration": {
193
222
  "description": "Used to open/close garage doors, blinds, curtains, etc. or to turn attached devices like door lock or security OFF for a short time",
194
223
  "unit": "seconds",
195
- "valueSize": 3,
224
+ "valueSize": 2,
196
225
  "minValue": 0,
197
226
  "maxValue": 43200,
198
227
  "defaultValue": 0,
228
+ "unsigned": true,
199
229
  "options": [
200
230
  {
201
231
  "label": "0.5 seconds",
@@ -203,6 +233,179 @@
203
233
  }
204
234
  ]
205
235
  },
236
+ "relay_timer_mode_duration_new": {
237
+ "description": "Used to open/close garage doors, blinds, curtains, etc. or to turn attached devices like door lock or security OFF for a short time",
238
+ "unit": "seconds",
239
+ "valueSize": 2,
240
+ "minValue": -1,
241
+ "maxValue": 32400,
242
+ "defaultValue": 0,
243
+ "options": [
244
+ {
245
+ "label": "0.05 seconds",
246
+ "value": -1
247
+ },
248
+ {
249
+ "label": "0.5 seconds",
250
+ "value": 0
251
+ }
252
+ ]
253
+ },
254
+ "frequency_region": {
255
+ "label": "Frequency Region",
256
+ "valueSize": 1,
257
+ "minValue": 0,
258
+ "maxValue": 9,
259
+ "readOnly": true,
260
+ "options": [
261
+ {
262
+ "label": "EU (868.4 MHz, 869.85 MHz)",
263
+ "value": 0
264
+ },
265
+ {
266
+ "label": "US (908.4 MHz, 916.0 MHz)",
267
+ "value": 1
268
+ },
269
+ {
270
+ "label": "AU (919.8 MHz, 921.4 MHz)",
271
+ "value": 2
272
+ },
273
+ {
274
+ "label": "HO (919.8 MHz)",
275
+ "value": 3
276
+ },
277
+ {
278
+ "label": "In (865.2 MHz)",
279
+ "value": 4
280
+ },
281
+ {
282
+ "label": "IL (916.0 MHz)",
283
+ "value": 5
284
+ },
285
+ {
286
+ "label": "RU (869.0 MHz)",
287
+ "value": 6
288
+ },
289
+ {
290
+ "label": "Cn (868.4 MHz)",
291
+ "value": 7
292
+ },
293
+ {
294
+ "label": "JP (922.5 MHz, 923.9 MHz, 926.3 MHz)",
295
+ "value": 8
296
+ },
297
+ {
298
+ "label": "Or (920.9 MHz, 921.7 MHz, 923.1 MHz)",
299
+ "value": 9
300
+ }
301
+ ]
302
+ },
303
+ "hw_sw_ver": {
304
+ "label": "Hardware and Software Versions",
305
+ "valueSize": 4,
306
+ "minValue": 0,
307
+ "maxValue": 0,
308
+ "readOnly": true
309
+ },
310
+ "energy_consumption": {
311
+ "label": "Energy Consumption",
312
+ "unit": "kW",
313
+ "valueSize": 4,
314
+ "minValue": 0,
315
+ "maxValue": 0,
316
+ "readOnly": true
317
+ },
318
+ "controller_time_correction": {
319
+ "$import": "~/templates/master_template.json#base_enable_disable",
320
+ "label": "Time Correction by Controller",
321
+ "defaultValue": 1
322
+ },
323
+ "report_interval": {
324
+ "unit": "minutes",
325
+ "valueSize": 1,
326
+ "minValue": 1,
327
+ "maxValue": 120,
328
+ "defaultValue": 10
329
+ },
330
+ "hold_duration": {
331
+ "unit": "milliseconds",
332
+ "valueSize": 2,
333
+ "minValue": 200,
334
+ "maxValue": 5000,
335
+ "defaultValue": 500
336
+ },
337
+ "temp_sensor_calibration": {
338
+ "label": "Temperature Sensor Calibration",
339
+ "unit": "0.1 °C",
340
+ "valueSize": 1,
341
+ "minValue": -100,
342
+ "maxValue": 100,
343
+ "defaultValue": 0
344
+ },
345
+ "weekday_override": {
346
+ "label": "Week Day Override",
347
+ "valueSize": 1,
348
+ "minValue": 1,
349
+ "maxValue": 7,
350
+ "defaultValue": 1,
351
+ "allowManualEntry": false,
352
+ "options": [
353
+ {
354
+ "label": "Monday",
355
+ "value": 1
356
+ },
357
+ {
358
+ "label": "Tuesday",
359
+ "value": 2
360
+ },
361
+ {
362
+ "label": "Wednesday",
363
+ "value": 3
364
+ },
365
+ {
366
+ "label": "Thursday",
367
+ "value": 4
368
+ },
369
+ {
370
+ "label": "Friday",
371
+ "value": 5
372
+ },
373
+ {
374
+ "label": "Saturday",
375
+ "value": 6
376
+ },
377
+ {
378
+ "label": "Sunday",
379
+ "value": 7
380
+ }
381
+ ]
382
+ },
383
+ "time_override": {
384
+ "label": "Time Override",
385
+ "unit": "HHMM",
386
+ "valueSize": 2,
387
+ "minValue": 0,
388
+ "maxValue": 2359,
389
+ "defaultValue": 0
390
+ },
391
+ "button_backlight_color": {
392
+ "label": "Buttons: Backlight Color",
393
+ "valueSize": 1,
394
+ "minValue": 0,
395
+ "maxValue": 1,
396
+ "defaultValue": 1,
397
+ "allowManualEntry": false,
398
+ "options": [
399
+ {
400
+ "label": "Active state blue / Inactive state red",
401
+ "value": 0
402
+ },
403
+ {
404
+ "label": "Active state red / Inactive state blue",
405
+ "value": 1
406
+ }
407
+ ]
408
+ },
206
409
  "base_button_backlight_control_source": {
207
410
  "valueSize": 1,
208
411
  "minValue": 0,
@@ -8,6 +8,11 @@
8
8
  "productType": "0x0102",
9
9
  "productId": "0x0018",
10
10
  "zwaveAllianceId": 4088
11
+ },
12
+ {
13
+ "productType": "0x0002",
14
+ "productId": "0x0018",
15
+ "zwaveAllianceId": 4061
11
16
  }
12
17
  ],
13
18
  "firmwareVersion": {
@@ -10,6 +10,16 @@
10
10
  "unit": "°F"
11
11
  }
12
12
  },
13
+ "humidity": {
14
+ "0x00": {
15
+ "label": "Percentage value",
16
+ "unit": "%"
17
+ },
18
+ "0x01": {
19
+ "label": "Absolute humidity",
20
+ "unit": "g/m³"
21
+ }
22
+ },
13
23
  "mass": {
14
24
  "0x00": {
15
25
  "label": "Kilogram",
@@ -19,7 +29,7 @@
19
29
  "acceleration": {
20
30
  "0x00": {
21
31
  "label": "Meter per square second",
22
- "unit": "m/s2"
32
+ "unit": "m/"
23
33
  }
24
34
  },
25
35
  "percentage": {
@@ -45,16 +45,7 @@
45
45
  },
46
46
  "0x05": {
47
47
  "label": "Humidity",
48
- "scales": {
49
- "0x00": {
50
- "label": "Percentage value",
51
- "unit": "%"
52
- },
53
- "0x01": {
54
- "label": "Absolute humidity",
55
- "unit": "g/m³"
56
- }
57
- }
48
+ "scales": "$SCALES:humidity"
58
49
  },
59
50
  "0x06": {
60
51
  "label": "Velocity",