@zwave-js/config 11.1.0 → 11.2.0
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/config/devices/0x0059/ses_302.json +52 -26
- package/config/devices/0x0059/ses_303.json +0 -1
- package/config/devices/0x0345/templates/swidget_template.json +222 -325
- package/config/devices/0x0345/zw006uwa.json +0 -12
- package/config/devices/0x0345/zw008uwa.json +0 -128
- package/package.json +7 -7
|
@@ -13,33 +13,59 @@
|
|
|
13
13
|
"min": "0.0",
|
|
14
14
|
"max": "255.255"
|
|
15
15
|
},
|
|
16
|
-
"
|
|
16
|
+
"endpoints": {
|
|
17
|
+
"0": {
|
|
18
|
+
"associations": {
|
|
19
|
+
"1": {
|
|
20
|
+
"label": "Lifeline",
|
|
21
|
+
"maxNodes": 2,
|
|
22
|
+
"isLifeline": true
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"paramInformation": [
|
|
26
|
+
{
|
|
27
|
+
"#": "1",
|
|
28
|
+
"label": "Temperature Reporting Threshold",
|
|
29
|
+
"unit": "0.1 °C",
|
|
30
|
+
"valueSize": 1,
|
|
31
|
+
"minValue": 0,
|
|
32
|
+
"maxValue": 255,
|
|
33
|
+
"defaultValue": 0,
|
|
34
|
+
"unsigned": true
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"#": "2",
|
|
38
|
+
"label": "Temperature Reporting Interval",
|
|
39
|
+
"unit": "minutes",
|
|
40
|
+
"valueSize": 1,
|
|
41
|
+
"minValue": 0,
|
|
42
|
+
"maxValue": 255,
|
|
43
|
+
"defaultValue": 5,
|
|
44
|
+
"unsigned": true
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
},
|
|
48
|
+
// The device has up to 4 endpoints, each supporting parameter 1 and 2
|
|
17
49
|
"1": {
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"valueSize": 1,
|
|
29
|
-
"minValue": 0,
|
|
30
|
-
"maxValue": 255,
|
|
31
|
-
"defaultValue": 0,
|
|
32
|
-
"unsigned": true
|
|
50
|
+
"paramInformation": [
|
|
51
|
+
{
|
|
52
|
+
"#": "1",
|
|
53
|
+
"$import": "#endpoints/0/paramInformation/1"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"#": "2",
|
|
57
|
+
"$import": "#endpoints/0/paramInformation/2"
|
|
58
|
+
}
|
|
59
|
+
]
|
|
33
60
|
},
|
|
34
|
-
{
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"unsigned": true
|
|
61
|
+
"2": {
|
|
62
|
+
"$import": "#endpoints/1"
|
|
63
|
+
},
|
|
64
|
+
"3": {
|
|
65
|
+
"$import": "#endpoints/1"
|
|
66
|
+
},
|
|
67
|
+
"4": {
|
|
68
|
+
"$import": "#endpoints/1"
|
|
43
69
|
}
|
|
44
|
-
|
|
70
|
+
}
|
|
45
71
|
}
|
|
@@ -128,72 +128,100 @@
|
|
|
128
128
|
"primary_power_high_actions_control_associations_on_entry": {
|
|
129
129
|
// param 14b0
|
|
130
130
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
131
|
-
"label": "Primary Power High Actions: Control Associations on Entry"
|
|
131
|
+
"label": "Primary Power High Actions: Control Associations on Entry",
|
|
132
|
+
"valueSize": 2,
|
|
133
|
+
"defaultValue": 1
|
|
132
134
|
},
|
|
133
135
|
"primary_power_high_actions_control_associations_on_exit": {
|
|
134
136
|
// param 14b1
|
|
135
137
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
136
|
-
"label": "Primary Power High Actions: Control Associations on Exit"
|
|
138
|
+
"label": "Primary Power High Actions: Control Associations on Exit",
|
|
139
|
+
"valueSize": 2,
|
|
140
|
+
"defaultValue": 1
|
|
137
141
|
},
|
|
138
142
|
"primary_power_high_actions_control_host_on_entry": {
|
|
139
143
|
// param 14b2
|
|
140
144
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
141
|
-
"label": "Primary Power High Actions: Control Host on Entry"
|
|
145
|
+
"label": "Primary Power High Actions: Control Host on Entry",
|
|
146
|
+
"valueSize": 2,
|
|
147
|
+
"defaultValue": 0
|
|
142
148
|
},
|
|
143
149
|
"primary_power_high_actions_control_host_on_exit": {
|
|
144
150
|
// param 14b3
|
|
145
151
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
146
|
-
"label": "Primary Power High Actions: Control Host on Exit"
|
|
152
|
+
"label": "Primary Power High Actions: Control Host on Exit",
|
|
153
|
+
"valueSize": 2,
|
|
154
|
+
"defaultValue": 0
|
|
147
155
|
},
|
|
148
156
|
"primary_power_high_actions_report_transitions": {
|
|
149
157
|
// param 14b4
|
|
150
158
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
151
|
-
"label": "Primary Power High Actions: Report Transitions"
|
|
159
|
+
"label": "Primary Power High Actions: Report Transitions",
|
|
160
|
+
"valueSize": 2,
|
|
161
|
+
"defaultValue": 0
|
|
152
162
|
},
|
|
153
163
|
"primary_power_high_actions_apply_entry_delay": {
|
|
154
164
|
// param 14b5
|
|
155
165
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
156
|
-
"label": "Primary Power High Actions: Apply Entry Delay"
|
|
166
|
+
"label": "Primary Power High Actions: Apply Entry Delay",
|
|
167
|
+
"valueSize": 2,
|
|
168
|
+
"defaultValue": 1
|
|
157
169
|
},
|
|
158
170
|
"primary_power_high_actions_apply_exit_delay": {
|
|
159
171
|
// param 14b6
|
|
160
172
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
161
|
-
"label": "Primary Power High Actions: Apply Exit Delay"
|
|
173
|
+
"label": "Primary Power High Actions: Apply Exit Delay",
|
|
174
|
+
"valueSize": 2,
|
|
175
|
+
"defaultValue": 1
|
|
162
176
|
},
|
|
163
177
|
"primary_power_low_actions_control_associations_on_entry": {
|
|
164
178
|
// param 15b0
|
|
165
179
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
166
|
-
"label": "Primary Power Low Actions: Control Associations on Entry"
|
|
180
|
+
"label": "Primary Power Low Actions: Control Associations on Entry",
|
|
181
|
+
"valueSize": 2,
|
|
182
|
+
"defaultValue": 1
|
|
167
183
|
},
|
|
168
184
|
"primary_power_low_actions_control_associations_on_exit": {
|
|
169
185
|
// param 15b1
|
|
170
186
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
171
|
-
"label": "Primary Power Low Actions: Control Associations on Exit"
|
|
187
|
+
"label": "Primary Power Low Actions: Control Associations on Exit",
|
|
188
|
+
"valueSize": 2,
|
|
189
|
+
"defaultValue": 1
|
|
172
190
|
},
|
|
173
191
|
"primary_power_low_actions_control_host_on_entry": {
|
|
174
192
|
// param 15b2
|
|
175
193
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
176
|
-
"label": "Primary Power Low Actions: Control Host on Entry"
|
|
194
|
+
"label": "Primary Power Low Actions: Control Host on Entry",
|
|
195
|
+
"valueSize": 2,
|
|
196
|
+
"defaultValue": 0
|
|
177
197
|
},
|
|
178
198
|
"primary_power_low_actions_control_host_on_exit": {
|
|
179
199
|
// param 15b3
|
|
180
200
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
181
|
-
"label": "Primary Power Low Actions: Control Associations on Exit"
|
|
201
|
+
"label": "Primary Power Low Actions: Control Associations on Exit",
|
|
202
|
+
"valueSize": 2,
|
|
203
|
+
"defaultValue": 0
|
|
182
204
|
},
|
|
183
205
|
"primary_power_low_actions_report_transitions": {
|
|
184
206
|
// param 15b4
|
|
185
207
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
186
|
-
"label": "Primary Power Low Actions: Report Transitions"
|
|
208
|
+
"label": "Primary Power Low Actions: Report Transitions",
|
|
209
|
+
"valueSize": 2,
|
|
210
|
+
"defaultValue": 0
|
|
187
211
|
},
|
|
188
212
|
"primary_power_low_actions_apply_entry_delay": {
|
|
189
213
|
// param 15b5
|
|
190
214
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
191
|
-
"label": "Primary Power Low Actions: Apply Entry Delay"
|
|
215
|
+
"label": "Primary Power Low Actions: Apply Entry Delay",
|
|
216
|
+
"valueSize": 2,
|
|
217
|
+
"defaultValue": 1
|
|
192
218
|
},
|
|
193
219
|
"primary_power_low_actions_apply_exit_delay": {
|
|
194
220
|
// param 15b6
|
|
195
221
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
196
|
-
"label": "Primary Power Low Actions: Apply Exit Delay"
|
|
222
|
+
"label": "Primary Power Low Actions: Apply Exit Delay",
|
|
223
|
+
"valueSize": 2,
|
|
224
|
+
"defaultValue": 1
|
|
197
225
|
},
|
|
198
226
|
"secondary_power_high_entry_value": {
|
|
199
227
|
// param 24
|
|
@@ -324,72 +352,100 @@
|
|
|
324
352
|
"secondary_power_high_actions_control_associations_on_entry": {
|
|
325
353
|
// param 37b0
|
|
326
354
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
327
|
-
"label": "Secondary Power High Actions: Control Associations on Entry"
|
|
355
|
+
"label": "Secondary Power High Actions: Control Associations on Entry",
|
|
356
|
+
"valueSize": 2,
|
|
357
|
+
"defaultValue": 1
|
|
328
358
|
},
|
|
329
359
|
"secondary_power_high_actions_control_associations_on_exit": {
|
|
330
360
|
// param 37b1
|
|
331
361
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
332
|
-
"label": "Secondary Power High Actions: Control Associations on Exit"
|
|
362
|
+
"label": "Secondary Power High Actions: Control Associations on Exit",
|
|
363
|
+
"valueSize": 2,
|
|
364
|
+
"defaultValue": 1
|
|
333
365
|
},
|
|
334
366
|
"secondary_power_high_actions_control_host_on_entry": {
|
|
335
367
|
// param 37b2
|
|
336
368
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
337
|
-
"label": "Secondary Power High Actions: Control Host on Entry"
|
|
369
|
+
"label": "Secondary Power High Actions: Control Host on Entry",
|
|
370
|
+
"valueSize": 2,
|
|
371
|
+
"defaultValue": 0
|
|
338
372
|
},
|
|
339
373
|
"secondary_power_high_actions_control_host_on_exit": {
|
|
340
374
|
// param 37b3
|
|
341
375
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
342
|
-
"label": "Secondary Power High Actions: Control Host on Exit"
|
|
376
|
+
"label": "Secondary Power High Actions: Control Host on Exit",
|
|
377
|
+
"valueSize": 2,
|
|
378
|
+
"defaultValue": 0
|
|
343
379
|
},
|
|
344
380
|
"secondary_power_high_actions_report_transitions": {
|
|
345
381
|
// param 37b4
|
|
346
382
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
347
|
-
"label": "Secondary Power High Actions: Report Transitions"
|
|
383
|
+
"label": "Secondary Power High Actions: Report Transitions",
|
|
384
|
+
"valueSize": 2,
|
|
385
|
+
"defaultValue": 0
|
|
348
386
|
},
|
|
349
387
|
"secondary_power_high_actions_apply_entry_delay": {
|
|
350
388
|
// param 37b5
|
|
351
389
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
352
|
-
"label": "Secondary Power High Actions: Apply Entry Delay"
|
|
390
|
+
"label": "Secondary Power High Actions: Apply Entry Delay",
|
|
391
|
+
"valueSize": 2,
|
|
392
|
+
"defaultValue": 1
|
|
353
393
|
},
|
|
354
394
|
"secondary_power_high_actions_apply_exit_delay": {
|
|
355
395
|
// param 37b6
|
|
356
396
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
357
|
-
"label": "Secondary Power High Actions: Apply Exit Delay"
|
|
397
|
+
"label": "Secondary Power High Actions: Apply Exit Delay",
|
|
398
|
+
"valueSize": 2,
|
|
399
|
+
"defaultValue": 1
|
|
358
400
|
},
|
|
359
401
|
"secondary_power_low_actions_control_associations_on_entry": {
|
|
360
402
|
// param 38b0
|
|
361
403
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
362
|
-
"label": "Secondary Power Low Actions: Control Associations on Entry"
|
|
404
|
+
"label": "Secondary Power Low Actions: Control Associations on Entry",
|
|
405
|
+
"valueSize": 2,
|
|
406
|
+
"defaultValue": 1
|
|
363
407
|
},
|
|
364
408
|
"secondary_power_low_actions_control_associations_on_exit": {
|
|
365
409
|
// param 38b1
|
|
366
410
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
367
|
-
"label": "Secondary Power Low Actions: Control Associations on Exit"
|
|
411
|
+
"label": "Secondary Power Low Actions: Control Associations on Exit",
|
|
412
|
+
"valueSize": 2,
|
|
413
|
+
"defaultValue": 1
|
|
368
414
|
},
|
|
369
415
|
"secondary_power_low_actions_control_host_on_entry": {
|
|
370
416
|
// param 38b2
|
|
371
417
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
372
|
-
"label": "Secondary Power Low Actions: Control Host on Entry"
|
|
418
|
+
"label": "Secondary Power Low Actions: Control Host on Entry",
|
|
419
|
+
"valueSize": 2,
|
|
420
|
+
"defaultValue": 0
|
|
373
421
|
},
|
|
374
422
|
"secondary_power_low_actions_control_host_on_exit": {
|
|
375
423
|
// param 38b3
|
|
376
424
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
377
|
-
"label": "Secondary Power Low Actions: Control Host on Exit"
|
|
425
|
+
"label": "Secondary Power Low Actions: Control Host on Exit",
|
|
426
|
+
"valueSize": 2,
|
|
427
|
+
"defaultValue": 0
|
|
378
428
|
},
|
|
379
429
|
"secondary_power_low_actions_report_transitions": {
|
|
380
430
|
// param 38b4
|
|
381
431
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
382
|
-
"label": "Secondary Power Low Actions: Report Transitions"
|
|
432
|
+
"label": "Secondary Power Low Actions: Report Transitions",
|
|
433
|
+
"valueSize": 2,
|
|
434
|
+
"defaultValue": 0
|
|
383
435
|
},
|
|
384
436
|
"secondary_power_low_actions_apply_entry_delay": {
|
|
385
437
|
// param 38b5
|
|
386
438
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
387
|
-
"label": "Secondary Power Low Actions: Apply Entry Delay"
|
|
439
|
+
"label": "Secondary Power Low Actions: Apply Entry Delay",
|
|
440
|
+
"valueSize": 2,
|
|
441
|
+
"defaultValue": 1
|
|
388
442
|
},
|
|
389
443
|
"secondary_power_low_actions_apply_exit_delay": {
|
|
390
444
|
// param 38b6
|
|
391
445
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
392
|
-
"label": "Secondary Power Low Actions: Apply Exit Delay"
|
|
446
|
+
"label": "Secondary Power Low Actions: Apply Exit Delay",
|
|
447
|
+
"valueSize": 2,
|
|
448
|
+
"defaultValue": 1
|
|
393
449
|
},
|
|
394
450
|
"motion_sensitivity_level": {
|
|
395
451
|
// param 48
|
|
@@ -435,27 +491,37 @@
|
|
|
435
491
|
"motion_actions_control_associations_on_entry": {
|
|
436
492
|
// param 53b0
|
|
437
493
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
438
|
-
"label": "Motion Actions: Control Associations on Entry"
|
|
494
|
+
"label": "Motion Actions: Control Associations on Entry",
|
|
495
|
+
"valueSize": 2,
|
|
496
|
+
"defaultValue": 1
|
|
439
497
|
},
|
|
440
498
|
"motion_actions_control_associations_on_exit": {
|
|
441
499
|
// param 54b1
|
|
442
500
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
443
|
-
"label": "Motion Actions: Control Associations on Exit"
|
|
501
|
+
"label": "Motion Actions: Control Associations on Exit",
|
|
502
|
+
"valueSize": 2,
|
|
503
|
+
"defaultValue": 1
|
|
444
504
|
},
|
|
445
505
|
"motion_actions_control_host_on_entry": {
|
|
446
506
|
// param 54b2
|
|
447
507
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
448
|
-
"label": "Motion Actions: Control Host on Entry"
|
|
508
|
+
"label": "Motion Actions: Control Host on Entry",
|
|
509
|
+
"valueSize": 2,
|
|
510
|
+
"defaultValue": 1
|
|
449
511
|
},
|
|
450
512
|
"motion_actions_control_host_on_exit": {
|
|
451
513
|
// param 54b3
|
|
452
514
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
453
|
-
"label": "Motion Actions: Control Host on Exit"
|
|
515
|
+
"label": "Motion Actions: Control Host on Exit",
|
|
516
|
+
"valueSize": 2,
|
|
517
|
+
"defaultValue": 1
|
|
454
518
|
},
|
|
455
519
|
"motion_actions_report_transitions": {
|
|
456
520
|
// param 54b4
|
|
457
521
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
458
|
-
"label": "Motion Actions: Notify Transitions"
|
|
522
|
+
"label": "Motion Actions: Notify Transitions",
|
|
523
|
+
"valueSize": 2,
|
|
524
|
+
"defaultValue": 1
|
|
459
525
|
},
|
|
460
526
|
"air_quality_level_1_index": {
|
|
461
527
|
// param 64
|
|
@@ -535,15 +601,6 @@
|
|
|
535
601
|
"unsigned": true,
|
|
536
602
|
"defaultValue": 3600
|
|
537
603
|
},
|
|
538
|
-
"air_quality_co2_periodic_report": {
|
|
539
|
-
// param 71
|
|
540
|
-
"label": "Air Quality CO2 Periodic Report",
|
|
541
|
-
"valueSize": 2,
|
|
542
|
-
"minValue": 0,
|
|
543
|
-
"maxValue": 65535,
|
|
544
|
-
"unsigned": true,
|
|
545
|
-
"defaultValue": 3600
|
|
546
|
-
},
|
|
547
604
|
"air_quality_alert_entry_set_value": {
|
|
548
605
|
// param 72
|
|
549
606
|
"label": "Air Quality Alert Entry Set Value",
|
|
@@ -565,32 +622,43 @@
|
|
|
565
622
|
"air_quality_actions_control_associations_on_entry": {
|
|
566
623
|
// param 74b0
|
|
567
624
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
568
|
-
"label": "Air Quality Actions: Control Associations on Entry"
|
|
625
|
+
"label": "Air Quality Actions: Control Associations on Entry",
|
|
626
|
+
"valueSize": 2,
|
|
627
|
+
"defaultValue": 1
|
|
569
628
|
},
|
|
570
629
|
"air_quality_actions_control_associations_on_exit": {
|
|
571
630
|
// param 74b1
|
|
572
631
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
573
|
-
"label": "Air Quality Actions: Control Associations on Exit"
|
|
632
|
+
"label": "Air Quality Actions: Control Associations on Exit",
|
|
633
|
+
"valueSize": 2,
|
|
634
|
+
"defaultValue": 1
|
|
574
635
|
},
|
|
575
636
|
"air_quality_actions_control_host_on_entry": {
|
|
576
637
|
// param 74b2
|
|
577
638
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
578
|
-
"label": "Air Quality Actions: Control Host on Entry"
|
|
639
|
+
"label": "Air Quality Actions: Control Host on Entry",
|
|
640
|
+
"valueSize": 2,
|
|
641
|
+
"defaultValue": 1
|
|
579
642
|
},
|
|
580
643
|
"air_quality_actions_host_on_exit": {
|
|
581
644
|
// param 74b3
|
|
582
645
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
583
|
-
"label": "Air Quality Actions: Control Host on Exit"
|
|
646
|
+
"label": "Air Quality Actions: Control Host on Exit",
|
|
647
|
+
"valueSize": 2,
|
|
648
|
+
"defaultValue": 1
|
|
584
649
|
},
|
|
585
650
|
"air_quality_actions_notify_transitions": {
|
|
586
651
|
// param 74b4
|
|
587
652
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
588
|
-
"label": "Air Quality Actions: Notify Transitions"
|
|
653
|
+
"label": "Air Quality Actions: Notify Transitions",
|
|
654
|
+
"valueSize": 2,
|
|
655
|
+
"defaultValue": 1
|
|
589
656
|
},
|
|
590
657
|
"temperature_high_entry_level": {
|
|
591
658
|
// param 80
|
|
592
659
|
"label": "Temperature High Entry Level",
|
|
593
660
|
"unit": "0.1 °(C/F)",
|
|
661
|
+
"unsigned": false,
|
|
594
662
|
"valueSize": 2,
|
|
595
663
|
"minValue": -400,
|
|
596
664
|
"maxValue": 1850,
|
|
@@ -600,6 +668,7 @@
|
|
|
600
668
|
// param 81
|
|
601
669
|
"label": "Temperature Low Entry Level",
|
|
602
670
|
"unit": "0.1 °(C/F)",
|
|
671
|
+
"unsigned": false,
|
|
603
672
|
"valueSize": 2,
|
|
604
673
|
"minValue": -400,
|
|
605
674
|
"maxValue": 1850,
|
|
@@ -608,6 +677,8 @@
|
|
|
608
677
|
"temperature_high_exit_level": {
|
|
609
678
|
// param 82
|
|
610
679
|
"label": "Temperature High Exit Level",
|
|
680
|
+
"unit": "0.1 °(C/F)",
|
|
681
|
+
"unsigned": false,
|
|
611
682
|
"valueSize": 2,
|
|
612
683
|
"minValue": -400,
|
|
613
684
|
"maxValue": 1850,
|
|
@@ -617,6 +688,7 @@
|
|
|
617
688
|
// param 83
|
|
618
689
|
"label": "Temperature Low Exit Level",
|
|
619
690
|
"unit": "0.1 °(C/F)",
|
|
691
|
+
"unsigned": false,
|
|
620
692
|
"valueSize": 2,
|
|
621
693
|
"minValue": -400,
|
|
622
694
|
"maxValue": 1850,
|
|
@@ -648,9 +720,9 @@
|
|
|
648
720
|
"unit": "seconds",
|
|
649
721
|
"valueSize": 2,
|
|
650
722
|
"minValue": 0,
|
|
651
|
-
"maxValue":
|
|
723
|
+
"maxValue": 65535,
|
|
652
724
|
"unsigned": true,
|
|
653
|
-
"defaultValue":
|
|
725
|
+
"defaultValue": 3600
|
|
654
726
|
},
|
|
655
727
|
"temperature_change_report": {
|
|
656
728
|
// param 87
|
|
@@ -711,303 +783,120 @@
|
|
|
711
783
|
"temperature_high_actions_control_associations_on_entry": {
|
|
712
784
|
// param 93b0
|
|
713
785
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
714
|
-
"label": "Temperature High Actions: Control Associations on Entry"
|
|
786
|
+
"label": "Temperature High Actions: Control Associations on Entry",
|
|
787
|
+
"valueSize": 2,
|
|
788
|
+
"defaultValue": 1
|
|
715
789
|
},
|
|
716
790
|
"temperature_high_actions_control_associations_on_exit": {
|
|
717
791
|
// param 93b1
|
|
718
792
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
719
|
-
"label": "Temperature High Actions: Control Associations on Exit"
|
|
793
|
+
"label": "Temperature High Actions: Control Associations on Exit",
|
|
794
|
+
"valueSize": 2,
|
|
795
|
+
"defaultValue": 1
|
|
720
796
|
},
|
|
721
797
|
"temperature_high_actions_control_host_on_entry": {
|
|
722
798
|
// param 93b2
|
|
723
799
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
724
|
-
"label": "Temperature High Actions: Control Host on Entry"
|
|
800
|
+
"label": "Temperature High Actions: Control Host on Entry",
|
|
801
|
+
"valueSize": 2,
|
|
802
|
+
"defaultValue": 0
|
|
725
803
|
},
|
|
726
804
|
"temperature_high_actions_control_host_on_exit": {
|
|
727
805
|
// param 93b3
|
|
728
806
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
729
|
-
"label": "Temperature High Actions: Control Host on Exit"
|
|
807
|
+
"label": "Temperature High Actions: Control Host on Exit",
|
|
808
|
+
"valueSize": 2,
|
|
809
|
+
"defaultValue": 0
|
|
730
810
|
},
|
|
731
811
|
"temperature_high_actions_report_transitions": {
|
|
732
812
|
// param 93b4
|
|
733
813
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
734
|
-
"label": "Temperature High Actions: Report Transitions"
|
|
814
|
+
"label": "Temperature High Actions: Report Transitions",
|
|
815
|
+
"valueSize": 2,
|
|
816
|
+
"defaultValue": 0
|
|
735
817
|
},
|
|
736
818
|
"temperature_high_actions_notify_transitions": {
|
|
737
819
|
// param 93b5
|
|
738
820
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
739
|
-
"label": "Temperature High Actions: Notify Transitions"
|
|
821
|
+
"label": "Temperature High Actions: Notify Transitions",
|
|
822
|
+
"valueSize": 2,
|
|
823
|
+
"defaultValue": 1
|
|
740
824
|
},
|
|
741
825
|
"temperature_high_actions_apply_entry_delay": {
|
|
742
826
|
// param 93b6
|
|
743
827
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
744
|
-
"label": "Temperature High Actions: Apply Entry Delay"
|
|
828
|
+
"label": "Temperature High Actions: Apply Entry Delay",
|
|
829
|
+
"valueSize": 2,
|
|
830
|
+
"defaultValue": 1
|
|
745
831
|
},
|
|
746
832
|
"temperature_high_actions_apply_exit_delay": {
|
|
747
833
|
// param 93b7
|
|
748
834
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
749
|
-
"label": "Temperature High Actions: Apply Exit Delay"
|
|
835
|
+
"label": "Temperature High Actions: Apply Exit Delay",
|
|
836
|
+
"valueSize": 2,
|
|
837
|
+
"defaultValue": 1
|
|
750
838
|
},
|
|
751
839
|
"temperature_low_actions_control_associations_on_entry": {
|
|
752
840
|
// param 94b0
|
|
753
841
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
754
|
-
"label": "Temperature Low Actions: Control Associations on Entry"
|
|
842
|
+
"label": "Temperature Low Actions: Control Associations on Entry",
|
|
843
|
+
"valueSize": 2,
|
|
844
|
+
"defaultValue": 1
|
|
755
845
|
},
|
|
756
846
|
"temperature_low_actions_control_associations_on_exit": {
|
|
757
847
|
//param 94b1
|
|
758
848
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
759
|
-
"label": "Temperature Low Actions: Control Associations on Exit"
|
|
849
|
+
"label": "Temperature Low Actions: Control Associations on Exit",
|
|
850
|
+
"valueSize": 2,
|
|
851
|
+
"defaultValue": 1
|
|
760
852
|
},
|
|
761
853
|
"temperature_low_actions_control_host_on_entry": {
|
|
762
854
|
// param 94b2
|
|
763
855
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
764
|
-
"label": "Temperature Low Actions: Control Host on Entry"
|
|
856
|
+
"label": "Temperature Low Actions: Control Host on Entry",
|
|
857
|
+
"valueSize": 2,
|
|
858
|
+
"defaultValue": 0
|
|
765
859
|
},
|
|
766
860
|
"temperature_low_actions_control_host_on_exit": {
|
|
767
861
|
// param 94b3
|
|
768
862
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
769
|
-
"label": "Temperature Low Actions: Control Host on Exit"
|
|
863
|
+
"label": "Temperature Low Actions: Control Host on Exit",
|
|
864
|
+
"valueSize": 2,
|
|
865
|
+
"defaultValue": 0
|
|
770
866
|
},
|
|
771
867
|
"temperature_low_actions_report_transitions": {
|
|
772
868
|
// param 94b4
|
|
773
869
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
774
|
-
"label": "Temperature Low Actions: Report Transitions"
|
|
870
|
+
"label": "Temperature Low Actions: Report Transitions",
|
|
871
|
+
"valueSize": 2,
|
|
872
|
+
"defaultValue": 0
|
|
775
873
|
},
|
|
776
874
|
"temperature_low_actions_notify_transitions": {
|
|
875
|
+
// param 94b5
|
|
777
876
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
778
|
-
"label": "Temperature Low Actions: Notify Transitions"
|
|
877
|
+
"label": "Temperature Low Actions: Notify Transitions",
|
|
878
|
+
"valueSize": 2,
|
|
879
|
+
"defaultValue": 1
|
|
779
880
|
},
|
|
780
881
|
"temperature_low_actions_apply_entry_delay": {
|
|
781
882
|
// param 94b6
|
|
782
883
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
783
|
-
"label": "Temperature Low Actions: Apply Entry Delay"
|
|
884
|
+
"label": "Temperature Low Actions: Apply Entry Delay",
|
|
885
|
+
"valueSize": 2,
|
|
886
|
+
"defaultValue": 1
|
|
784
887
|
},
|
|
785
888
|
"temperature_low_actions_apply_exit_delay": {
|
|
786
889
|
// param 94b7
|
|
787
890
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
788
|
-
"label": "Temperature Low Actions: Apply Exit Delay"
|
|
891
|
+
"label": "Temperature Low Actions: Apply Exit Delay",
|
|
892
|
+
"valueSize": 2,
|
|
893
|
+
"defaultValue": 1
|
|
789
894
|
},
|
|
790
895
|
"temperature_units": {
|
|
791
896
|
// param 95
|
|
792
897
|
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
793
898
|
"label": "Temperature Units"
|
|
794
899
|
},
|
|
795
|
-
"pressure_high_entry_level": {
|
|
796
|
-
// param 104
|
|
797
|
-
"label": "Pressure High Entry Level",
|
|
798
|
-
"unit": "0.1 (kPa/inHg)",
|
|
799
|
-
"valueSize": 2,
|
|
800
|
-
"minValue": 88,
|
|
801
|
-
"maxValue": 1100,
|
|
802
|
-
"unsigned": true,
|
|
803
|
-
"defaultValue": 1010
|
|
804
|
-
},
|
|
805
|
-
"pressure_low_entry_level": {
|
|
806
|
-
// param 105
|
|
807
|
-
"label": "Pressure Low Entry Level",
|
|
808
|
-
"unit": "0.1 (kPa/inHg)",
|
|
809
|
-
"valueSize": 2,
|
|
810
|
-
"minValue": 88,
|
|
811
|
-
"maxValue": 1100,
|
|
812
|
-
"unsigned": true,
|
|
813
|
-
"defaultValue": 1024
|
|
814
|
-
},
|
|
815
|
-
"pressure_high_exit_level": {
|
|
816
|
-
// param 106
|
|
817
|
-
"label": "Pressure High Exit Level",
|
|
818
|
-
"unit": "0.1 (kPa/inHg)",
|
|
819
|
-
"valueSize": 2,
|
|
820
|
-
"minValue": 88,
|
|
821
|
-
"maxValue": 1100,
|
|
822
|
-
"unsigned": true,
|
|
823
|
-
"defaultValue": 1024
|
|
824
|
-
},
|
|
825
|
-
"pressure_low_exit_level": {
|
|
826
|
-
// param 107
|
|
827
|
-
"label": "Pressure Low Exit Level",
|
|
828
|
-
"unit": "0.1 (kPa/inHg)",
|
|
829
|
-
"valueSize": 2,
|
|
830
|
-
"minValue": 88,
|
|
831
|
-
"maxValue": 1100,
|
|
832
|
-
"unsigned": true,
|
|
833
|
-
"defaultValue": 1010
|
|
834
|
-
},
|
|
835
|
-
"pressure_high_delay": {
|
|
836
|
-
// param 108
|
|
837
|
-
"label": "Pressure High Delay",
|
|
838
|
-
"unit": "seconds",
|
|
839
|
-
"valueSize": 2,
|
|
840
|
-
"minValue": 0,
|
|
841
|
-
"maxValue": 65535,
|
|
842
|
-
"unsigned": true,
|
|
843
|
-
"defaultValue": 900
|
|
844
|
-
},
|
|
845
|
-
"pressure_low_delay": {
|
|
846
|
-
// param 109
|
|
847
|
-
"label": "Pressure Low Delay",
|
|
848
|
-
"unit": "seconds",
|
|
849
|
-
"valueSize": 2,
|
|
850
|
-
"minValue": 0,
|
|
851
|
-
"maxValue": 65535,
|
|
852
|
-
"unsigned": true,
|
|
853
|
-
"defaultValue": 900
|
|
854
|
-
},
|
|
855
|
-
"pressure_periodic_report": {
|
|
856
|
-
// param 110
|
|
857
|
-
"label": "Pressure Periodic Report",
|
|
858
|
-
"unit": "seconds",
|
|
859
|
-
"valueSize": 2,
|
|
860
|
-
"minValue": 0,
|
|
861
|
-
"maxValue": 65535,
|
|
862
|
-
"unsigned": true,
|
|
863
|
-
"defaultValue": 3600
|
|
864
|
-
},
|
|
865
|
-
"pressure_change_report": {
|
|
866
|
-
// param 111
|
|
867
|
-
"label": "Pressure Change Report",
|
|
868
|
-
"unit": "0.1 (kPa/inHg)",
|
|
869
|
-
"valueSize": 1,
|
|
870
|
-
"minValue": 0,
|
|
871
|
-
"maxValue": 255,
|
|
872
|
-
"unsigned": true,
|
|
873
|
-
"defaultValue": 10
|
|
874
|
-
},
|
|
875
|
-
"pressure_renotification_delay": {
|
|
876
|
-
// param 112
|
|
877
|
-
"label": "Pressure Renotification Delay",
|
|
878
|
-
"unit": "seconds",
|
|
879
|
-
"valueSize": 2,
|
|
880
|
-
"minValue": 0,
|
|
881
|
-
"maxValue": 65535,
|
|
882
|
-
"unsigned": true,
|
|
883
|
-
"defaultValue": 0
|
|
884
|
-
},
|
|
885
|
-
"pressure_high_entry_set_value": {
|
|
886
|
-
// param 113
|
|
887
|
-
"label": "Pressure High Entry Set value",
|
|
888
|
-
"valueSize": 1,
|
|
889
|
-
"minValue": 0,
|
|
890
|
-
"maxValue": 255,
|
|
891
|
-
"unsigned": true,
|
|
892
|
-
"defaultValue": 0
|
|
893
|
-
},
|
|
894
|
-
"pressure_high_exit_set_value": {
|
|
895
|
-
// param 114
|
|
896
|
-
"label": "Pressure High Exit Set value",
|
|
897
|
-
"valueSize": 1,
|
|
898
|
-
"minValue": 0,
|
|
899
|
-
"maxValue": 255,
|
|
900
|
-
"unsigned": true,
|
|
901
|
-
"defaultValue": 0
|
|
902
|
-
},
|
|
903
|
-
"pressure_low_entry_set_value": {
|
|
904
|
-
// param 115
|
|
905
|
-
"label": "Pressure Low Entry Set value",
|
|
906
|
-
"valueSize": 1,
|
|
907
|
-
"minValue": 0,
|
|
908
|
-
"maxValue": 255,
|
|
909
|
-
"unsigned": true,
|
|
910
|
-
"defaultValue": 0
|
|
911
|
-
},
|
|
912
|
-
"pressure_low_exit_set_value": {
|
|
913
|
-
// param 116
|
|
914
|
-
"label": "Pressure Low Exit Set value",
|
|
915
|
-
"valueSize": 1,
|
|
916
|
-
"minValue": 0,
|
|
917
|
-
"maxValue": 255,
|
|
918
|
-
"unsigned": true,
|
|
919
|
-
"defaultValue": 0
|
|
920
|
-
},
|
|
921
|
-
"pressure_high_actions_control_associations_on_entry": {
|
|
922
|
-
// param 117b0
|
|
923
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
924
|
-
"label": "Pressure High Actions: Control Associations on Entry"
|
|
925
|
-
},
|
|
926
|
-
"pressure_high_actions_control_associations_on_exit": {
|
|
927
|
-
// param 117b1
|
|
928
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
929
|
-
"label": "Pressure High Actions: Control Associations on Exit"
|
|
930
|
-
},
|
|
931
|
-
"pressure_high-actions_control_host_on_entry": {
|
|
932
|
-
// param 117b2
|
|
933
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
934
|
-
"label": "Pressure High Actions: Control Host on Entry"
|
|
935
|
-
},
|
|
936
|
-
"pressure_high_actions_control_host_on_exit": {
|
|
937
|
-
// param 117b3
|
|
938
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
939
|
-
"label": "Pressure High Actions: Control Host on Exit"
|
|
940
|
-
},
|
|
941
|
-
"pressure_high_actions_report_transitions": {
|
|
942
|
-
// param 117b4
|
|
943
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
944
|
-
"label": "Pressure High Actions: Report Transitions"
|
|
945
|
-
},
|
|
946
|
-
"pressure_high-actions_apply_entry_delay": {
|
|
947
|
-
// param 117b5
|
|
948
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
949
|
-
"label": "Pressure High Actions: Apply ENtry Delay"
|
|
950
|
-
},
|
|
951
|
-
"pressure_high_actions_apply_exit_delay": {
|
|
952
|
-
// param 117b6
|
|
953
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
954
|
-
"label": "Pressure High Actions: Apply Exit Delay"
|
|
955
|
-
},
|
|
956
|
-
"pressure_low_actions_control_associations_on_entry": {
|
|
957
|
-
// param 118b0
|
|
958
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
959
|
-
"label": "Pressure Low Actions: Control Associations on Entry"
|
|
960
|
-
},
|
|
961
|
-
"pressure_low_actions_control_associations_on_exit": {
|
|
962
|
-
// param 118b1
|
|
963
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
964
|
-
"label": "Pressure Low Actions: Control Associations on Exit"
|
|
965
|
-
},
|
|
966
|
-
"pressure_low_actions_control_host_on_entry": {
|
|
967
|
-
// param 118b2
|
|
968
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
969
|
-
"label": "Pressure Low Actions: Control Host on Entry"
|
|
970
|
-
},
|
|
971
|
-
"pressure_low_actions_control_host_on_exit": {
|
|
972
|
-
// param 118b3
|
|
973
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
974
|
-
"label": "Pressure Low Actions: Control Host on Exit"
|
|
975
|
-
},
|
|
976
|
-
"pressure_low_actions_report_transitions": {
|
|
977
|
-
// param 118b4
|
|
978
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
979
|
-
"label": "Pressure Low Actions: Report Transitions"
|
|
980
|
-
},
|
|
981
|
-
"pressure_low_actions_apply_entry_delay": {
|
|
982
|
-
// param 118b5
|
|
983
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
984
|
-
"label": "Pressure Low Actions: Apply Entry Delay"
|
|
985
|
-
},
|
|
986
|
-
"pressure_low_actions_apply_exit_delay": {
|
|
987
|
-
// param 118b6
|
|
988
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
989
|
-
"label": "Pressure Low Actions: Apply Exit Delay"
|
|
990
|
-
},
|
|
991
|
-
"pressure_units": {
|
|
992
|
-
// param 119
|
|
993
|
-
"label": "Pressure Units",
|
|
994
|
-
"valueSize": 1,
|
|
995
|
-
"minValue": 0,
|
|
996
|
-
"maxValue": 1,
|
|
997
|
-
"defaultValue": 0,
|
|
998
|
-
"allowManualEntry": false,
|
|
999
|
-
"unsigned": true,
|
|
1000
|
-
"options": [
|
|
1001
|
-
{
|
|
1002
|
-
"label": "Kilopascal (kPa)",
|
|
1003
|
-
"value": 0
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"label": "Inches of mercury (inHg)",
|
|
1007
|
-
"value": 1
|
|
1008
|
-
}
|
|
1009
|
-
]
|
|
1010
|
-
},
|
|
1011
900
|
"humidity_high_entry_level": {
|
|
1012
901
|
// param 128
|
|
1013
902
|
"label": "Humidity High Entry Level",
|
|
@@ -1016,7 +905,7 @@
|
|
|
1016
905
|
"minValue": 0,
|
|
1017
906
|
"maxValue": 100,
|
|
1018
907
|
"unsigned": true,
|
|
1019
|
-
"defaultValue":
|
|
908
|
+
"defaultValue": 100
|
|
1020
909
|
},
|
|
1021
910
|
"humidity_low_entry_level": {
|
|
1022
911
|
// param 129
|
|
@@ -1026,7 +915,7 @@
|
|
|
1026
915
|
"minValue": 0,
|
|
1027
916
|
"maxValue": 100,
|
|
1028
917
|
"unsigned": true,
|
|
1029
|
-
"defaultValue":
|
|
918
|
+
"defaultValue": 0
|
|
1030
919
|
},
|
|
1031
920
|
"humidity_high_exit_level": {
|
|
1032
921
|
// param 130
|
|
@@ -1036,7 +925,7 @@
|
|
|
1036
925
|
"minValue": 0,
|
|
1037
926
|
"maxValue": 100,
|
|
1038
927
|
"unsigned": true,
|
|
1039
|
-
"defaultValue":
|
|
928
|
+
"defaultValue": 100
|
|
1040
929
|
},
|
|
1041
930
|
"humidity_low_exit_level": {
|
|
1042
931
|
// param 131
|
|
@@ -1046,7 +935,7 @@
|
|
|
1046
935
|
"minValue": 0,
|
|
1047
936
|
"maxValue": 100,
|
|
1048
937
|
"unsigned": true,
|
|
1049
|
-
"defaultValue":
|
|
938
|
+
"defaultValue": 0
|
|
1050
939
|
},
|
|
1051
940
|
"humidity_high_delay": {
|
|
1052
941
|
// param 132
|
|
@@ -1056,7 +945,7 @@
|
|
|
1056
945
|
"minValue": 0,
|
|
1057
946
|
"maxValue": 65535,
|
|
1058
947
|
"unsigned": true,
|
|
1059
|
-
"defaultValue":
|
|
948
|
+
"defaultValue": 0
|
|
1060
949
|
},
|
|
1061
950
|
"humidity_low_delay": {
|
|
1062
951
|
// param 133
|
|
@@ -1066,7 +955,7 @@
|
|
|
1066
955
|
"minValue": 0,
|
|
1067
956
|
"maxValue": 65535,
|
|
1068
957
|
"unsigned": true,
|
|
1069
|
-
"defaultValue":
|
|
958
|
+
"defaultValue": 0
|
|
1070
959
|
},
|
|
1071
960
|
"humidity_periodic_report": {
|
|
1072
961
|
// param 134
|
|
@@ -1076,7 +965,7 @@
|
|
|
1076
965
|
"minValue": 0,
|
|
1077
966
|
"maxValue": 65535,
|
|
1078
967
|
"unsigned": true,
|
|
1079
|
-
"defaultValue":
|
|
968
|
+
"defaultValue": 3600
|
|
1080
969
|
},
|
|
1081
970
|
"humidity_change_report": {
|
|
1082
971
|
// param 135
|
|
@@ -1134,95 +1023,103 @@
|
|
|
1134
1023
|
"unsigned": true,
|
|
1135
1024
|
"defaultValue": 0
|
|
1136
1025
|
},
|
|
1137
|
-
"humidity_baseline": {
|
|
1138
|
-
// param 141
|
|
1139
|
-
"label": "Humidity Baseline",
|
|
1140
|
-
"unit": "%",
|
|
1141
|
-
"valueSize": 1,
|
|
1142
|
-
"minValue": 0,
|
|
1143
|
-
"maxValue": 100,
|
|
1144
|
-
"unsigned": true,
|
|
1145
|
-
"readOnly": true
|
|
1146
|
-
},
|
|
1147
1026
|
"humidity_high_actions_control_associations_on_entry": {
|
|
1148
1027
|
// param 142b0
|
|
1149
1028
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1150
|
-
"label": "Humidity High Actions: Control Associations on Entry"
|
|
1029
|
+
"label": "Humidity High Actions: Control Associations on Entry",
|
|
1030
|
+
"valueSize": 2,
|
|
1031
|
+
"defaultValue": 1
|
|
1151
1032
|
},
|
|
1152
1033
|
"humidity_high_actions_control_associations_on_exit": {
|
|
1153
1034
|
// param 142b1
|
|
1154
1035
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1155
|
-
"label": "Humidity High Actions: Control Associations on Exit"
|
|
1036
|
+
"label": "Humidity High Actions: Control Associations on Exit",
|
|
1037
|
+
"valueSize": 2,
|
|
1038
|
+
"defaultValue": 1
|
|
1156
1039
|
},
|
|
1157
1040
|
"humidity_high-actions_control_host_on_entry": {
|
|
1158
1041
|
// param 142b2
|
|
1159
1042
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1160
|
-
"label": "Humidity High Actions: Control Host on Entry"
|
|
1043
|
+
"label": "Humidity High Actions: Control Host on Entry",
|
|
1044
|
+
"valueSize": 2,
|
|
1045
|
+
"defaultValue": 0
|
|
1161
1046
|
},
|
|
1162
1047
|
"humidity_high_actions_control_host_on_exit": {
|
|
1163
1048
|
// param 142b3
|
|
1164
1049
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1165
|
-
"label": "Humidity High Actions: Control Host on Exit"
|
|
1050
|
+
"label": "Humidity High Actions: Control Host on Exit",
|
|
1051
|
+
"valueSize": 2,
|
|
1052
|
+
"defaultValue": 0
|
|
1166
1053
|
},
|
|
1167
1054
|
"humidity_high_actions_report_transitions": {
|
|
1168
1055
|
// param 142b4
|
|
1169
1056
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1170
|
-
"label": "Humidity High Actions: Report Transitions"
|
|
1057
|
+
"label": "Humidity High Actions: Report Transitions",
|
|
1058
|
+
"valueSize": 2,
|
|
1059
|
+
"defaultValue": 0
|
|
1171
1060
|
},
|
|
1172
1061
|
"humidity_high-actions_apply_entry_delay": {
|
|
1173
1062
|
// param 142b5
|
|
1174
1063
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1175
|
-
"label": "Humidity High Actions: Apply Entry Delay"
|
|
1064
|
+
"label": "Humidity High Actions: Apply Entry Delay",
|
|
1065
|
+
"valueSize": 2,
|
|
1066
|
+
"defaultValue": 0
|
|
1176
1067
|
},
|
|
1177
1068
|
"humidity_high_actions_apply_exit_delay": {
|
|
1178
1069
|
// param 142b6
|
|
1179
1070
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1180
|
-
"label": "Humidity High Actions: Apply Exit Delay"
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
// param 142b7
|
|
1184
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1185
|
-
"label": "Humidity High Actions: Baseline Mode"
|
|
1071
|
+
"label": "Humidity High Actions: Apply Exit Delay",
|
|
1072
|
+
"valueSize": 2,
|
|
1073
|
+
"defaultValue": 0
|
|
1186
1074
|
},
|
|
1187
1075
|
"humidity_low_actions_control_associations_on_entry": {
|
|
1188
1076
|
// param 143b0
|
|
1189
1077
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1190
|
-
"label": "Humidity Low Actions: Control Associations on Entry"
|
|
1078
|
+
"label": "Humidity Low Actions: Control Associations on Entry",
|
|
1079
|
+
"valueSize": 2,
|
|
1080
|
+
"defaultValue": 1
|
|
1191
1081
|
},
|
|
1192
1082
|
"humidity_low_actions_control_associations_on_exit": {
|
|
1193
1083
|
// param 143b1
|
|
1194
1084
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1195
|
-
"label": "Humidity Low Actions: Control Assoications on Exit"
|
|
1085
|
+
"label": "Humidity Low Actions: Control Assoications on Exit",
|
|
1086
|
+
"valueSize": 2,
|
|
1087
|
+
"defaultValue": 1
|
|
1196
1088
|
},
|
|
1197
1089
|
"humidity_low_actions_control_host_on_entry": {
|
|
1198
1090
|
// param 143b2
|
|
1199
1091
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1200
|
-
"label": "Humidity Low Actions: Control Host on Entry"
|
|
1092
|
+
"label": "Humidity Low Actions: Control Host on Entry",
|
|
1093
|
+
"valueSize": 2,
|
|
1094
|
+
"defaultValue": 0
|
|
1201
1095
|
},
|
|
1202
1096
|
"humidity_low_actions_control_host_on_exit": {
|
|
1203
1097
|
// param 143b3
|
|
1204
1098
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1205
|
-
"label": "Humidity Low Actions: Control Host on Exit"
|
|
1099
|
+
"label": "Humidity Low Actions: Control Host on Exit",
|
|
1100
|
+
"valueSize": 2,
|
|
1101
|
+
"defaultValue": 0
|
|
1206
1102
|
},
|
|
1207
1103
|
"humidity_low_actions_report_transitions": {
|
|
1208
1104
|
// param 143b4
|
|
1209
1105
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1210
|
-
"label": "Humidity Low Actions: Report Transitions"
|
|
1106
|
+
"label": "Humidity Low Actions: Report Transitions",
|
|
1107
|
+
"valueSize": 2,
|
|
1108
|
+
"defaultValue": 0
|
|
1211
1109
|
},
|
|
1212
1110
|
"humidity_low_actions_apply_entry_delay": {
|
|
1213
1111
|
// param 143b5
|
|
1214
1112
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1215
|
-
"label": "Humidity Low Actions: Apply Entry Delay"
|
|
1113
|
+
"label": "Humidity Low Actions: Apply Entry Delay",
|
|
1114
|
+
"valueSize": 2,
|
|
1115
|
+
"defaultValue": 0
|
|
1216
1116
|
},
|
|
1217
1117
|
"humidity_low_actions_apply_exit_delay": {
|
|
1218
1118
|
// param 143b6
|
|
1219
1119
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1220
|
-
"label": "Humidity Low Actions: Apply Exit Delay"
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
// param 143b7
|
|
1224
|
-
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1225
|
-
"label": "Humidity Low Actions: Baseline Mode"
|
|
1120
|
+
"label": "Humidity Low Actions: Apply Exit Delay",
|
|
1121
|
+
"valueSize": 2,
|
|
1122
|
+
"defaultValue": 0
|
|
1226
1123
|
},
|
|
1227
1124
|
"system_status": {
|
|
1228
1125
|
// param 152
|
|
@@ -1247,7 +1144,7 @@
|
|
|
1247
1144
|
"led_invert": {
|
|
1248
1145
|
// param 154 b0
|
|
1249
1146
|
"label": "LED indicator invert",
|
|
1250
|
-
"valueSize":
|
|
1147
|
+
"valueSize": 2,
|
|
1251
1148
|
"minValue": 0,
|
|
1252
1149
|
"maxValue": 1,
|
|
1253
1150
|
"defaultValue": 0,
|
|
@@ -1266,7 +1163,7 @@
|
|
|
1266
1163
|
"switch_host_control_flags_3_way_mode": {
|
|
1267
1164
|
// param 168b0
|
|
1268
1165
|
"label": "3-Way Mode",
|
|
1269
|
-
"valueSize":
|
|
1166
|
+
"valueSize": 2,
|
|
1270
1167
|
"minValue": 0,
|
|
1271
1168
|
"maxValue": 1,
|
|
1272
1169
|
"defaultValue": 0,
|
|
@@ -1285,7 +1182,7 @@
|
|
|
1285
1182
|
"switch_host_control_flags_on_off_invert": {
|
|
1286
1183
|
// param 168b1
|
|
1287
1184
|
"label": "Invert Host State",
|
|
1288
|
-
"valueSize":
|
|
1185
|
+
"valueSize": 2,
|
|
1289
1186
|
"minValue": 0,
|
|
1290
1187
|
"maxValue": 1,
|
|
1291
1188
|
"defaultValue": 0,
|
|
@@ -473,10 +473,6 @@
|
|
|
473
473
|
"#": "140",
|
|
474
474
|
"$import": "templates/swidget_template.json#humidity_low_exit_set_value"
|
|
475
475
|
},
|
|
476
|
-
{
|
|
477
|
-
"#": "141",
|
|
478
|
-
"$import": "templates/swidget_template.json#humidity_baseline"
|
|
479
|
-
},
|
|
480
476
|
{
|
|
481
477
|
"#": "142[0x01]",
|
|
482
478
|
"$import": "templates/swidget_template.json#humidity_high_actions_control_associations_on_entry"
|
|
@@ -505,10 +501,6 @@
|
|
|
505
501
|
"#": "142[0x40]",
|
|
506
502
|
"$import": "templates/swidget_template.json#humidity_high_actions_apply_exit_delay"
|
|
507
503
|
},
|
|
508
|
-
{
|
|
509
|
-
"#": "142[0x80]",
|
|
510
|
-
"$import": "templates/swidget_template.json#humidity_high_actions_baseline_mode"
|
|
511
|
-
},
|
|
512
504
|
{
|
|
513
505
|
"#": "143[0x01]",
|
|
514
506
|
"$import": "templates/swidget_template.json#humidity_low_actions_control_associations_on_entry"
|
|
@@ -537,10 +529,6 @@
|
|
|
537
529
|
"#": "143[0x40]",
|
|
538
530
|
"$import": "templates/swidget_template.json#humidity_low_actions_apply_exit_delay"
|
|
539
531
|
},
|
|
540
|
-
{
|
|
541
|
-
"#": "143[0x80]",
|
|
542
|
-
"$import": "templates/swidget_template.json#humidity_low_actions_baseline_mode"
|
|
543
|
-
},
|
|
544
532
|
{
|
|
545
533
|
"#": "152",
|
|
546
534
|
"$import": "templates/swidget_template.json#system_status"
|
|
@@ -329,10 +329,6 @@
|
|
|
329
329
|
"#": "70",
|
|
330
330
|
"$import": "templates/swidget_template.json#air_quality_voc_periodic_report"
|
|
331
331
|
},
|
|
332
|
-
{
|
|
333
|
-
"#": "71",
|
|
334
|
-
"$import": "templates/swidget_template.json#air_quality_co2_periodic_report"
|
|
335
|
-
},
|
|
336
332
|
{
|
|
337
333
|
"#": "72",
|
|
338
334
|
"$import": "templates/swidget_template.json#air_quality_alert_entry_set_value"
|
|
@@ -481,118 +477,6 @@
|
|
|
481
477
|
"#": "95",
|
|
482
478
|
"$import": "templates/swidget_template.json#temperature_units"
|
|
483
479
|
},
|
|
484
|
-
{
|
|
485
|
-
"#": "104",
|
|
486
|
-
"$import": "templates/swidget_template.json#pressure_high_entry_level"
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"#": "105",
|
|
490
|
-
"$import": "templates/swidget_template.json#pressure_low_entry_level"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"#": "106",
|
|
494
|
-
"$import": "templates/swidget_template.json#pressure_high_exit_level"
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"#": "107",
|
|
498
|
-
"$import": "templates/swidget_template.json#pressure_low_exit_level"
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"#": "108",
|
|
502
|
-
"$import": "templates/swidget_template.json#pressure_high_delay"
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"#": "109",
|
|
506
|
-
"$import": "templates/swidget_template.json#pressure_low_delay"
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"#": "110",
|
|
510
|
-
"$import": "templates/swidget_template.json#pressure_periodic_report"
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"#": "111",
|
|
514
|
-
"$import": "templates/swidget_template.json#pressure_change_report"
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"#": "112",
|
|
518
|
-
"$import": "templates/swidget_template.json#pressure_renotification_delay"
|
|
519
|
-
},
|
|
520
|
-
{
|
|
521
|
-
"#": "113",
|
|
522
|
-
"$import": "templates/swidget_template.json#pressure_high_entry_set_value"
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"#": "114",
|
|
526
|
-
"$import": "templates/swidget_template.json#pressure_high_exit_set_value"
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"#": "115",
|
|
530
|
-
"$import": "templates/swidget_template.json#pressure_low_entry_set_value"
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"#": "116",
|
|
534
|
-
"$import": "templates/swidget_template.json#pressure_low_exit_set_value"
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
"#": "117[0x01]",
|
|
538
|
-
"$import": "templates/swidget_template.json#pressure_high_actions_control_associations_on_entry"
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"#": "117[0x02]",
|
|
542
|
-
"$import": "templates/swidget_template.json#pressure_high_actions_control_associations_on_exit"
|
|
543
|
-
},
|
|
544
|
-
{
|
|
545
|
-
"#": "117[0x04]",
|
|
546
|
-
"$import": "templates/swidget_template.json#pressure_high-actions_control_host_on_entry"
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"#": "117[0x08]",
|
|
550
|
-
"$import": "templates/swidget_template.json#pressure_high_actions_control_host_on_exit"
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
"#": "117[0x10]",
|
|
554
|
-
"$import": "templates/swidget_template.json#pressure_high_actions_report_transitions"
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
"#": "117[0x20]",
|
|
558
|
-
"$import": "templates/swidget_template.json#pressure_high-actions_apply_entry_delay"
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"#": "117[0x40]",
|
|
562
|
-
"$import": "templates/swidget_template.json#pressure_high_actions_apply_exit_delay"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"#": "118[0x01]",
|
|
566
|
-
"$import": "templates/swidget_template.json#pressure_low_actions_control_associations_on_entry"
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
"#": "118[0x02]",
|
|
570
|
-
"$import": "templates/swidget_template.json#pressure_low_actions_control_associations_on_exit"
|
|
571
|
-
},
|
|
572
|
-
{
|
|
573
|
-
"#": "118[0x04]",
|
|
574
|
-
"$import": "templates/swidget_template.json#pressure_low_actions_control_host_on_entry"
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
"#": "118[0x08]",
|
|
578
|
-
"$import": "templates/swidget_template.json#pressure_low_actions_control_host_on_exit"
|
|
579
|
-
},
|
|
580
|
-
{
|
|
581
|
-
"#": "118[0x10]",
|
|
582
|
-
"$import": "templates/swidget_template.json#pressure_low_actions_report_transitions"
|
|
583
|
-
},
|
|
584
|
-
{
|
|
585
|
-
"#": "118[0x20]",
|
|
586
|
-
"$import": "templates/swidget_template.json#pressure_low_actions_apply_entry_delay"
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"#": "118[0x40]",
|
|
590
|
-
"$import": "templates/swidget_template.json#pressure_low_actions_apply_exit_delay"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"#": "119",
|
|
594
|
-
"$import": "templates/swidget_template.json#pressure_units"
|
|
595
|
-
},
|
|
596
480
|
{
|
|
597
481
|
"#": "128",
|
|
598
482
|
"$import": "templates/swidget_template.json#humidity_high_entry_level"
|
|
@@ -645,10 +529,6 @@
|
|
|
645
529
|
"#": "140",
|
|
646
530
|
"$import": "templates/swidget_template.json#humidity_low_exit_set_value"
|
|
647
531
|
},
|
|
648
|
-
{
|
|
649
|
-
"#": "141",
|
|
650
|
-
"$import": "templates/swidget_template.json#humidity_baseline"
|
|
651
|
-
},
|
|
652
532
|
{
|
|
653
533
|
"#": "142[0x01]",
|
|
654
534
|
"$import": "templates/swidget_template.json#humidity_high_actions_control_associations_on_entry"
|
|
@@ -677,10 +557,6 @@
|
|
|
677
557
|
"#": "142[0x40]",
|
|
678
558
|
"$import": "templates/swidget_template.json#humidity_high_actions_apply_exit_delay"
|
|
679
559
|
},
|
|
680
|
-
{
|
|
681
|
-
"#": "142[0x80]",
|
|
682
|
-
"$import": "templates/swidget_template.json#humidity_high_actions_baseline_mode"
|
|
683
|
-
},
|
|
684
560
|
{
|
|
685
561
|
"#": "143[0x01]",
|
|
686
562
|
"$import": "templates/swidget_template.json#humidity_low_actions_control_associations_on_entry"
|
|
@@ -709,10 +585,6 @@
|
|
|
709
585
|
"#": "143[0x40]",
|
|
710
586
|
"$import": "templates/swidget_template.json#humidity_low_actions_apply_exit_delay"
|
|
711
587
|
},
|
|
712
|
-
{
|
|
713
|
-
"#": "143[0x80]",
|
|
714
|
-
"$import": "templates/swidget_template.json#humidity_low_actions_baseline_mode"
|
|
715
|
-
},
|
|
716
588
|
{
|
|
717
589
|
"#": "152",
|
|
718
590
|
"$import": "templates/swidget_template.json#system_status"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.2.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@zwave-js/core": "11.
|
|
62
|
-
"@zwave-js/shared": "11.
|
|
61
|
+
"@zwave-js/core": "11.2.0",
|
|
62
|
+
"@zwave-js/shared": "11.2.0",
|
|
63
63
|
"alcalzone-shared": "^4.0.8",
|
|
64
64
|
"ansi-colors": "^4.1.3",
|
|
65
65
|
"fs-extra": "^10.1.0",
|
|
@@ -70,17 +70,17 @@
|
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@esm2cjs/got": "^12.5.3",
|
|
73
|
-
"@microsoft/api-extractor": "^7.
|
|
73
|
+
"@microsoft/api-extractor": "^7.36.0",
|
|
74
74
|
"@types/fs-extra": "^9.0.13",
|
|
75
75
|
"@types/js-levenshtein": "^1.1.1",
|
|
76
76
|
"@types/json-logic-js": "^2.0.2",
|
|
77
|
-
"@types/node": "^14.18.
|
|
77
|
+
"@types/node": "^14.18.52",
|
|
78
78
|
"@types/pegjs": "^0.10.3",
|
|
79
79
|
"@types/semver": "^7.3.13",
|
|
80
80
|
"@types/sinon": "^10.0.14",
|
|
81
81
|
"@types/xml2js": "^0.4.11",
|
|
82
82
|
"@types/yargs": "^17.0.24",
|
|
83
|
-
"@zwave-js/maintenance": "11.
|
|
83
|
+
"@zwave-js/maintenance": "11.2.0",
|
|
84
84
|
"ava": "^4.3.3",
|
|
85
85
|
"comment-json": "^4.2.3",
|
|
86
86
|
"del-cli": "^5.0.0",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"prettier": "^2.8.8",
|
|
92
92
|
"sinon": "^14.0.2",
|
|
93
93
|
"ts-pegjs": "^0.3.1",
|
|
94
|
-
"typescript": "5.
|
|
94
|
+
"typescript": "5.1.3",
|
|
95
95
|
"xml2js": "^0.5.0",
|
|
96
96
|
"yargs": "^17.7.2"
|
|
97
97
|
}
|