@zwave-js/config 8.10.2 → 8.11.2-20220118

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",
@@ -115,103 +60,29 @@
115
60
  },
116
61
  {
117
62
  "#": "17",
118
- "label": "Air Temperature Calibration",
119
- "unit": "0.1 °C",
120
- "valueSize": 1,
121
- "minValue": -100,
122
- "maxValue": 100,
123
- "defaultValue": 0
63
+ "$import": "templates/heltun_template.json#temp_sensor_calibration",
64
+ "label": "Air Temperature Calibration"
124
65
  },
125
66
  {
126
67
  "#": "19",
127
- "label": "Time Correction by Controller",
128
- "valueSize": 1,
129
- "minValue": 0,
130
- "maxValue": 1,
131
- "defaultValue": 1,
132
- "allowManualEntry": false,
133
- "options": [
134
- {
135
- "label": "Disable",
136
- "value": 0
137
- },
138
- {
139
- "label": "Enable",
140
- "value": 1
141
- }
142
- ]
68
+ "$import": "templates/heltun_template.json#controller_time_correction"
143
69
  },
144
70
  {
145
71
  "#": "21",
146
- "label": "Weekday Override",
147
- "valueSize": 1,
148
- "minValue": 1,
149
- "maxValue": 7,
150
- "defaultValue": 1,
151
- "allowManualEntry": false,
152
- "options": [
153
- {
154
- "label": "Monday",
155
- "value": 1
156
- },
157
- {
158
- "label": "Tuesday",
159
- "value": 2
160
- },
161
- {
162
- "label": "Wednesday",
163
- "value": 3
164
- },
165
- {
166
- "label": "Thursday",
167
- "value": 4
168
- },
169
- {
170
- "label": "Friday",
171
- "value": 5
172
- },
173
- {
174
- "label": "Saturday",
175
- "value": 6
176
- },
177
- {
178
- "label": "Sunday",
179
- "value": 7
180
- }
181
- ]
72
+ "$import": "templates/heltun_template.json#weekday_override"
182
73
  },
183
74
  {
184
75
  "#": "22",
185
- "label": "Time Override",
186
- "unit": "HHMM",
187
- "valueSize": 2,
188
- "minValue": 0,
189
- "maxValue": 2359,
190
- "defaultValue": 0
76
+ "$import": "templates/heltun_template.json#time_override"
191
77
  },
192
78
  {
193
79
  "#": "30",
194
- "label": "Buttons: Backlight Color",
195
- "valueSize": 1,
196
- "minValue": 0,
197
- "maxValue": 1,
198
- "defaultValue": 1,
199
- "allowManualEntry": false,
200
- "options": [
201
- {
202
- "label": "Active state blue / Inactive state red",
203
- "value": 0
204
- },
205
- {
206
- "label": "Active state red / Inactive state blue",
207
- "value": 1
208
- }
209
- ]
80
+ "$import": "templates/heltun_template.json#button_backlight_color"
210
81
  },
211
82
  {
212
83
  "#": "31",
213
84
  "$import": "templates/heltun_template.json#base_button_backlight_control_source",
214
- "label": "Button 2: Backlight Control Source"
85
+ "label": "Button 1: Backlight Control Source"
215
86
  },
216
87
  {
217
88
  "#": "41",
@@ -271,96 +142,94 @@
271
142
  "label": "Relay 3: Button Number Source",
272
143
  "defaultValue": 3
273
144
  },
145
+ {
146
+ "#": "66",
147
+ "$if": "firmwareVersion >= 2.4",
148
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
149
+ "label": "Relay 1: State After Power Failure",
150
+ "defaultValue": 0
151
+ },
152
+ {
153
+ "#": "67",
154
+ "$if": "firmwareVersion >= 2.4",
155
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
156
+ "label": "Relay 2: State After Power Failure",
157
+ "defaultValue": 0
158
+ },
159
+ {
160
+ "#": "68",
161
+ "$if": "firmwareVersion >= 2.4",
162
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
163
+ "label": "Relay 3: State After Power Failure",
164
+ "defaultValue": 0
165
+ },
274
166
  {
275
167
  "#": "71",
168
+ "$if": "firmwareVersion < 2.4",
276
169
  "$import": "templates/heltun_template.json#relay_timer_mode_duration",
277
170
  "label": "Relay 1: Timer Mode Duration"
278
171
  },
279
172
  {
280
173
  "#": "72",
174
+ "$if": "firmwareVersion < 2.4",
281
175
  "$import": "templates/heltun_template.json#relay_timer_mode_duration",
282
176
  "label": "Relay 2: Timer Mode Duration"
283
177
  },
