@zwave-js/config 15.8.0 → 15.9.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.
@@ -0,0 +1,1013 @@
1
+ {
2
+ "manufacturer": "Inovelli",
3
+ "manufacturerId": "0x031e",
4
+ "label": "VZW32-SN",
5
+ "description": "mmWave Dimmer",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0017",
9
+ "productId": "0x0001"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.2",
14
+ "max": "255.255"
15
+ },
16
+ "endpoints": {
17
+ "0": {
18
+ "associations": {
19
+ "1": {
20
+ "label": "Lifeline",
21
+ "maxNodes": 10,
22
+ "isLifeline": true
23
+ },
24
+ "2": {
25
+ "label": "Basic Set",
26
+ "maxNodes": 10
27
+ },
28
+ "3": {
29
+ "label": "Multilevel Switch Set",
30
+ "maxNodes": 10
31
+ },
32
+ "4": {
33
+ "label": "Multilevel Switch Start/Stop",
34
+ "maxNodes": 10
35
+ },
36
+ "5": {
37
+ "label": "Basic Set Double-tap",
38
+ "maxNodes": 10
39
+ },
40
+ "6": {
41
+ "label": "Basic Set Triple-tap",
42
+ "maxNodes": 10
43
+ },
44
+ "7": {
45
+ "label": "Multilevel Switch Set (Config Button)",
46
+ "maxNodes": 10
47
+ }
48
+ }
49
+ }
50
+ },
51
+ "paramInformation": [
52
+ {
53
+ "#": "1",
54
+ "label": "Dimming Speed - Up (Remote)",
55
+ "description": "5-100 = 100 ms (500 ms - 10 seconds); 101-160 = seconds (minus 100); 161-254 = minutes (minus 160)",
56
+ "valueSize": 1,
57
+ "minValue": 0,
58
+ "maxValue": 254,
59
+ "defaultValue": 25,
60
+ "unsigned": true,
61
+ "options": [
62
+ {
63
+ "label": "Immediate",
64
+ "value": 0
65
+ },
66
+ {
67
+ "label": "500 ms",
68
+ "value": 5
69
+ },
70
+ {
71
+ "label": "1 second",
72
+ "value": 10
73
+ },
74
+ {
75
+ "label": "2 seconds",
76
+ "value": 20
77
+ },
78
+ {
79
+ "label": "2.5 seconds",
80
+ "value": 25
81
+ },
82
+ {
83
+ "label": "3 seconds",
84
+ "value": 30
85
+ }
86
+ ]
87
+ },
88
+ {
89
+ "#": "2",
90
+ "$import": "templates/inovelli_templates.json#dimming_speed_0_255_sync_1",
91
+ "label": "Dimming Speed - Up (Local)"
92
+ },
93
+ {
94
+ "#": "3",
95
+ "$import": "templates/inovelli_templates.json#dimming_speed_0_255_sync_1",
96
+ "label": "Ramp Rate - Off to On (Remote)"
97
+ },
98
+ {
99
+ "#": "4",
100
+ "$import": "templates/inovelli_templates.json#dimming_speed_0_255_sync_3",
101
+ "label": "Ramp Rate - Off to On (Local)"
102
+ },
103
+ {
104
+ "#": "5",
105
+ "$import": "templates/inovelli_templates.json#dimming_speed_0_255_sync_1",
106
+ "label": "Dimming Speed - Down (Remote)"
107
+ },
108
+ {
109
+ "#": "6",
110
+ "$import": "templates/inovelli_templates.json#dimming_speed_0_255_sync_2",
111
+ "label": "Dimming Speed - Down (Local)"
112
+ },
113
+ {
114
+ "#": "7",
115
+ "$import": "templates/inovelli_templates.json#dimming_speed_0_255_sync_3",
116
+ "label": "Ramp Rate - On to Off (Remote)"
117
+ },
118
+ {
119
+ "#": "8",
120
+ "$import": "templates/inovelli_templates.json#dimming_speed_0_255_sync_4",
121
+ "label": "Ramp Rate - On to Off (Local)"
122
+ },
123
+ {
124
+ "#": "9",
125
+ "label": "Minimum Level",
126
+ "valueSize": 1,
127
+ "minValue": 1,
128
+ "maxValue": 54,
129
+ "defaultValue": 1
130
+ },
131
+ {
132
+ "#": "10",
133
+ "label": "Maximum Level",
134
+ "valueSize": 1,
135
+ "minValue": 55,
136
+ "maxValue": 99,
137
+ "defaultValue": 99
138
+ },
139
+ {
140
+ "#": "11",
141
+ "$import": "~/templates/master_template.json#base_enable_disable",
142
+ "label": "Invert Switch"
143
+ },
144
+ {
145
+ "#": "12",
146
+ "label": "Auto Off Timer",
147
+ "valueSize": 2,
148
+ "unit": "seconds",
149
+ "minValue": 0,
150
+ "maxValue": 32767,
151
+ "defaultValue": 0,
152
+ "options": [
153
+ {
154
+ "label": "Disabled",
155
+ "value": 0
156
+ }
157
+ ]
158
+ },
159
+ {
160
+ "#": "13",
161
+ "$import": "templates/inovelli_templates.json#level_1-99_0_previous",
162
+ "label": "Turn On Level (Local)"
163
+ },
164
+ {
165
+ "#": "14",
166
+ "$import": "templates/inovelli_templates.json#level_1-99_0_previous",
167
+ "label": "Turn On Level (Remote)"
168
+ },
169
+ {
170
+ "#": "15",
171
+ "$import": "templates/inovelli_templates.json#level_0-99_100_previous",
172
+ "label": "State After Power Restored",
173
+ "defaultValue": 100
174
+ },
175
+ {
176
+ "#": "17",
177
+ "label": "Load Level Indicator Timeout",
178
+ "valueSize": 1,
179
+ "unit": "seconds",
180
+ "minValue": 0,
181
+ "maxValue": 11,
182
+ "defaultValue": 11,
183
+ "options": [
184
+ {
185
+ "label": "Always off",
186
+ "value": 0
187
+ },
188
+ {
189
+ "label": "Always on",
190
+ "value": 11
191
+ }
192
+ ]
193
+ },
194
+ {
195
+ "#": "18",
196
+ "label": "Power Change Report Threshold",
197
+ "valueSize": 1,
198
+ "unit": "%",
199
+ "minValue": 0,
200
+ "maxValue": 100,
201
+ "defaultValue": 10,
202
+ "options": [
203
+ {
204
+ "label": "Disabled",
205
+ "value": 0
206
+ }
207
+ ]
208
+ },
209
+ {
210
+ "#": "19",
211
+ "label": "Power & Energy Report Interval",
212
+ "description": "Allowable range: 30-32767",
213
+ "valueSize": 2,
214
+ "unit": "seconds",
215
+ "minValue": 0,
216
+ "maxValue": 32767,
217
+ "defaultValue": 3600,
218
+ "options": [
219
+ {
220
+ "label": "Disabled",
221
+ "value": 0
222
+ }
223
+ ]
224
+ },
225
+ {
226
+ "#": "20",
227
+ "label": "Energy Change Report Threshold",
228
+ "valueSize": 2,
229
+ "unit": "0.01 kWh",
230
+ "minValue": 0,
231
+ "maxValue": 32767,
232
+ "defaultValue": 10,
233
+ "options": [
234
+ {
235
+ "label": "Disabled",
236
+ "value": 0
237
+ }
238
+ ]
239
+ },
240
+ {
241
+ "#": "21",
242
+ "label": "Power Type",
243
+ "valueSize": 1,
244
+ "defaultValue": 1,
245
+ "readOnly": true,
246
+ "allowManualEntry": false,
247
+ "options": [
248
+ {
249
+ "label": "Non-Neutral",
250
+ "value": 0
251
+ },
252
+ {
253
+ "label": "Neutral",
254
+ "value": 1
255
+ }
256
+ ]
257
+ },
258
+ {
259
+ "#": "22",
260
+ "label": "Switch Type",
261
+ "valueSize": 1,
262
+ "defaultValue": 0,
263
+ "allowManualEntry": false,
264
+ "options": [
265
+ {
266
+ "label": "Single pole",
267
+ "value": 0
268
+ },
269
+ {
270
+ "label": "Multi-Way with aux switch",
271
+ "value": 1
272
+ }
273
+ ]
274
+ },
275
+ {
276
+ "#": "23",
277
+ "label": "Quick Start Time",
278
+ "description": "Duration of initial increased power output when light turns on",
279
+ "valueSize": 1,
280
+ "unit": "1/60 seconds",
281
+ "minValue": 0,
282
+ "maxValue": 60,
283
+ "defaultValue": 0,
284
+ "options": [
285
+ {
286
+ "label": "Disable",
287
+ "value": 0
288
+ }
289
+ ]
290
+ },
291
+ {
292
+ "#": "24",
293
+ "label": "Quick Start Level",
294
+ "description": "Level of initial increased power output when light turns on.",
295
+ "valueSize": 1,
296
+ "minValue": 1,
297
+ "maxValue": 99,
298
+ "defaultValue": 99
299
+ },
300
+ {
301
+ "#": "25",
302
+ "$import": "~/templates/master_template.json#base_enable_disable",
303
+ "label": "Increase Output Power (Non-Neutral)",
304
+ "description": "Increase output power when in non-neutral mode. (May cause problems with high level flicker or aux switch detection. Adjust maximum level if you are having problems.)"
305
+ },
306
+ {
307
+ "#": "26",
308
+ "label": "Dimming Mode",
309
+ "valueSize": 1,
310
+ // This parameter is actually writable, but Inovelli asked to have it readonly
311
+ // to prevent accidental changes that can damage the device:
312
+ // https://github.com/zwave-js/zwave-js/issues/6273#issuecomment-1714585107
313
+ "readOnly": true,
314
+ "allowManualEntry": false,
315
+ "options": [
316
+ {
317
+ "label": "Leading edge",
318
+ "value": 0
319
+ },
320
+ {
321
+ "label": "Trailing edge",
322
+ "value": 1
323
+ }
324
+ ]
325
+ },
326
+ {
327
+ "#": "32",
328
+ "label": "Internal Temperature",
329
+ "description": "Temperature inside of the switch",
330
+ "valueSize": 1,
331
+ "unit": "°C",
332
+ "minValue": 0,
333
+ "maxValue": 127,
334
+ "readOnly": true
335
+ },
336
+ {
337
+ "#": "33",
338
+ "$import": "~/templates/master_template.json#base_true_false",
339
+ "label": "Overheat Detected",
340
+ "readOnly": true
341
+ },
342
+ {
343
+ "#": "50",
344
+ "label": "Button Delay Time",
345
+ "valueSize": 1,
346
+ "defaultValue": 5,
347
+ "allowManualEntry": false,
348
+ "options": [
349
+ {
350
+ "label": "No delay (Config button still has 500 ms delay)",
351
+ "value": 0
352
+ },
353
+ {
354
+ "label": "300 ms",
355
+ "value": 3
356
+ },
357
+ {
358
+ "label": "400 ms",
359
+ "value": 4
360
+ },
361
+ {
362
+ "label": "500 ms",
363
+ "value": 5
364
+ },
365
+ {
366
+ "label": "600 ms",
367
+ "value": 6
368
+ },
369
+ {
370
+ "label": "700 ms",
371
+ "value": 7
372
+ },
373
+ {
374
+ "label": "800 ms",
375
+ "value": 8
376
+ },
377
+ {
378
+ "label": "900 ms",
379
+ "value": 9
380
+ }
381
+ ]
382
+ },
383
+ {
384
+ "#": "52",
385
+ "$import": "~/templates/master_template.json#base_enable_disable",
386
+ "label": "Smart Bulb Mode"
387
+ },
388
+ {
389
+ "#": "53",
390
+ "$import": "~/templates/master_template.json#base_enable_disable",
391
+ "label": "Double Up Level Enable"
392
+ },
393
+ {
394
+ "#": "54",
395
+ "$import": "~/templates/master_template.json#base_enable_disable",
396
+ "label": "Double Down Level Enable"
397
+ },
398
+ {
399
+ "#": "55",
400
+ "$import": "~/templates/master_template.json#base_1-99_nounit",
401
+ "label": "Double Up Level",
402
+ "defaultValue": 99
403
+ },
404
+ {
405
+ "#": "56",
406
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
407
+ "label": "Double Down Level"
408
+ },
409
+ {
410
+ "#": "58",
411
+ "label": "Exclusion Behavior",
412
+ "valueSize": 1,
413
+ "defaultValue": 1,
414
+ "allowManualEntry": false,
415
+ "options": [
416
+ {
417
+ "label": "Light does not pulse",
418
+ "value": 0
419
+ },
420
+ {
421
+ "label": "Light pulses blue",
422
+ "value": 1
423
+ },
424
+ {
425
+ "label": "Exclusion disabled (Must factory reset to exclude, or change this parameter)",
426
+ "value": 2
427
+ }
428
+ ]
429
+ },
430
+ {
431
+ "#": "59[0x01]",
432
+ "$import": "~/templates/master_template.json#base_enable_disable",
433
+ "label": "Send Local Commands to Associated Devices",
434
+ "defaultValue": 1
435
+ },
436
+ {
437
+ "#": "59[0x02]",
438
+ "$import": "~/templates/master_template.json#base_enable_disable",
439
+ "label": "Forward Z-Wave Commands to Associated Devices"
440
+ },
441
+ {
442
+ "#": "64[0xff]",
443
+ "$import": "templates/inovelli_templates.json#led_effect_duration",
444
+ "label": "LED1 Strip Effect - Duration"
445
+ },
446
+ {
447
+ "#": "64[0xff00]",
448
+ "$import": "templates/inovelli_templates.json#led_effect_level",
449
+ "label": "LED1 Strip Effect - Level"
450
+ },
451
+ {
452
+ "#": "64[0xff0000]",
453
+ "$import": "templates/inovelli_templates.json#led_effect_color",
454
+ "label": "LED1 Strip Effect - Color"
455
+ },
456
+ {
457
+ "#": "64[0xff000000]",
458
+ "$import": "templates/inovelli_templates.json#led_effect_effect",
459
+ "label": "LED1 Strip Effect - Effect"
460
+ },
461
+ {
462
+ "#": "69[0xff]",
463
+ "$import": "templates/inovelli_templates.json#led_effect_duration",
464
+ "label": "LED2 Strip Effect - Duration"
465
+ },
466
+ {
467
+ "#": "69[0xff00]",
468
+ "$import": "templates/inovelli_templates.json#led_effect_level",
469
+ "label": "LED2 Strip Effect - Level"
470
+ },
471
+ {
472
+ "#": "69[0xff0000]",
473
+ "$import": "templates/inovelli_templates.json#led_effect_color",
474
+ "label": "LED2 Strip Effect - Color"
475
+ },
476
+ {
477
+ "#": "69[0xff000000]",
478
+ "$import": "templates/inovelli_templates.json#led_effect_effect",
479
+ "label": "LED2 Strip Effect - Effect"
480
+ },
481
+ {
482
+ "#": "74[0xff]",
483
+ "$import": "templates/inovelli_templates.json#led_effect_duration",
484
+ "label": "LED3 Strip Effect - Duration"
485
+ },
486
+ {
487
+ "#": "74[0xff00]",
488
+ "$import": "templates/inovelli_templates.json#led_effect_level",
489
+ "label": "LED3 Strip Effect - Level"
490
+ },
491
+ {
492
+ "#": "74[0xff0000]",
493
+ "$import": "templates/inovelli_templates.json#led_effect_color",
494
+ "label": "LED3 Strip Effect - Color"
495
+ },
496
+ {
497
+ "#": "74[0xff000000]",
498
+ "$import": "templates/inovelli_templates.json#led_effect_effect",
499
+ "label": "LED3 Strip Effect - Effect"
500
+ },
501
+ {
502
+ "#": "79[0xff]",
503
+ "$import": "templates/inovelli_templates.json#led_effect_duration",
504
+ "label": "LED4 Strip Effect - Duration"
505
+ },
506
+ {
507
+ "#": "79[0xff00]",
508
+ "$import": "templates/inovelli_templates.json#led_effect_level",
509
+ "label": "LED4 Strip Effect - Level"
510
+ },
511
+ {
512
+ "#": "79[0xff0000]",
513
+ "$import": "templates/inovelli_templates.json#led_effect_color",
514
+ "label": "LED4 Strip Effect - Color"
515
+ },
516
+ {
517
+ "#": "79[0xff000000]",
518
+ "$import": "templates/inovelli_templates.json#led_effect_effect",
519
+ "label": "LED4 Strip Effect - Effect"
520
+ },
521
+ {
522
+ "#": "84[0xff]",
523
+ "$import": "templates/inovelli_templates.json#led_effect_duration",
524
+ "label": "LED5 Strip Effect - Duration"
525
+ },
526
+ {
527
+ "#": "84[0xff00]",
528
+ "$import": "templates/inovelli_templates.json#led_effect_level",
529
+ "label": "LED5 Strip Effect - Level"
530
+ },
531
+ {
532
+ "#": "84[0xff0000]",
533
+ "$import": "templates/inovelli_templates.json#led_effect_color",
534
+ "label": "LED5 Strip Effect - Color"
535
+ },
536
+ {
537
+ "#": "84[0xff000000]",
538
+ "$import": "templates/inovelli_templates.json#led_effect_effect",
539
+ "label": "LED5 Strip Effect - Effect"
540
+ },
541
+ {
542
+ "#": "89[0xff]",
543
+ "$import": "templates/inovelli_templates.json#led_effect_duration",
544
+ "label": "LED6 Strip Effect - Duration"
545
+ },
546
+ {
547
+ "#": "89[0xff00]",
548
+ "$import": "templates/inovelli_templates.json#led_effect_level",
549
+ "label": "LED6 Strip Effect - Level"
550
+ },
551
+ {
552
+ "#": "89[0xff0000]",
553
+ "$import": "templates/inovelli_templates.json#led_effect_color",
554
+ "label": "LED6 Strip Effect - Color"
555
+ },
556
+ {
557
+ "#": "89[0xff000000]",
558
+ "$import": "templates/inovelli_templates.json#led_effect_effect",
559
+ "label": "LED6 Strip Effect - Effect"
560
+ },
561
+ {
562
+ "#": "94[0xff]",
563
+ "$import": "templates/inovelli_templates.json#led_effect_duration",
564
+ "label": "LED7 Strip Effect - Duration"
565
+ },
566
+ {
567
+ "#": "94[0xff00]",
568
+ "$import": "templates/inovelli_templates.json#led_effect_level",
569
+ "label": "LED7 Strip Effect - Level"
570
+ },
571
+ {
572
+ "#": "94[0xff0000]",
573
+ "$import": "templates/inovelli_templates.json#led_effect_color",
574
+ "label": "LED7 Strip Effect - Color"
575
+ },
576
+ {
577
+ "#": "94[0xff000000]",
578
+ "$import": "templates/inovelli_templates.json#led_effect_effect",
579
+ "label": "LED7 Strip Effect - Effect"
580
+ },
581
+ {
582
+ "#": "95",
583
+ "$import": "templates/inovelli_templates.json#hue_color_wheel_white",
584
+ "label": "Normal LED Strip Color When On",
585
+ "valueSize": 1,
586
+ "defaultValue": 170
587
+ },
588
+ {
589
+ "#": "96",
590
+ "$import": "templates/inovelli_templates.json#hue_color_wheel_white",
591
+ "label": "Normal LED Strip Color When Off",
592
+ "valueSize": 1,
593
+ "defaultValue": 170
594
+ },
595
+ {
596
+ "#": "97",
597
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
598
+ "label": "Normal LED Strip Brightness When On",
599
+ "defaultValue": 33
600
+ },
601
+ {
602
+ "#": "98",
603
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
604
+ "label": "Normal LED Strip Brightness When Off"
605
+ },
606
+ {
607
+ "#": "99[0xff]",
608
+ "$import": "templates/inovelli_templates.json#led_effect_duration",
609
+ "label": "All LED Strip Effect - Duration"
610
+ },
611
+ {
612
+ "#": "99[0xff00]",
613
+ "$import": "templates/inovelli_templates.json#led_effect_level",
614
+ "label": "All LED Strip Effect - Level"
615
+ },
616
+ {
617
+ "#": "99[0xff0000]",
618
+ "$import": "templates/inovelli_templates.json#led_effect_color",
619
+ "label": "All LED Strip Effect - Color"
620
+ },
621
+ {
622
+ "#": "99[0xff000000]",
623
+ "$import": "templates/inovelli_templates.json#all_led_effect_effect",
624
+ "label": "All LED Strip Effect - Effect"
625
+ },
626
+ {
627
+ "#": "100",
628
+ "label": "LED Brightness Scaling",
629
+ "valueSize": 1,
630
+ "defaultValue": 0,
631
+ "allowManualEntry": false,
632
+ "options": [
633
+ {
634
+ "label": "Match VZM31 (Blue series)",
635
+ "value": 0
636
+ },
637
+ {
638
+ "label": "Match LZW31 (Red series)",
639
+ "value": 1
640
+ }
641
+ ]
642
+ },
643
+ {
644
+ "#": "101",
645
+ "label": "mmWave Height Minimum (Floor)",
646
+ "valueSize": 2,
647
+ "unit": "cm",
648
+ "minValue": -600,
649
+ "maxValue": 599,
650
+ "defaultValue": -600
651
+ },
652
+ {
653
+ "#": "102",
654
+ "label": "mmWave Height Maximum (Ceiling)",
655
+ "valueSize": 2,
656
+ "unit": "cm",
657
+ "minValue": -599,
658
+ "maxValue": 600,
659
+ "defaultValue": 600
660
+ },
661
+ {
662
+ "#": "103",
663
+ "label": "mmWave Width Minimum (Left)",
664
+ "valueSize": 2,
665
+ "unit": "cm",
666
+ "minValue": -600,
667
+ "maxValue": 599,
668
+ "defaultValue": -600
669
+ },
670
+ {
671
+ "#": "104",
672
+ "label": "mmWave Width Maximum (Right)",
673
+ "valueSize": 2,
674
+ "unit": "cm",
675
+ "minValue": -599,
676
+ "maxValue": 600,
677
+ "defaultValue": 600
678
+ },
679
+ {
680
+ "#": "105",
681
+ "label": "mmWave Depth Minimum (Near)",
682
+ "valueSize": 2,
683
+ "unit": "cm",
684
+ "minValue": 0,
685
+ "maxValue": 599,
686
+ "defaultValue": 0
687
+ },
688
+ {
689
+ "#": "106",
690
+ "label": "mmWave Depth Maximum (Far)",
691
+ "valueSize": 2,
692
+ "unit": "cm",
693
+ "minValue": 1,
694
+ "maxValue": 600,
695
+ "defaultValue": 600
696
+ },
697
+ {
698
+ "#": "108",
699
+ "label": "mmWave Stay Life",
700
+ "description": "1 = 50 ms, 20 = 1 second, 300 = 15 seconds",
701
+ "valueSize": 4,
702
+ "unit": "50 ms",
703
+ "minValue": 0,
704
+ "maxValue": 4294967295,
705
+ "defaultValue": 300,
706
+ "unsigned": true
707
+ },
708
+ {
709
+ "#": "109[0xff000000]",
710
+ "label": "After Hours Time Range Start Hour",
711
+ "description": "The UTC hour where After Hours mode should start",
712
+ "valueSize": 4,
713
+ "minValue": 0,
714
+ "maxValue": 23,
715
+ "defaultValue": 0
716
+ },
717
+ {
718
+ "#": "109[0xff0000]",
719
+ "label": "After Hours Time Range Start Minute",
720
+ "description": "The minute where After Hours mode should start",
721
+ "valueSize": 4,
722
+ "minValue": 0,
723
+ "maxValue": 59,
724
+ "defaultValue": 0
725
+ },
726
+ {
727
+ "#": "109[0xff00]",
728
+ "label": "After Hours Time Range End Hour",
729
+ "description": "The UTC hour where After Hours mode should end",
730
+ "valueSize": 4,
731
+ "minValue": 0,
732
+ "maxValue": 23,
733
+ "defaultValue": 0
734
+ },
735
+ {
736
+ "#": "109[0xff]",
737
+ "label": "After Hours Time Range End Minute",
738
+ "description": "The minute where After Hours mode should end",
739
+ "valueSize": 4,
740
+ "minValue": 0,
741
+ "maxValue": 59,
742
+ "defaultValue": 0
743
+ },
744
+ {
745
+ "#": "110",
746
+ "label": "Light On Presence Behavior",
747
+ "valueSize": 1,
748
+ "defaultValue": 1,
749
+ "allowManualEntry": false,
750
+ "options": [
751
+ {
752
+ "label": "Disabled. Light does not turn on or off with presence",
753
+ "value": 0
754
+ },
755
+ {
756
+ "label": "Auto on/off when occupied: Light is on when room is occupied, off when unoccupied",
757
+ "value": 1
758
+ },
759
+ {
760
+ "label": "Auto off when vacant: Light turns off when room becomes vacant, never automatically turns on",
761
+ "value": 2
762
+ },
763
+ {
764
+ "label": "Auto on when occupied: Light turns on when room becomes occupied, never automatically turns off",
765
+ "value": 3
766
+ },
767
+ {
768
+ "label": "Auto on/off when vacant: Light is on when room is vacant, off when occupied",
769
+ "value": 4
770
+ },
771
+ {
772
+ "label": "Auto on when vacant: Light turns on when room becomes vacant, never automatically turns off",
773
+ "value": 5
774
+ },
775
+ {
776
+ "label": "Auto off when occupied: Light turns off when room becomes occupied, never automatically turns on",
777
+ "value": 6
778
+ }
779
+ ]
780
+ },
781
+ {
782
+ "#": "111",
783
+ "label": "mmWave Module Commands (See Documentation)",
784
+ "valueSize": 1,
785
+ "defaultValue": 0,
786
+ "allowManualEntry": false,
787
+ "options": [
788
+ {
789
+ "label": "Restore the mmwave module factory configuration",
790
+ "value": 0
791
+ },
792
+ {
793
+ "label": "The interference area is automatically generated",
794
+ "value": 1
795
+ },
796
+ {
797
+ "label": "Obtains the interference region and detection region",
798
+ "value": 2
799
+ },
800
+ {
801
+ "label": "Clears the interference area",
802
+ "value": 3
803
+ },
804
+ {
805
+ "label": "Resets the detection area",
806
+ "value": 4
807
+ },
808
+ {
809
+ "label": "Clears the stay area",
810
+ "value": 5
811
+ }
812
+ ]
813
+ },
814
+ {
815
+ "#": "112",
816
+ "label": "mmWave Sensitivity",
817
+ "valueSize": 1,
818
+ "defaultValue": 2,
819
+ "allowManualEntry": false,
820
+ "options": [
821
+ {
822
+ "label": "Low",
823
+ "value": 0
824
+ },
825
+ {
826
+ "label": "Medium",
827
+ "value": 1
828
+ },
829
+ {
830
+ "label": "High",
831
+ "value": 2
832
+ }
833
+ ]
834
+ },
835
+ {
836
+ "#": "113",
837
+ "label": "mmWave Target Speed",
838
+ "valueSize": 1,
839
+ "defaultValue": 2,
840
+ "allowManualEntry": false,
841
+ "options": [
842
+ {
843
+ "label": "Slow (5s)",
844
+ "value": 0
845
+ },
846
+ {
847
+ "label": "Medium (1s)",
848
+ "value": 1
849
+ },
850
+ {
851
+ "label": "Fast (0.2s)",
852
+ "value": 2
853
+ }
854
+ ]
855
+ },
856
+ {
857
+ "#": "114",
858
+ "label": "mmWave Detection Timeout",
859
+ "valueSize": 4,
860
+ "minValue": 0,
861
+ "maxValue": 4294967295,
862
+ "defaultValue": 30,
863
+ "unsigned": true
864
+ },
865
+ {
866
+ "#": "115",
867
+ "label": "mmWave Firmware Version (Read Only)",
868
+ "valueSize": 4,
869
+ "minValue": 0,
870
+ "maxValue": 4294967295,
871
+ "defaultValue": 0,
872
+ "unsigned": true,
873
+ "readOnly": true
874
+ },
875
+ {
876
+ "#": "118",
877
+ "label": "Lux Threshold",
878
+ "valueSize": 2,
879
+ "minValue": 0,
880
+ "maxValue": 32767,
881
+ "defaultValue": 20
882
+ },
883
+ {
884
+ "#": "119",
885
+ "label": "Lux Interval",
886
+ "valueSize": 2,
887
+ "minValue": 0,
888
+ "maxValue": 32767,
889
+ "defaultValue": 600
890
+ },
891
+ {
892
+ "#": "120",
893
+ "label": "Single-Tap Behavior",
894
+ "description": "What happens when the switch is single-tapped",
895
+ "valueSize": 1,
896
+ "defaultValue": 0,
897
+ "allowManualEntry": false,
898
+ "options": [
899
+ {
900
+ "label": "Up - On, down - Off",
901
+ "value": 0
902
+ },
903
+ {
904
+ "label": "Up - Increment level up (Off > low > medium > high), down - Increment level down (High > medium > low > off)",
905
+ "value": 1
906
+ },
907
+ {
908
+ "label": "Up - Increment level up (Off > low > medium > high > low > ...), down - Off",
909
+ "value": 2
910
+ }
911
+ ]
912
+ },
913
+ {
914
+ "#": "123",
915
+ "$import": "~/templates/master_template.json#base_enable_disable",
916
+ "label": "Aux Switch Scenes",
917
+ "description": "Send different scene numbers when the Aux switch is clicked"
918
+ },
919
+ {
920
+ "#": "130",
921
+ "$import": "~/templates/master_template.json#base_enable_disable",
922
+ "label": "Group 7: Enable"
923
+ },
924
+ {
925
+ "#": "131",
926
+ "label": "Group 7: Low Level",
927
+ "description": "Low level to use when group 7 cycles levels",
928
+ "valueSize": 1,
929
+ "minValue": 1,
930
+ "maxValue": 97,
931
+ "defaultValue": 25
932
+ },
933
+ {
934
+ "#": "132",
935
+ "label": "Group 7: Medium Level",
936
+ "description": "Medium level to use when group 7 cycles levels",
937
+ "valueSize": 1,
938
+ "minValue": 2,
939
+ "maxValue": 98,
940
+ "defaultValue": 50
941
+ },
942
+ {
943
+ "#": "133",
944
+ "label": "Group 7: High Level",
945
+ "description": "High level to use when group 7 cycles levels",
946
+ "valueSize": 1,
947
+ "minValue": 3,
948
+ "maxValue": 99,
949
+ "defaultValue": 99
950
+ },
951
+ {
952
+ "#": "134",
953
+ "$import": "templates/inovelli_templates.json#hue_color_wheel_white",
954
+ "label": "Group 7: LED Color",
955
+ "description": "Color to use for the LED bar while briefly indicating group 7 command transmission",
956
+ "valueSize": 1,
957
+ "defaultValue": 255
958
+ },
959
+ {
960
+ "#": "158",
961
+ "label": "Dimmer Mode",
962
+ "valueSize": 1,
963
+ "defaultValue": 1,
964
+ "allowManualEntry": false,
965
+ "options": [
966
+ {
967
+ "label": "Dimmer mode",
968
+ "value": 0
969
+ },
970
+ {
971
+ "label": "On/Off mode",
972
+ "value": 1
973
+ }
974
+ ]
975
+ },
976
+ {
977
+ "#": "159",
978
+ "label": "LED Bar in On/Off Mode",
979
+ "description": "When the device is in On/off mode, use full LED bar or just one LED",
980
+ "valueSize": 1,
981
+ "defaultValue": 0,
982
+ "allowManualEntry": false,
983
+ "options": [
984
+ {
985
+ "label": "Full LED bar",
986
+ "value": 0
987
+ },
988
+ {
989
+ "label": "Just one LED",
990
+ "value": 1
991
+ }
992
+ ]
993
+ },
994
+ {
995
+ "#": "160",
996
+ "$import": "~/templates/master_template.json#base_enable_disable",
997
+ "label": "Firmware Progress LED",
998
+ "defaultValue": 1
999
+ },
1000
+ {
1001
+ "#": "162",
1002
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
1003
+ "label": "Double-Tap Config to Clear Notification",
1004
+ "defaultValue": 0
1005
+ }
1006
+ ],
1007
+ "metadata": {
1008
+ "inclusion": "Triple-click config button",
1009
+ "exclusion": "Triple-click config button",
1010
+ "reset": "Simultaneously hold the config button and the up button until the LED bar turns red. Release the buttons and the switch will reset to factory defaults.",
1011
+ "manual": "https://community.inovelli.com/t/resources-red-series-smart-2-1-switch-on-off-dimmer-manual/13706"
1012
+ }
1013
+ }