@zwave-js/config 14.3.9 → 14.3.12

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.
Files changed (34) hide show
  1. package/build/cjs/_version.d.ts +1 -1
  2. package/build/cjs/_version.js +1 -1
  3. package/build/cjs/_version.js.map +1 -1
  4. package/build/esm/_version.d.ts +1 -1
  5. package/build/esm/_version.d.ts.map +1 -1
  6. package/build/esm/_version.js +1 -1
  7. package/build/esm/_version.js.map +1 -1
  8. package/config/devices/0x0063/76596_ZWN4015.json +80 -0
  9. package/config/devices/0x0118/tz88.json +79 -9
  10. package/config/devices/0x011f/schlage_pir_sensor.json +17 -3
  11. package/config/devices/0x0129/yrl210.json +4 -0
  12. package/config/devices/0x026e/crzb.json +26 -0
  13. package/config/devices/0x027a/templates/zooz_template.json +5 -0
  14. package/config/devices/0x027a/zen04.json +76 -12
  15. package/config/devices/0x027a/zen15.json +149 -52
  16. package/config/devices/0x027a/zen17.json +15 -2
  17. package/config/devices/0x027a/zen20.json +74 -8
  18. package/config/devices/0x027a/zen30.json +7 -0
  19. package/config/devices/0x027a/zen32.json +8 -0
  20. package/config/devices/0x027a/zen72.json +13 -1
  21. package/config/devices/0x027a/zen74.json +6 -6
  22. package/config/devices/0x027a/zse44.json +70 -13
  23. package/config/devices/0x0312/n4002.json +29 -52
  24. package/config/devices/0x0438/4512744.json +3 -1
  25. package/config/devices/0x0438/4512745.json +3 -1
  26. package/config/devices/0x043d/pgd728f_zpu.json +40 -0
  27. package/config/devices/0x0460/qndw-002C.json +60 -0
  28. package/config/devices/0x0460/qnpl-0A112.json +85 -0
  29. package/config/devices/0x0460/qpdm-0A1P01.json +129 -0
  30. package/config/devices/0x0460/qpdm-0A2P01.json +223 -0
  31. package/config/devices/0x0460/templates/wave_template.json +106 -5
  32. package/config/devices/0x046a/WB04V.json +348 -0
  33. package/config/devices/0x046a/WM25L.json +245 -0
  34. package/package.json +1 -1
@@ -37,21 +37,32 @@
37
37
  }
38
38
  },