284
178
  {
285
179
  "#": "73",
180
+ "$if": "firmwareVersion < 2.4",
286
181
  "$import": "templates/heltun_template.json#relay_timer_mode_duration",
287
182
  "label": "Relay 3: Timer Mode Duration"
288
183
  },
184
+ {
185
+ "#": "71",
186
+ "$if": "firmwareVersion >= 2.4",
187
+ "$import": "templates/heltun_template.json#relay_timer_mode_duration_new",
188
+ "label": "Relay 1: Timer Mode Duration"
189
+ },
190
+ {
191
+ "#": "72",
192
+ "$if": "firmwareVersion >= 2.4",
193
+ "$import": "templates/heltun_template.json#relay_timer_mode_duration_new",
194
+ "label": "Relay 2: Timer Mode Duration"
195
+ },
196
+ {
197
+ "#": "73",
198
+ "$if": "firmwareVersion >= 2.4",
199
+ "$import": "templates/heltun_template.json#relay_timer_mode_duration_new",
200
+ "label": "Relay 3: Timer Mode Duration"
201
+ },
289
202
  {
290
203
  "#": "101",
291
204
  "label": "Relay Inverse Mode, Inching: Group 1",
292
- "description": "Combine the relay numbers to a two-digit number. Example: 24 = Relay 2 & 4",
293
- "valueSize": 1,
294
- "minValue": 0,
295
- "maxValue": 54,
296
- "defaultValue": 0,
297
- "options": [
298
- {
299
- "label": "Disable",
300
- "value": 0
301
- }
302
- ]
205
+ "$import": "templates/heltun_template.json#relay_inverse_mode_inching"
303
206
  },
304
207
  {
305
208
  "#": "102",
306
209
  "label": "Relay Inverse Mode, Inching: Group 2",
307
- "description": "Combine the relay numbers to a two-digit number. Example: 24 = Relay 2 & 4",
308
- "valueSize": 1,
309
- "minValue": 0,
310
- "maxValue": 54,
311
- "defaultValue": 0,
312
- "allowManualEntry": false,
313
- "options": [
314
- {
315
- "label": "Disable",
316
- "value": 0
317
- }
318
- ]
210
+ "$import": "templates/heltun_template.json#relay_inverse_mode_inching"
319
211
  },
320
212
  {
321
213
  "#": "141",
322
214
  "label": "Energy Consumption Report Interval",
323
- "unit": "minutes",
324
- "valueSize": 1,
325
- "minValue": 1,
326
- "maxValue": 120,
327
- "defaultValue": 10
215
+ "$import": "templates/heltun_template.json#report_interval"
328
216
  },
329
217
  {
330
218
  "#": "142",
331
219
  "label": "Energy Consumption Report",
332
- "valueSize": 1,
333
- "minValue": 0,
334
- "maxValue": 1,
335
- "defaultValue": 1,
336
- "allowManualEntry": false,
337
- "options": [
338
- {
339
- "label": "Disable",
340
- "value": 0
341
- },
342
- {
343
- "label": "Enable",
344
- "value": 1
345
- }
346
- ]
220
+ "$import": "~/templates/master_template.json#base_enable_disable",
221
+ "defaultValue": 1
347
222
  },
348
223
  {
349
224
  "#": "143",
350
225
  "label": "All Sensors: Reporting Interval",
351
- "unit": "minutes",
352
- "valueSize": 1,
353
- "minValue": 1,
354
- "maxValue": 120,
355
- "defaultValue": 10
226
+ "$import": "templates/heltun_template.json#report_interval"
356
227
  },
357
228
  {
358
229
  "#": "144",
359
230
  "label": "Air Temperature Sensor Report Threshold",
360
231
  "unit": "0.1 °C",
361
- "valueSize": 1,
362
- "minValue": 0,
363
- "maxValue": 100,
232
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
364
233
  "defaultValue": 2
365
234
  },
366
235
  {
@@ -376,9 +245,7 @@
376
245
  "#": "146",
377
246
  "label": "Light Sensor Report Threshold",
378
247
  "unit": "%",
379
- "valueSize": 1,
380
- "minValue": 0,
381
- "maxValue": 99,
248
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
382
249
  "defaultValue": 50
383
250
  }
384
251
  ]
@@ -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",
@@ -120,98 +65,24 @@
120
65
  },
