@zwave-js/config 10.14.0 → 10.16.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/0x000c/hs-fls100.json +11 -0
- package/config/devices/0x0086/templates/aeotec_template.json +120 -0
- package/config/devices/0x0086/zw095.json +102 -0
- package/config/devices/0x0090/ged1455.json +49 -0
- package/config/devices/0x0109/zd2301eu-5.json +57 -0
- package/config/devices/0x0131/vs-zd2301.json +14 -12
- package/config/devices/0x0147/razberry7.json +16 -0
- package/config/devices/0x0147/{zme_razberry7_pro.json → razberry7_pro.json} +1 -1
- package/config/devices/0x0159/zmnhad.json +7 -1
- package/config/devices/0x0258/nas-pd02z-2.json +268 -0
- package/config/devices/0x027a/zse29.json +2 -1
- package/config/devices/0x031e/templates/inovelli_templates.json +394 -0
- package/config/devices/0x031e/vzw31-sn.json +705 -0
- package/config/devices/0x0345/templates/swidget_template.json +1333 -0
- package/config/devices/0x0345/zw000uwa.json +302 -0
- package/config/devices/0x0345/zw001uwa.json +302 -0
- package/config/devices/0x0345/zw006uwa.json +582 -0
- package/config/devices/0x0345/zw008uwa.json +754 -0
- package/config/devices/0x0371/zwa011.json +1 -1
- package/config/notifications.json +17 -3
- package/package.json +7 -15
|
@@ -0,0 +1,705 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Inovelli",
|
|
3
|
+
"manufacturerId": "0x031e",
|
|
4
|
+
"label": "VZW31-SN",
|
|
5
|
+
"description": "2-1 Dimmer",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0015",
|
|
9
|
+
"productId": "0x0001",
|
|
10
|
+
"zwaveAllianceId": 4764
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.3",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"paramInformation": [
|
|
18
|
+
{
|
|
19
|
+
"#": "1",
|
|
20
|
+
"$if": "firmwareVersion < 0.4",
|
|
21
|
+
"label": "Dimming Speed - Up (Remote)",
|
|
22
|
+
"description": "5-100 = 100 ms (500 ms - 10 seconds); 101-160 = seconds (minus 100); 161-254 = minutes (minus 160)",
|
|
23
|
+
"valueSize": 1,
|
|
24
|
+
"minValue": 0,
|
|
25
|
+
"maxValue": 254,
|
|
26
|
+
"defaultValue": 30,
|
|
27
|
+
"unsigned": true,
|
|
28
|
+
"options": [
|
|
29
|
+
{
|
|
30
|
+
"label": "Immediate",
|
|
31
|
+
"value": 0
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"label": "500 ms",
|
|
35
|
+
"value": 5
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"label": "1 second",
|
|
39
|
+
"value": 10
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"label": "2 seconds",
|
|
43
|
+
"value": 20
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"label": "2.5 seconds",
|
|
47
|
+
"value": 25
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"label": "3 seconds",
|
|
51
|
+
"value": 30
|
|
52
|
+
}
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"#": "1",
|
|
57
|
+
"label": "Dimming Speed - Up (Remote)",
|
|
58
|
+
"description": "5-100 = 100 ms (500 ms - 10 seconds); 101-160 = seconds (minus 100); 161-254 = minutes (minus 160)",
|
|
59
|
+
"valueSize": 1,
|
|
60
|
+
"minValue": 0,
|
|
61
|
+
"maxValue": 254,
|
|
62
|
+
"defaultValue": 25,
|
|
63
|
+
"unsigned": true,
|
|
64
|
+
"options": [
|
|
65
|
+
{
|
|
66
|
+
"label": "Immediate",
|
|
67
|
+
"value": 0
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"label": "500 ms",
|
|
71
|
+
"value": 5
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"label": "1 second",
|
|
75
|
+
"value": 10
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"label": "2 seconds",
|
|
79
|
+
"value": 20
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"label": "2.5 seconds",
|
|
83
|
+
"value": 25
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"label": "3 seconds",
|
|
87
|
+
"value": 30
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"#": "2",
|
|
93
|
+
"$import": "templates/inovelli_templates.json#dimming_speed_0_255_sync_1",
|
|
94
|
+
"label": "Dimming Speed - Up (Local)"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"#": "3",
|
|
98
|
+
"$import": "templates/inovelli_templates.json#dimming_speed_0_255_sync_1",
|
|
99
|
+
"label": "Ramp Rate - Off to On (Remote)"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"#": "4",
|
|
103
|
+
"$import": "templates/inovelli_templates.json#dimming_speed_0_255_sync_3",
|
|
104
|
+
"label": "Ramp Rate - Off to On (Local)"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"#": "5",
|
|
108
|
+
"$import": "templates/inovelli_templates.json#dimming_speed_0_255_sync_1",
|
|
109
|
+
"label": "Dimming Speed - Down (Remote)"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"#": "6",
|
|
113
|
+
"$import": "templates/inovelli_templates.json#dimming_speed_0_255_sync_2",
|
|
114
|
+
"label": "Dimming Speed - Down (Local)"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"#": "7",
|
|
118
|
+
"$import": "templates/inovelli_templates.json#dimming_speed_0_255_sync_3",
|
|
119
|
+
"label": "Ramp Rate - On to Off (Remote)"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"#": "8",
|
|
123
|
+
"$import": "templates/inovelli_templates.json#dimming_speed_0_255_sync_4",
|
|
124
|
+
"label": "Ramp Rate - On to Off (Local)"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"#": "9",
|
|
128
|
+
"label": "Minimum Level",
|
|
129
|
+
"valueSize": 1,
|
|
130
|
+
"minValue": 1,
|
|
131
|
+
"maxValue": 54,
|
|
132
|
+
"defaultValue": 1,
|
|
133
|
+
"unsigned": true
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"#": "10",
|
|
137
|
+
"label": "Maximum Level",
|
|
138
|
+
"valueSize": 1,
|
|
139
|
+
"minValue": 55,
|
|
140
|
+
"maxValue": 99,
|
|
141
|
+
"defaultValue": 99,
|
|
142
|
+
"unsigned": true
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"#": "11",
|
|
146
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
147
|
+
"label": "Invert Switch"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"#": "12",
|
|
151
|
+
"label": "Auto Off Timer",
|
|
152
|
+
"unit": "seconds",
|
|
153
|
+
"valueSize": 2,
|
|
154
|
+
"minValue": 0,
|
|
155
|
+
"maxValue": 32767,
|
|
156
|
+
"defaultValue": 0,
|
|
157
|
+
"unsigned": true,
|
|
158
|
+
"options": [
|
|
159
|
+
{
|
|
160
|
+
"label": "Disabled",
|
|
161
|
+
"value": 0
|
|
162
|
+
}
|
|
163
|
+
]
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
"#": "13",
|
|
167
|
+
"$import": "templates/inovelli_templates.json#level_1-99_0_previous",
|
|
168
|
+
"label": "Default Level (Local)"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"#": "14",
|
|
172
|
+
"$import": "templates/inovelli_templates.json#level_1-99_0_previous",
|
|
173
|
+
"label": "Default Level (Remote)"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"#": "15",
|
|
177
|
+
"$import": "templates/inovelli_templates.json#level_0-99_100_previous",
|
|
178
|
+
"label": "State After Power Restored",
|
|
179
|
+
"defaultValue": 100
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"#": "17",
|
|
183
|
+
"label": "Load Level Indicator Timeout",
|
|
184
|
+
"valueSize": 1,
|
|
185
|
+
"minValue": 0,
|
|
186
|
+
"unit": "seconds",
|
|
187
|
+
"maxValue": 11,
|
|
188
|
+
"defaultValue": 11,
|
|
189
|
+
"options": [
|
|
190
|
+
{
|
|
191
|
+
"label": "Always off",
|
|
192
|
+
"value": 0
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"label": "Always on",
|
|
196
|
+
"value": 11
|
|
197
|
+
}
|
|
198
|
+
]
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"#": "18",
|
|
202
|
+
"label": "Power Change Report Threshold",
|
|
203
|
+
"valueSize": 1,
|
|
204
|
+
"unit": "%",
|
|
205
|
+
"minValue": 0,
|
|
206
|
+
"maxValue": 100,
|
|
207
|
+
"defaultValue": 10,
|
|
208
|
+
"options": [
|
|
209
|
+
{
|
|
210
|
+
"label": "Disabled",
|
|
211
|
+
"value": 0
|
|
212
|
+
}
|
|
213
|
+
]
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"#": "19",
|
|
217
|
+
"label": "Power & Energy Report Interval",
|
|
218
|
+
"description": "Allowable range: 30-32767",
|
|
219
|
+
"valueSize": 2,
|
|
220
|
+
"unit": "seconds",
|
|
221
|
+
"minValue": 0,
|
|
222
|
+
"maxValue": 32767,
|
|
223
|
+
"defaultValue": 3600,
|
|
224
|
+
"unsigned": true,
|
|
225
|
+
"options": [
|
|
226
|
+
{
|
|
227
|
+
"label": "Disabled",
|
|
228
|
+
"value": 0
|
|
229
|
+
}
|
|
230
|
+
]
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"#": "20",
|
|
234
|
+
"label": "Energy Change Report Threshold",
|
|
235
|
+
"valueSize": 2,
|
|
236
|
+
"unit": "0.01 kWh",
|
|
237
|
+
"minValue": 0,
|
|
238
|
+
"maxValue": 32767,
|
|
239
|
+
"unsigned": true,
|
|
240
|
+
"defaultValue": 10,
|
|
241
|
+
"options": [
|
|
242
|
+
{
|
|
243
|
+
"label": "Disabled",
|
|
244
|
+
"value": 0
|
|
245
|
+
}
|
|
246
|
+
]
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"#": "21",
|
|
250
|
+
"label": "Power Type",
|
|
251
|
+
"valueSize": 1,
|
|
252
|
+
"minValue": 0,
|
|
253
|
+
"maxValue": 1,
|
|
254
|
+
"defaultValue": 1,
|
|
255
|
+
"unsigned": true,
|
|
256
|
+
"allowManualEntry": false,
|
|
257
|
+
"options": [
|
|
258
|
+
{
|
|
259
|
+
"label": "Non-neutral",
|
|
260
|
+
"value": 0
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"label": "Neutral",
|
|
264
|
+
"value": 1
|
|
265
|
+
}
|
|
266
|
+
]
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"#": "22",
|
|
270
|
+
"label": "Switch Type",
|
|
271
|
+
"valueSize": 1,
|
|
272
|
+
"minValue": 0,
|
|
273
|
+
"maxValue": 3,
|
|
274
|
+
"defaultValue": 0,
|
|
275
|
+
"unsigned": true,
|
|
276
|
+
"allowManualEntry": false,
|
|
277
|
+
"options": [
|
|
278
|
+
{
|
|
279
|
+
"label": "Single pole",
|
|
280
|
+
"value": 0
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"label": "Multi-way with dumb/toggle switch",
|
|
284
|
+
"value": 1
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"label": "Multi-way with aux switch",
|
|
288
|
+
"value": 2
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"label": "Single pole full sine wave (on/off mode only)",
|
|
292
|
+
"value": 3
|
|
293
|
+
}
|
|
294
|
+
]
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"#": "25",
|
|
298
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
299
|
+
"label": "Increase Output Power (Non-Neutral)",
|
|
300
|
+
"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.)"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"#": "50",
|
|
304
|
+
"label": "Button Delay Time",
|
|
305
|
+
"valueSize": 1,
|
|
306
|
+
"defaultValue": 5,
|
|
307
|
+
"allowManualEntry": false,
|
|
308
|
+
"options": [
|
|
309
|
+
{
|
|
310
|
+
"label": "No delay (config button still has 500 ms delay)",
|
|
311
|
+
"value": 0
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"label": "300 ms",
|
|
315
|
+
"value": 3
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"label": "400 ms",
|
|
319
|
+
"value": 4
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"label": "500 ms",
|
|
323
|
+
"value": 5
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"label": "600 ms",
|
|
327
|
+
"value": 6
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"label": "700 ms",
|
|
331
|
+
"value": 7
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"label": "800 ms",
|
|
335
|
+
"value": 8
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"label": "900 ms",
|
|
339
|
+
"value": 9
|
|
340
|
+
}
|
|
341
|
+
]
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"#": "52",
|
|
345
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
346
|
+
"label": "Smart Bulb Mode"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
"#": "53",
|
|
350
|
+
"$if": "firmwareVersion < 0.11",
|
|
351
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
352
|
+
"label": "Double Up to Max Level"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"#": "54",
|
|
356
|
+
"$if": "firmwareVersion < 0.11",
|
|
357
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
358
|
+
"label": "Double Down to Min Level"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"#": "53",
|
|
362
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
363
|
+
"label": "Double Up to Param 55 Level"
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"#": "54",
|
|
367
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
368
|
+
"label": "Double Down to Param 56 Level"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"#": "55",
|
|
372
|
+
"$if": "firmwareVersion >= 0.11",
|
|
373
|
+
"$import": "~/templates/master_template.json#base_1-99_nounit",
|
|
374
|
+
"label": "Double Up Level",
|
|
375
|
+
"defaultValue": 99
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"#": "56",
|
|
379
|
+
"$if": "firmwareVersion >= 0.11",
|
|
380
|
+
"$import": "~/templates/master_template.json#base_0-99_nounit",
|
|
381
|
+
"label": "Double Down Level"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"#": "58",
|
|
385
|
+
"$if": "firmwareVersion >= 0.11",
|
|
386
|
+
"label": "Exclusion Behavior",
|
|
387
|
+
"valueSize": 1,
|
|
388
|
+
"minValue": 0,
|
|
389
|
+
"maxValue": 2,
|
|
390
|
+
"defaultValue": 1,
|
|
391
|
+
"unsigned": true,
|
|
392
|
+
"allowManualEntry": false,
|
|
393
|
+
"options": [
|
|
394
|
+
{
|
|
395
|
+
"label": "Light does not pulse",
|
|
396
|
+
"value": 0
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"label": "Light pulses blue",
|
|
400
|
+
"value": 1
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"label": "Exclusion disabled (must factory reset to exclude, or change this parameter)",
|
|
404
|
+
"value": 2
|
|
405
|
+
}
|
|
406
|
+
]
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"#": "59[0x01]",
|
|
410
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
411
|
+
"label": "Send Local Commands To Associated Devices",
|
|
412
|
+
"defaultValue": 1
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"#": "59[0x02]",
|
|
416
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
417
|
+
"label": "Forward Z-Wave Commands to Associated Devices"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"#": "64[0xff]",
|
|
421
|
+
"$import": "templates/inovelli_templates.json#led_effect_duration",
|
|
422
|
+
"label": "LED1 Strip Effect - Duration"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"#": "64[0xff00]",
|
|
426
|
+
"$import": "templates/inovelli_templates.json#led_effect_level",
|
|
427
|
+
"label": "LED1 Strip Effect - Level"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"#": "64[0xff0000]",
|
|
431
|
+
"$import": "templates/inovelli_templates.json#led_effect_color",
|
|
432
|
+
"label": "LED1 Strip Effect - Color"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"#": "64[0xff000000]",
|
|
436
|
+
"$import": "templates/inovelli_templates.json#led_effect_effect",
|
|
437
|
+
"label": "LED1 Strip Effect - Effect"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"#": "69[0xff]",
|
|
441
|
+
"$import": "templates/inovelli_templates.json#led_effect_duration",
|
|
442
|
+
"label": "LED2 Strip Effect - Duration"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"#": "69[0xff00]",
|
|
446
|
+
"$import": "templates/inovelli_templates.json#led_effect_level",
|
|
447
|
+
"label": "LED2 Strip Effect - Level"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"#": "69[0xff0000]",
|
|
451
|
+
"$import": "templates/inovelli_templates.json#led_effect_color",
|
|
452
|
+
"label": "LED2 Strip Effect - Color"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"#": "69[0xff000000]",
|
|
456
|
+
"$import": "templates/inovelli_templates.json#led_effect_effect",
|
|
457
|
+
"label": "LED2 Strip Effect - Effect"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"#": "74[0xff]",
|
|
461
|
+
"$import": "templates/inovelli_templates.json#led_effect_duration",
|
|
462
|
+
"label": "LED3 Strip Effect - Duration"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"#": "74[0xff00]",
|
|
466
|
+
"$import": "templates/inovelli_templates.json#led_effect_level",
|
|
467
|
+
"label": "LED3 Strip Effect - Level"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"#": "74[0xff0000]",
|
|
471
|
+
"$import": "templates/inovelli_templates.json#led_effect_color",
|
|
472
|
+
"label": "LED3 Strip Effect - Color"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"#": "74[0xff000000]",
|
|
476
|
+
"$import": "templates/inovelli_templates.json#led_effect_effect",
|
|
477
|
+
"label": "LED3 Strip Effect - Effect"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
"#": "79[0xff]",
|
|
481
|
+
"$import": "templates/inovelli_templates.json#led_effect_duration",
|
|
482
|
+
"label": "LED4 Strip Effect - Duration"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"#": "79[0xff00]",
|
|
486
|
+
"$import": "templates/inovelli_templates.json#led_effect_level",
|
|
487
|
+
"label": "LED4 Strip Effect - Level"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"#": "79[0xff0000]",
|
|
491
|
+
"$import": "templates/inovelli_templates.json#led_effect_color",
|
|
492
|
+
"label": "LED4 Strip Effect - Color"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"#": "79[0xff000000]",
|
|
496
|
+
"$import": "templates/inovelli_templates.json#led_effect_effect",
|
|
497
|
+
"label": "LED4 Strip Effect - Effect"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
"#": "84[0xff]",
|
|
501
|
+
"$import": "templates/inovelli_templates.json#led_effect_duration",
|
|
502
|
+
"label": "LED5 Strip Effect - Duration"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"#": "84[0xff00]",
|
|
506
|
+
"$import": "templates/inovelli_templates.json#led_effect_level",
|
|
507
|
+
"label": "LED5 Strip Effect - Level"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"#": "84[0xff0000]",
|
|
511
|
+
"$import": "templates/inovelli_templates.json#led_effect_color",
|
|
512
|
+
"label": "LED5 Strip Effect - Color"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"#": "84[0xff000000]",
|
|
516
|
+
"$import": "templates/inovelli_templates.json#led_effect_effect",
|
|
517
|
+
"label": "LED5 Strip Effect - Effect"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
"#": "89[0xff]",
|
|
521
|
+
"$import": "templates/inovelli_templates.json#led_effect_duration",
|
|
522
|
+
"label": "LED6 Strip Effect - Duration"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"#": "89[0xff00]",
|
|
526
|
+
"$import": "templates/inovelli_templates.json#led_effect_level",
|
|
527
|
+
"label": "LED6 Strip Effect - Level"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"#": "89[0xff0000]",
|
|
531
|
+
"$import": "templates/inovelli_templates.json#led_effect_color",
|
|
532
|
+
"label": "LED6 Strip Effect - Color"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"#": "89[0xff000000]",
|
|
536
|
+
"$import": "templates/inovelli_templates.json#led_effect_effect",
|
|
537
|
+
"label": "LED6 Strip Effect - Effect"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"#": "94[0xff]",
|
|
541
|
+
"$import": "templates/inovelli_templates.json#led_effect_duration",
|
|
542
|
+
"label": "LED7 Strip Effect - Duration"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"#": "94[0xff00]",
|
|
546
|
+
"$import": "templates/inovelli_templates.json#led_effect_level",
|
|
547
|
+
"label": "LED7 Strip Effect - Level"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"#": "94[0xff0000]",
|
|
551
|
+
"$import": "templates/inovelli_templates.json#led_effect_color",
|
|
552
|
+
"label": "LED7 Strip Effect - Color"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"#": "94[0xff000000]",
|
|
556
|
+
"$import": "templates/inovelli_templates.json#led_effect_effect",
|
|
557
|
+
"label": "LED7 Strip Effect - Effect"
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"#": "95",
|
|
561
|
+
"$import": "templates/inovelli_templates.json#hue_color_wheel_white",
|
|
562
|
+
"label": "Default All LED Strip Color When On",
|
|
563
|
+
"valueSize": 1,
|
|
564
|
+
"defaultValue": 170
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"#": "96",
|
|
568
|
+
"$import": "templates/inovelli_templates.json#hue_color_wheel_white",
|
|
569
|
+
"label": "Default All LED Strip Color When Off",
|
|
570
|
+
"valueSize": 1,
|
|
571
|
+
"defaultValue": 170
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"#": "97",
|
|
575
|
+
"$import": "~/templates/master_template.json#base_0-100_nounit",
|
|
576
|
+
"label": "Default All LED Strip Brightness When On",
|
|
577
|
+
"defaultValue": 33
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"#": "98",
|
|
581
|
+
"$import": "~/templates/master_template.json#base_0-100_nounit",
|
|
582
|
+
"label": "Default All LED Strip Brightness When Off"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"#": "99[0xff]",
|
|
586
|
+
"$import": "templates/inovelli_templates.json#led_effect_duration",
|
|
587
|
+
"label": "All LED Strip Effect - Duration"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
"#": "99[0xff00]",
|
|
591
|
+
"$import": "templates/inovelli_templates.json#led_effect_level",
|
|
592
|
+
"label": "All LED Strip Effect - Level"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"#": "99[0xff0000]",
|
|
596
|
+
"$import": "templates/inovelli_templates.json#led_effect_color",
|
|
597
|
+
"label": "All LED Strip Effect - Color"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"#": "99[0xff000000]",
|
|
601
|
+
"$import": "templates/inovelli_templates.json#all_led_effect_effect",
|
|
602
|
+
"label": "All LED Strip Effect - Effect"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"#": "100",
|
|
606
|
+
"label": "LED Brightness Scaling",
|
|
607
|
+
"valueSize": 1,
|
|
608
|
+
"minValue": 0,
|
|
609
|
+
"maxValue": 1,
|
|
610
|
+
"defaultValue": 0,
|
|
611
|
+
"unsigned": true,
|
|
612
|
+
"allowManualEntry": false,
|
|
613
|
+
"options": [
|
|
614
|
+
{
|
|
615
|
+
"label": "Match VZM31 (Blue Series)",
|
|
616
|
+
"value": 0
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"label": "Match LZW31 (Red Series)",
|
|
620
|
+
"value": 1
|
|
621
|
+
}
|
|
622
|
+
]
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"#": "123",
|
|
626
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
627
|
+
"label": "Aux Switch Scenes",
|
|
628
|
+
"description": "Send different scene numbers when the Aux switch is clicked"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"#": "158",
|
|
632
|
+
"label": "Dimmer Mode",
|
|
633
|
+
"valueSize": 1,
|
|
634
|
+
"minValue": 0,
|
|
635
|
+
"maxValue": 1,
|
|
636
|
+
"defaultValue": 1,
|
|
637
|
+
"allowManualEntry": false,
|
|
638
|
+
"options": [
|
|
639
|
+
{
|
|
640
|
+
"label": "Dimmer mode",
|
|
641
|
+
"value": 0
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
"label": "On/off mode",
|
|
645
|
+
"value": 1
|
|
646
|
+
}
|
|
647
|
+
]
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"#": "159",
|
|
651
|
+
"label": "LED Bar in On/Off Mode",
|
|
652
|
+
"description": "When the device is in On/off mode, use full LED bar or just one LED",
|
|
653
|
+
"valueSize": 1,
|
|
654
|
+
"defaultValue": 0,
|
|
655
|
+
"allowManualEntry": false,
|
|
656
|
+
"options": [
|
|
657
|
+
{
|
|
658
|
+
"label": "Full LED bar",
|
|
659
|
+
"value": 0
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"label": "Just one LED",
|
|
663
|
+
"value": 1
|
|
664
|
+
}
|
|
665
|
+
]
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"#": "160",
|
|
669
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
670
|
+
"label": "Firmware Progress LED",
|
|
671
|
+
"defaultValue": 1
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"#": "161",
|
|
675
|
+
"label": "Relay Click in On/Off Mode",
|
|
676
|
+
"valueSize": 1,
|
|
677
|
+
"minValue": 0,
|
|
678
|
+
"maxValue": 1,
|
|
679
|
+
"defaultValue": 0,
|
|
680
|
+
"allowManualEntry": false,
|
|
681
|
+
"options": [
|
|
682
|
+
{
|
|
683
|
+
"label": "Soft off disabled (audible click)",
|
|
684
|
+
"value": 0
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"label": "Soft off enabled (no audible click)",
|
|
688
|
+
"value": 1
|
|
689
|
+
}
|
|
690
|
+
]
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"#": "162",
|
|
694
|
+
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
|
|
695
|
+
"label": "Double-tap Config to Clear Notification",
|
|
696
|
+
"defaultValue": 0
|
|
697
|
+
}
|
|
698
|
+
],
|
|
699
|
+
"metadata": {
|
|
700
|
+
"inclusion": "Triple-click config button",
|
|
701
|
+
"exclusion": "Triple-click config button",
|
|
702
|
+
"reset": "Simultaniously 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.",
|
|
703
|
+
"manual": "https://community.inovelli.com/t/resources-red-series-smart-2-1-switch-on-off-dimmer-manual/13706"
|
|
704
|
+
}
|
|
705
|
+
}
|