39
39
  "paramInformation": [
40
+ // Parameter 1 was removed in firmware 1.20 and re-added in firmware 1.30
41
+ // and had its limit/default changed back to pre-1.20 settings in firmware 2.0
40
42
  {
41
43
  "#": "1",
42
- "$if": "firmwareVersion < 1.20",
44
+ "$if": "firmwareVersion === 1.30",
45
+ "$import": "templates/zooz_template.json#battery_report_threshold",
46
+ "minValue": 10,
47
+ "defaultValue": 20
48
+ },
49
+ {
50
+ "#": "1",
51
+ "$if": "firmwareVersion < 1.20 || firmwareVersion >= 2.0",
43
52
  "$import": "templates/zooz_template.json#battery_report_threshold",
44
- "label": "Battery Report Threshold",
45
53
  "maxValue": 10,
46
54
  "defaultValue": 5
47
55
  },
48
56
  {
49
57
  "#": "2",
50
58
  "$import": "templates/zooz_template.json#low_battery_alarm_threshold",
51
- "label": "Low Battery Alarm Threshold"
59
+ "minValue": 5,
60
+ "maxValue": 20,
61
+ "defaultValue": 10
52
62
  },
53
63
  {
54
64
  "#": "3",
65
+ "$if": "firmwareVersion < 2.0",
55
66
  "label": "Temperature Report Threshold",
56
67
  "valueSize": 1,
57
68
  "unit": "0.1 °F/C",
@@ -59,8 +70,25 @@
59
70
  "maxValue": 100,
60
71
  "defaultValue": 20
61
72
  },
73
+ {
74
+ "#": "3",
75
+ "$if": "firmwareVersion >= 2.0",
76
+ "label": "Temperature Report Threshold",
77
+ "valueSize": 1,
78
+ "unit": "0.1 °F/C",
79
+ "minValue": 0,
80
+ "maxValue": 100,
81
+ "defaultValue": 10,
82
+ "options": [
83
+ {
84
+ "label": "Disable",
85
+ "value": 0
86
+ }
87
+ ]
88
+ },
62
89
  {
63
90
  "#": "4",
91
+ "$if": "firmwareVersion < 2.0",
64
92
  "label": "Humidity Report Threshold",
65
93
  "valueSize": 1,
66
94
  "unit": "%",
@@ -68,9 +96,25 @@
68
96
  "maxValue": 50,
69
97
  "defaultValue": 10
70
98
  },
99
+ {
100
+ "#": "4",
101
+ "$if": "firmwareVersion >= 2.0",
102
+ "label": "Humidity Report Threshold",
103
+ "valueSize": 1,
104
+ "unit": "%",
105
+ "minValue": 0,
106
+ "maxValue": 50,
107
+ "defaultValue": 5,
108
+ "options": [
109
+ {
110
+ "label": "Disable",
111
+ "value": 0
112
+ }
113
+ ]
114
+ },
71
115
  {
72
116
  "#": "5",
73
- "$if": "firmwareVersion < 1.20",
117
+ "$if": "firmwareVersion < 2.0",
74
118
  "label": "High Temperature Alert Threshold",
75
119
  "valueSize": 1,
76
120
  "unit": "°F/C",
@@ -80,13 +124,14 @@
80
124
  },
81
125
  {
82
126
  "#": "5",
83
- "$if": "firmwareVersion >= 1.20",
127
+ "$if": "firmwareVersion >= 2.0",
84
128
  "label": "High Temperature Alert Threshold",
85
129
  "valueSize": 1,
86
130
  "unit": "°F/C",
87
- "minValue": 0,
88
- "maxValue": 120,
89
- "defaultValue": 120
131
+ "minValue": 50,
132
+ "maxValue": 200,
133
+ "defaultValue": 200,
134
+ "unsigned": true
90
135
  },
91
136
  {
92
137
  "#": "6",
@@ -131,7 +176,7 @@
131
176
  },
132
177
  {
133
178
  "#": "7",
134
- "$if": "firmwareVersion < 1.20",
179
+ "$if": "firmwareVersion < 2.0",
135
180
  "label": "Low Temperature Alert Threshold",
136
181
  "valueSize": 1,
137
182
  "unit": "°F/C",
@@ -141,12 +186,12 @@
141
186
  },
142
187
  {
143
188
  "#": "7",
144
- "$if": "firmwareVersion >= 1.20",
189
+ "$if": "firmwareVersion >= 2.0",
145
190
  "label": "Low Temperature Alert Threshold",
146
191
  "valueSize": 1,
147
192
  "unit": "°F/C",
148
193
  "minValue": 0,
149
- "maxValue": 90,
194
+ "maxValue": 100,
150
195
  "defaultValue": 10
151
196
  },
152
197
  {
@@ -195,7 +240,13 @@
195
240
  "$import": "~/templates/master_template.json#base_0-100_nounit",
196
241
  "label": "High Humidity Alert Threshold",
197
242
  "unit": "%",
198
- "defaultValue": 0
243
+ "defaultValue": 0,
244
+ "options": [
245
+ {
246
+ "label": "Disable",
247
+ "value": 0
248
+ }
249
+ ]
199
250
  },
200
251
  {
201
252
  "#": "10",
@@ -243,7 +294,13 @@
243
294
  "$import": "~/templates/master_template.json#base_0-100_nounit",
244
295
  "label": "Low Humidity Alert Threshold",
245
296
  "unit": "%",
246
- "defaultValue": 0
297
+ "defaultValue": 0,
298
+ "options": [
299
+ {
300
+ "label": "Disable",
301
+ "value": 0
302
+ }
303
+ ]
247
304
  },
248
305
  {
249
306
  "#": "12",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manufacturer": "New One",
3
3
  "manufacturerId": "0x0312",
4
- "label": "N4002",
4
+ "label": "N4002 / N4012",
5
5
  "description": "Mini SmartPlug Dimmer",
6
6
  "devices": [
7
7
  {
@@ -15,37 +15,48 @@
15
15
  "max": "255.255"
16
16
  },
17
17
  "paramInformation": [
18
- {
19
- "#": "1",
20
- "$import": "~/templates/master_template.json#orientation_momentary"
21
- },
22
18
  {
23
19
  "#": "2",
24
20
  "$import": "~/templates/master_template.json#led_indicator_four_options"
25
21
  },
26
22
  {
27
- "#": "3",
23
+ "#": "4",
28
24
  "$import": "templates/minoston_template.json#auto_off_timer"
29
25
  },
30
26
  {
31
- "#": "5",
27
+ "#": "6",
32
28
  "$import": "templates/minoston_template.json#auto_on_timer"
33
29
  },
30
+ {
31
+ "#": "7",
32
+ "$import": "templates/minoston_template.json#night_light_set"
33
+ },
34
34
  {
35
35
  "#": "8",
36
36
  "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
37
37
  },
38
38
  {
39
39
  "#": "9",
40
- "$import": "~/templates/master_template.json#dim_rate"
40
+ "label": "Ramp Rate (On/Off Control)",
41
+ "valueSize": 1,
42
+ "unit": "seconds",
43
+ "minValue": 0,
44
+ "maxValue": 10,
45
+ "defaultValue": 2
41
46
  },
42
47
  {
43
48
  "#": "10",
44
- "$import": "~/templates/master_template.json#minimum_dim_level_0-99"
49
+ "label": "Ramp Rate (Dimmer/Z-Wave Control)",
50
+ "valueSize": 1,
51
+ "unit": "seconds",
52
+ "minValue": 0,
53
+ "maxValue": 10,
54
+ "defaultValue": 4
45
55
  },
46
56
  {
47
57
  "#": "11",
48
- "$import": "~/templates/master_template.json#maximum_dim_level_0-99",
58
+ "$import": "~/templates/master_template.json#minimum_dim_level_0-99",
59
+ "defaultValue": 10,
49
60
  "options": [
50
61
  {
51
62
  "label": "Disable",
@@ -55,53 +66,19 @@
55
66
  },
56
67
  {
57
68
  "#": "12",
58
- "$import": "templates/minoston_template.json#double_tap_function"
59
- },
60
- {
61
- "#": "15",
62
- "$import": "~/templates/master_template.json#smart_switch_mode_0-2"
63
- },
64
- {
65
- "#": "21",
66
- "$import": "templates/minoston_template.json#report_state_when_local_control_disabled"
67
- },
68
- {
69
- "#": "16",
70
- "$import": "~/templates/master_template.json#dimming_speed_1-99_seconds"
71
- },
72
- {
73
- "#": "18",
74
- "$import": "~/templates/master_template.json#default_dim_level_0-99"
75
- },
76
- {
77
- "#": "19",
78
- "$import": "templates/minoston_template.json#external_switch_type_four_options"
79
- },
80
- {
81
- "#": "20",
82
- "$import": "templates/minoston_template.json#association_reports_basic_multilevel"
83
- },
84
- {
85
- "#": "22",
86
- "$import": "templates/minoston_template.json#night_mode_brightness"
87
- },
88
- {
89
- "#": "23",
90
- "$import": "templates/minoston_template.json#led_indicator_color"
91
- },
92
- {
93
- "#": "24",
94
- "$import": "templates/minoston_template.json#led_indicator_brightness"
95
- },
96
- {
97
- "#": "25",
98
- "$import": "templates/minoston_template.json#single_tap_function"
69
+ "$import": "~/templates/master_template.json#maximum_dim_level_0-99",
70
+ "options": [
71
+ {
72
+ "label": "Disable",
73
+ "value": 0
74
+ }
75
+ ]
99
76
  }
100
77
  ],
101
78
  "metadata": {
102
79
  "inclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the button three times in one second",
103
80
  "exclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the button three times in one second",
104
81
  "reset": "Press click Z-Wave™ button 3 times quickly, and hold for at least 10 seconds at the third time to restore the device to the factory\n(Node:Please use this procedure only when the network primary controller is missing or otherwise inoperable.)",
105
- "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4294/N4002-manual-20210825.pdf"
82
+ "manual": "https://newonesmarthome.com/pages/download"
106
83
  }
107
84
  }
@@ -369,7 +369,9 @@
369
369
  "compat": {
370
370
  // This device gets its timezone information from a different source
371
371
  // and correctly expects the time to be set as UTC
372
- "useUTCInTimeParametersCC": true
372
+ "useUTCInTimeParametersCC": true,
373
+ // Z-Wave JS considers the device's endpoints unnecessary, although both are needed
374
+ "preserveEndpoints": "*"
373
375
  },
374
376
  "metadata": {
375
377
  "inclusion": "Adding to a Z-Wave Network (Inclusion)\nMethod 1: Select “Add”, then short press button , the device will send out inclusion request, “Status” will show “Inclusion...”. If there is no response from a gateway within 30 seconds, or inclusion failed, “Status” will show “Fail”. If included successfully, “Status” will show “Inclusion OK” and device ID.\nMethod 2: Operate the gateway into inclusion mode, make sure the device is already removed from previous network, reset power of the device, the device will be included to the gateway automatically",
@@ -369,7 +369,9 @@
369
369
  "compat": {
370
370
  // This device gets its timezone information from a different source
371
371
  // and correctly expects the time to be set as UTC
372
- "useUTCInTimeParametersCC": true
372
+ "useUTCInTimeParametersCC": true,
373
+ // Z-Wave JS considers the device's endpoints unnecessary, although both are needed
374
+ "preserveEndpoints": "*"
373
375
  },
374
376
  "metadata": {
375
377
  "inclusion": "Adding to a Z-Wave Network (Inclusion)\nMethod 1: Select “Add”, then short press button , the device will send out inclusion request, “Status” will show “Inclusion...”. If there is no response from a gateway within 30 seconds, or inclusion failed, “Status” will show “Fail”. If included successfully, “Status” will show “Inclusion OK” and device ID.\nMethod 2: Operate the gateway into inclusion mode, make sure the device is already removed from previous network, reset power of the device, the device will be included to the gateway automatically",
@@ -0,0 +1,40 @@
1
+ {
2
+ "manufacturer": "Lockly",
3
+ "manufacturerId": "0x043d",
4
+ "label": "PGD728F ZPU",
5
+ "description": "Smart Lock - Secure Plus",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0003",
9
+ "productId": "0x0001",
10
+ "zwaveAllianceId": [
11
+ 4689,
12
+ 4712
13
+ ]
14
+ }
15
+ ],
16
+ "firmwareVersion": {
17
+ "min": "0.0",
18
+ "max": "255.255"
19
+ },
20
+ "associations": {
21
+ "1": {
22
+ "label": "Lifeline",
23
+ "maxNodes": 5,
24
+ "isLifeline": true
25
+ }
26
+ },
27
+ "paramInformation": [
28
+ {
29
+ "#": "1",
30
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
31
+ "label": "Fingerprint Module",
32
+ "defaultValue": 0
33
+ }
34
+ ],
35
+ "metadata": {
36
+ "inclusion": "1. Bring the DoorLock within direct range of your controller.\n2. Carefully remove the battery compartment cover. \n3. Put your Z-Wave controller into inclusion mode. \n4. Simply press the Program button to enter programming mode.\n5. Select “2HB” to enter hub action menu.\n6. Select “AD” and wait doorlock to finish the inclusion",
37
+ "exclusion": "1. Make sure the DoorLock is powered on and located within direct\n range of your Z-Wave gateway controller .\n2. Put your Z-Wave controller into exclusion mode .\n3. Simply press the Program button to enter programming mode.\n4. Select “2HB” to enter hub action menu.\n5. Select “DE” and wait doorlock to finish the exclusion",
38
+ "reset": "When your network’s primary controller is missing or otherwise \ninoperable, you may need to reset the device to factory settings \nmanually. Tocomplete \nthe process, make sure your doorlock has not been synced tothe \nsmart phone, then press and hold the reset button at least 3 sec to \nreset the doorlock and Z-Wave module. Also, you can restore the \nlock to factory default settings while the lock is synching with the \nsmartphone.\nWhen executing factory reset, Z-Wave module will issue the following \ninstructions to smart home controller.\nGroup:\"LIFELINE\" group\nInstruction: DEVICE_RESET_LOCALLY_NOTIFICATION"
39
+ }
40
+ }
@@ -0,0 +1,60 @@
1
+ {
2
+ "manufacturer": "Shelly Europe Ltd.",
3
+ "manufacturerId": "0x0460",
4
+ "label": "QNDW-002C",
5
+ "description": "Shelly Wave Door/Window",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0100",
9
+ "productId": "0x0081"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "155",
19
+ "$import": "~/templates/master_template.json#base_enable_disable",
20
+ "label": "Illumination Mesurement"
21
+ },
22
+ {
23
+ "#": "156",
24
+ "$import": "~/templates/master_template.json#base_enable_disable",
25
+ "label": "Tilting Measurement"
26
+ },
27
+ {
28
+ "#": "157",
29
+ "$import": "~/templates/master_template.json#base_enable_disable",
30
+ "label": "LED Detection Indication"
31
+ },
32
+ {
33
+ "#": "117",
34
+ "$import": "templates/wave_template.json#remote_reboot",
35
+ "label": "Remote Reboot"
36
+ },
37
+ {
38
+ "#": "120",
39
+ "$import": "templates/wave_template.json#factory_reset"
40
+ },
41
+ {
42
+ "#": "201",
43
+ "$import": "templates/wave_template.json#serial_number",
44
+ "label": "Serial Number: Part 1"
45
+ },
46
+ {
47
+ "#": "202",
48
+ "$import": "templates/wave_template.json#serial_number",
49
+ "label": "Serial Number: Part 2"
50
+ },
51
+ {
52
+ "#": "203",
53
+ "$import": "templates/wave_template.json#serial_number",
54
+ "label": "Serial Number: Part 3"
55
+ }
56
+ ],
57
+ "metadata": {
58
+ "$import": "templates/wave_template.json#default_metadata"
59
+ }
60
+ }
@@ -0,0 +1,85 @@
1
+ {
2
+ "manufacturer": "Shelly Europe Ltd.",
3
+ "manufacturerId": "0x0460",
4
+ "label": "QNPL-0A112",
5
+ "description": "Shelly Wave Plug S",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0002",
9
+ "productId": "0x0087"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "17",
19
+ "$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
20
+ "label": "O1: State After Power Failure"
21
+ },
22
+ {
23
+ "#": "19",
24
+ "$import": "templates/wave_template.json#auto_off_timer",
25
+ "label": "O1: Auto-Off Timer"
26
+ },
27
+ {
28
+ "#": "20",
29
+ "$import": "templates/wave_template.json#auto_on_timer",
30
+ "label": "O1: Auto-On Timer"
31
+ },
32
+ {
33
+ "#": "23",
34
+ "$import": "templates/wave_template.json#out_relay_type",
35
+ "label": "O1: Relay Type"
36
+ },
37
+ {
38
+ "#": "25",
39
+ "$import": "templates/wave_template.json#timer_unit",
40
+ "label": "O1: Auto-On/Off Timer Unit"
41
+ },
42
+ {
43
+ "#": "36",
44
+ "$import": "templates/wave_template.json#power_change_report_treshold",
45
+ "label": "O1: Power Change Report Threshold"
46
+ },
47
+ {
48
+ "#": "39",
49
+ "$import": "templates/wave_template.json#min_time_between_reports",
50
+ "label": "O1: Minimum Time Between Power Reports"
51
+ },
52
+ {
53
+ "#": "105",
54
+ "$import": "templates/wave_template.json#led_intensity",
55
+ "label": "Signal LED Intensity"
56
+ },
57
+ {
58
+ "#": "107",
59
+ "$import": "templates/wave_template.json#out_relay_type",
60
+ "label": "O4: Relay Type"
61
+ },
62
+ {
63
+ "#": "120",
64
+ "$import": "templates/wave_template.json#factory_reset"
65
+ },
66
+ {
67
+ "#": "201",
68
+ "$import": "templates/wave_template.json#serial_number",
69
+ "label": "Serial Number: Part 1"
70
+ },
71
+ {
72
+ "#": "202",
73
+ "$import": "templates/wave_template.json#serial_number",
74
+ "label": "Serial Number: Part 2"
75
+ },
76
+ {
77
+ "#": "203",
78
+ "$import": "templates/wave_template.json#serial_number",
79
+ "label": "Serial Number: Part 3"
80
+ }
81
+ ],
82
+ "metadata": {
83
+ "$import": "templates/wave_template.json#default_metadata"
84
+ }
85
+ }
@@ -0,0 +1,129 @@
1
+ {
2
+ "manufacturer": "Shelly Europe Ltd.",
3
+ "manufacturerId": "0x0460",
4
+ "label": "QPDM-0A1P01",
5
+ "description": "Shelly Wave PRO Dimmer 1PM",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0001",
9
+ "productId": "0x0081"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "templates/wave_template.json#switch_type",
20
+ "label": "SW1 Switch Type",
21
+ "defaultValue": 0
22
+ },
23
+ {
24
+ "#": "2",
25
+ "$import": "templates/wave_template.json#switch_type",
26
+ "label": "SW2 Switch Type",
27
+ "defaultValue": 0
28
+ },
29
+ {
30
+ "#": "131",
31
+ "$import": "~/templates/master_template.json#base_enable_disable",
32
+ "label": "Dual Button Mode SW1 & SW2"
33
+ },
34
+ {
35
+ "#": "7",
36
+ "$import": "~/templates/master_template.json#base_enable_disable",
37
+ "label": "Detach O1 Output"
38
+ },
39
+ {
40
+ "#": "8",
41
+ "$import": "~/templates/master_template.json#base_enable_disable",
42
+ "label": "Detach O2 Output"
43
+ },
44
+ {
45
+ "#": "17",
46
+ "$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
47
+ "label": "O1: State After Power Failure"
48
+ },
49
+ {
50
+ "#": "19",
51
+ "$import": "templates/wave_template.json#auto_off_timer",
52
+ "label": "O1: Auto-Off Timer"
53
+ },
54
+ {
55
+ "#": "20",
56
+ "$import": "templates/wave_template.json#auto_on_timer",
57
+ "label": "O1: Auto-On Timer"
58
+ },
59
+ {
60
+ "#": "25",
61
+ "$import": "templates/wave_template.json#timer_unit",
62
+ "label": "O1: Auto-On/Off Timer Unit"
63
+ },
64
+ {
65
+ "#": "36",
66
+ "$import": "templates/wave_template.json#power_change_report_treshold",
67
+ "label": "O1: Power Change Report Threshold"
68
+ },
69
+ {
70
+ "#": "39",
71
+ "$import": "templates/wave_template.json#min_time_between_reports",
72
+ "label": "O1: Minimum Time Between Power Reports"
73
+ },
74
+ {
75
+ "#": "78",
76
+ "$import": "templates/wave_template.json#force_calibration",
77
+ "label": "Calibrate Device"
78
+ },
79
+ {
80
+ "#": "121",
81
+ "$import": "templates/wave_template.json#max_dimming_value",
82
+ "label": "O1: Maximum Dim Level"
83
+ },
84
+ {
85
+ "#": "123",
86
+ "$import": "templates/wave_template.json#min_dimming_value",
87
+ "label": "O1: Minimum Dim Level"
88
+ },
89
+ {
90
+ "#": "125",
91
+ "$import": "templates/wave_template.json#dimming_time",
92
+ "label": "O1: Dimming Time (Short Press)"
93
+ },
94
+ {
95
+ "#": "127",
96
+ "$import": "templates/wave_template.json#fade_rate",
97
+ "label": "O1: Fade Rate (Long Press)"
98
+ },
99
+ {
100
+ "#": "129",
101
+ "$import": "~/templates/master_template.json#base_1-99_nounit",
102
+ "label": "O1: Minimum Turn-On Brightness",
103
+ "defaultValue": 15
104
+ },
105
+ {
106
+ "#": "117",
107
+ "$import": "templates/wave_template.json#remote_reboot",
108
+ "label": "Remote Reboot"
109
+ },
110
+ {
111
+ "#": "201",
112
+ "$import": "templates/wave_template.json#serial_number",
113
+ "label": "Serial Number: Part 1"
114
+ },
115
+ {
116
+ "#": "202",
117
+ "$import": "templates/wave_template.json#serial_number",
118
+ "label": "Serial Number: Part 2"
119
+ },
120
+ {
121
+ "#": "203",
122
+ "$import": "templates/wave_template.json#serial_number",
123
+ "label": "Serial Number: Part 3"
124
+ }
125
+ ],
126
+ "metadata": {
127
+ "$import": "templates/wave_template.json#default_metadata"
128
+ }
129
+ }