121
66
  {
122
67
  "#": "17",
123
- "label": "Air Temperature Calibration",
124
- "unit": "0.1 °C",
125
- "valueSize": 1,
126
- "minValue": -100,
127
- "maxValue": 100,
128
- "defaultValue": 0
68
+ "$import": "templates/heltun_template.json#temp_sensor_calibration",
69
+ "label": "Air Temperature Calibration"
129
70
  },
130
71
  {
131
72
  "#": "19",
132
- "label": "Time Correction by Controller",
133
- "valueSize": 1,
134
- "minValue": 0,
135
- "maxValue": 1,
136
- "defaultValue": 1,
137
- "allowManualEntry": false,
138
- "options": [
139
- {
140
- "label": "Disable",
141
- "value": 0
142
- },
143
- {
144
- "label": "Enable",
145
- "value": 1
146
- }
147
- ]
73
+ "$import": "templates/heltun_template.json#controller_time_correction"
148
74
  },
149
75
  {
150
76
  "#": "21",
151
- "label": "Weekday Override",
152
- "valueSize": 1,
153
- "minValue": 1,
154
- "maxValue": 7,
155
- "defaultValue": 1,
156
- "allowManualEntry": false,
157
- "options": [
158
- {
159
- "label": "Monday",
160
- "value": 1
161
- },
162
- {
163
- "label": "Tuesday",
164
- "value": 2
165
- },
166
- {
167
- "label": "Wednesday",
168
- "value": 3
169
- },
170
- {
171
- "label": "Thursday",
172
- "value": 4
173
- },
174
- {
175
- "label": "Friday",
176
- "value": 5
177
- },
178
- {
179
- "label": "Saturday",
180
- "value": 6
181
- },
182
- {
183
- "label": "Sunday",
184
- "value": 7
185
- }
186
- ]
77
+ "$import": "templates/heltun_template.json#weekday_override"
187
78
  },
188
79
  {
189
80
  "#": "22",
190
- "label": "Time Override",
191
- "unit": "HHMM",
192
- "valueSize": 2,
193
- "minValue": 0,
194
- "maxValue": 2359,
195
- "defaultValue": 0
81
+ "$import": "templates/heltun_template.json#time_override"
196
82
  },
197
83
  {
198
84
  "#": "30",
199
- "label": "Buttons: Backlight Color",
200
- "valueSize": 1,
201
- "minValue": 0,
202
- "maxValue": 1,
203
- "defaultValue": 1,
204
- "allowManualEntry": false,
205
- "options": [
206
- {
207
- "label": "Active state blue / Inactive state red",
208
- "value": 0
209
- },
210
- {
211
- "label": "Active state red / Inactive state blue",
212
- "value": 1
213
- }
214
- ]
85
+ "$import": "templates/heltun_template.json#button_backlight_color"
215
86
  },
216
87
  {
217
88
  "#": "31",
@@ -297,101 +168,113 @@
297
168
  "label": "Relay 4: Button Number Source",
298
169
  "defaultValue": 4
299
170
  },
171
+ {
172
+ "#": "66",
173
+ "$if": "firmwareVersion >= 2.4",
174
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
175
+ "label": "Relay 1: State After Power Failure",
176
+ "defaultValue": 0
177
+ },
178
+ {
179
+ "#": "67",
180
+ "$if": "firmwareVersion >= 2.4",
181
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
182
+ "label": "Relay 2: State After Power Failure",
183
+ "defaultValue": 0
184
+ },
185
+ {
186
+ "#": "68",
187
+ "$if": "firmwareVersion >= 2.4",
188
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
189
+ "label": "Relay 3: State After Power Failure",
190
+ "defaultValue": 0
191
+ },
192
+ {
193
+ "#": "69",
194
+ "$if": "firmwareVersion >= 2.4",
195
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev",
196
+ "label": "Relay 4: State After Power Failure",
197
+ "defaultValue": 0
198
+ },
300
199
  {
301
200
  "#": "71",
201
+ "$if": "firmwareVersion < 2.4",
302
202
  "$import": "templates/heltun_template.json#relay_timer_mode_duration",
303
203
  "label": "Relay 1: Timer Mode Duration"
304
204
  },
305
205
  {
306
206
  "#": "72",
207
+ "$if": "firmwareVersion < 2.4",
307
208
  "$import": "templates/heltun_template.json#relay_timer_mode_duration",
308
209
  "label": "Relay 2: Timer Mode Duration"
309
210
  },
310
211
  {
311
212
  "#": "73",
213
+ "$if": "firmwareVersion < 2.4",
312
214
  "$import": "templates/heltun_template.json#relay_timer_mode_duration",
313
215
  "label": "Relay 3: Timer Mode Duration"
314
216
  },
315
217
  {
316
218
  "#": "74",
219
+ "$if": "firmwareVersion < 2.4",
317
220
  "$import": "templates/heltun_template.json#relay_timer_mode_duration",
318
221
  "label": "Relay 4: Timer Mode Duration"
319
222
  },
223
+ {
224
+ "#": "71",
225
+ "$if": "firmwareVersion >= 2.4",
226
+ "$import": "templates/heltun_template.json#relay_timer_mode_duration_new",
227
+ "label": "Relay 1: Timer Mode Duration"
228
+ },
229
+ {
230
+ "#": "72",
231
+ "$if": "firmwareVersion >= 2.4",
232
+ "$import": "templates/heltun_template.json#relay_timer_mode_duration_new",
233
+ "label": "Relay 2: Timer Mode Duration"
234
+ },
235
+ {
236
+ "#": "73",
237
+ "$if": "firmwareVersion >= 2.4",
238
+ "$import": "templates/heltun_template.json#relay_timer_mode_duration_new",
239
+ "label": "Relay 3: Timer Mode Duration"
240
+ },
241
+ {
242
+ "#": "74",
243
+ "$if": "firmwareVersion >= 2.4",
244
+ "$import": "templates/heltun_template.json#relay_timer_mode_duration_new",
245
+ "label": "Relay 4: Timer Mode Duration"
246
+ },
320
247
  {
321
248
  "#": "101",
322
249
  "label": "Relay Inverse Mode, Inching: Group 1",
323
- "description": "Combine the relay numbers to a two-digit number. Example: 24 = Relay 2 & 4",
324
- "valueSize": 1,
325
- "minValue": 0,
326
- "maxValue": 54,
327
- "defaultValue": 0,
328
- "options": [
329
- {
330
- "label": "Disable",
331
- "value": 0
332
- }
333
- ]
250
+ "$import": "templates/heltun_template.json#relay_inverse_mode_inching"
334
251
  },
335
252
  {
336
253
  "#": "102",
337
254
  "label": "Relay Inverse Mode, Inching: Group 2",
338
- "description": "Combine the relay numbers to a two-digit number. Example: 24 = Relay 2 & 4",
339
- "valueSize": 1,
340
- "minValue": 0,
341
- "maxValue": 54,
342
- "defaultValue": 0,
343
- "allowManualEntry": false,
344
- "options": [
345
- {
346
- "label": "Disable",
347
- "value": 0
348
- }
349
- ]
255
+ "$import": "templates/heltun_template.json#relay_inverse_mode_inching"
350
256
  },
351
257
  {
352
258
  "#": "141",
353
259
  "label": "Energy Consumption Report Interval",
354
- "unit": "minutes",
355
- "valueSize": 1,
356
- "minValue": 1,
357
- "maxValue": 120,
358
- "defaultValue": 10
260
+ "$import": "templates/heltun_template.json#report_interval"
359
261
  },
360
262
  {
361
263
  "#": "142",
362
264
  "label": "Energy Consumption Report",
363
- "valueSize": 1,
364
- "minValue": 0,
365
- "maxValue": 1,
366
- "defaultValue": 1,
367
- "allowManualEntry": false,
368
- "options": [
369
- {
370
- "label": "Disable",
371
- "value": 0
372
- },
373
- {
374
- "label": "Enable",
375
- "value": 1
376
- }
377
- ]
265
+ "$import": "~/templates/master_template.json#base_enable_disable",
266
+ "defaultValue": 1
378
267
  },
379
268
  {
380
269
  "#": "143",
381
270
  "label": "All Sensors: Reporting Interval",
382
- "unit": "minutes",
383
- "valueSize": 1,
384
- "minValue": 1,
385
- "maxValue": 120,
386
- "defaultValue": 10
271
+ "$import": "templates/heltun_template.json#report_interval"
387
272
  },
388
273
  {
389
274
  "#": "144",
390
275
  "label": "Air Temperature Sensor Report Threshold",
391
276
  "unit": "0.1 °C",
392
- "valueSize": 1,
393
- "minValue": 0,
394
- "maxValue": 100,
277
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
395
278
  "defaultValue": 2
396
279
  },
397
280
  {
@@ -407,9 +290,7 @@
407
290
  "#": "146",
408
291
  "label": "Light Sensor Report Threshold",
409
292
  "unit": "%",
410
- "valueSize": 1,
411
- "minValue": 0,
412
- "maxValue": 99,
293
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
413
294
  "defaultValue": 50
414
295
  }
415
296
  ]