@zwave-js/config 8.11.3-20220128 → 8.11.3

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 (37) hide show
  1. package/LICENSE +21 -0
  2. package/config/devices/0x000c/hs-fls100.json +18 -1
  3. package/config/devices/0x000c/hs-wd200.json +4 -4
  4. package/config/devices/0x000c/hs-wx300.json +4 -4
  5. package/config/devices/0x0063/14287.json +25 -0
  6. package/config/devices/0x0086/dsd31.json +5 -0
  7. package/config/devices/0x0086/templates/aeotec_template.json +4 -2
  8. package/config/devices/0x0086/zw098.json +10 -0
  9. package/config/devices/0x0086/zw099.json +4 -2
  10. package/config/devices/0x0086/zw121.json +7 -0
  11. package/config/devices/0x0086/zw122.json +10 -5
  12. package/config/devices/0x0090/hc620.json +5 -0
  13. package/config/devices/0x0090/smartcode_888.json +1 -0
  14. package/config/devices/0x0098/ct101.json +5 -0
  15. package/config/devices/0x0098/ct110.json +12 -5
  16. package/config/devices/0x010f/fgk101.json +291 -208
  17. package/config/devices/0x010f/fgr223.json +29 -10
  18. package/config/devices/0x010f/fgrgbw-442.json +24 -12
  19. package/config/devices/0x010f/fgwdeu.json +327 -191
  20. package/config/devices/0x010f/fgwreu-111.json +296 -120
  21. package/config/devices/0x010f/templates/fibaro_template.json +37 -0
  22. package/config/devices/0x0148/spirit.json +7 -1
  23. package/config/devices/0x0159/zmnhtd.json +10 -3
  24. package/config/devices/0x016a/ft096.json +12 -6
  25. package/config/devices/0x016a/ft100.json +4 -0
  26. package/config/devices/0x016a/ft121.json +6 -1
  27. package/config/devices/0x0234/zhc5010.json +8 -4
  28. package/config/devices/0x024f/fwc01.json +1 -0
  29. package/config/devices/0x0258/nas-pd07u1.json +4 -0
  30. package/config/devices/0x0267/10002081-13x.json +190 -0
  31. package/config/devices/0x031e/lzw30-sn.json +3 -1
  32. package/config/devices/0x031e/lzw31-sn.json +81 -191
  33. package/config/devices/0x0346/alarm_keypad_gen1.json +3 -0
  34. package/config/devices/0x044c/myot.json +75 -0
  35. package/config/devices/templates/master_template.json +18 -0
  36. package/package.json +10 -9
  37. package/config/devices/index.json +0 -34023
@@ -16,191 +16,345 @@
16
16
  "paramInformation": [
17
17
  {
18
18
  "#": "11",
19
- "label": "LED frame colour when moving",
20
- "description": "This parameter defines the LED colour when the motor is running.",
19
+ "label": "LED Indicator: Color When Moving",
21
20
  "valueSize": 1,
22
21
  "minValue": 0,
23
22
  "maxValue": 7,
24
- "defaultValue": 1
23
+ "defaultValue": 1,
24
+ "allowManualEntry": false,
25
+ "options": [
26
+ {
27
+ "label": "Disable",
28
+ "value": 0
29
+ },
30
+ {
31
+ "label": "White",
32
+ "value": 1
33
+ },
34
+ {
35
+ "label": "Red",
36
+ "value": 2
37
+ },
38
+ {
39
+ "label": "Green",
40
+ "value": 3
41
+ },
42
+ {
43
+ "label": "Blue",
44
+ "value": 4
45
+ },
46
+ {
47
+ "label": "Yellow",
48
+ "value": 5
49
+ },
50
+ {
51
+ "label": "Cyan",
52
+ "value": 6
53
+ },
54
+ {
55
+ "label": "Magenta",
56
+ "value": 7
57
+ }
58
+ ]
25
59
  },
26
60
  {
27
61
  "#": "12",
28
- "label": "LED frame – colour when not moving",
29
- "description": "This parameter defines the LED colour when the device motor is not running.",
30
- "valueSize": 1,
31
- "minValue": 0,
32
- "maxValue": 7,
62
+ "$import": "#paramInformation/11",
63
+ "label": "LED Indicator: Standby Color",
33
64
  "defaultValue": 0
34
65
  },
35
66
  {
36
67
  "#": "13",
37
- "label": "LED frame – brightness",
38
- "description": "This parameter allows to adjust the LED frame brightness.",
39
- "valueSize": 1,
40
- "minValue": 0,
41
- "maxValue": 100,
42
- "defaultValue": 100
68
+ "$import": "~/templates/master_template.json#base_0-100_nounit",
69
+ "label": "LED Indicator: Brightness",
70
+ "defaultValue": 100,
71
+ "unit": "%"
43
72
  },
44
73
  {
45
74
  "#": "24",
46
- "label": "Buttons orientation",
47
- "description": "This parameter allows reversing the operation of the buttons.",
48
- "valueSize": 1,
49
- "minValue": 0,
50
- "maxValue": 1,
51
- "defaultValue": 0
75
+ "$import": "~/templates/master_template.json#orientation"
52
76
  },
53
77
  {
54
78
  "#": "25",
55
- "label": "Outputs orientation",
56
- "description": "reversing the operation of Q1 and Q2",
79
+ "label": "Output Orientation",
57
80
  "valueSize": 1,
58
81
  "minValue": 0,
59
82
  "maxValue": 1,
60
- "defaultValue": 0
83
+ "defaultValue": 0,
84
+ "allowManualEntry": false,
85
+ "options": [
86
+ {
87
+ "label": "Q1 up, Q2 down",
88
+ "value": 0
89
+ },
90
+ {
91
+ "label": "Q1 down, Q2 up",
92
+ "value": 1
93
+ }
94
+ ]
61
95
  },
62
96
  {
63
- "#": "30",
64
- "label": "Alarm configuration - 1st slot",
65
- "description": "Which alarm frames and how the device should react",
66
- "valueSize": 4,
67
- "minValue": 0,
68
- "maxValue": 255,
97
+ "#": "30[0xff000000]",
98
+ "$import": "templates/fibaro_template.json#alarm_configuration_notification_type",
99
+ "label": "Alarm Configuration: 1st Slot: Notification Type",
69
100
  "defaultValue": 0
70
101
  },
71
102
  {
72
- "#": "31",
73
- "label": "Alarm configuration - 2nd slot",
74
- "description": "which alarm frames and how the device should react",
75
- "valueSize": 4,
76
- "minValue": 0,
77
- "maxValue": 255,
103
+ "#": "30[0xff0000]",
104
+ "$import": "templates/fibaro_template.json#alarm_configuration_notification_event",
105
+ "label": "Alarm Configuration: 1st Slot: Notification Event",
78
106
  "defaultValue": 0
79
107
  },
80
108
  {
81
- "#": "32",
82
- "label": "Alarm configuration - 3rd slot",
83
- "description": "which alarm frames and how the device should react",
109
+ "#": "30[0x03]",
110
+ "label": "Alarm Configuration: 1st Slot: Blinds Action",
84
111
  "valueSize": 4,
85
112
  "minValue": 0,
86
- "maxValue": 255,
113
+ "maxValue": 2,
87
114
  "defaultValue": 0,
88
- "readOnly": true
115
+ "unsigned": true,
116
+ "allowManualEntry": false,
117
+ "options": [
118
+ {
119
+ "label": "Disable",
120
+ "value": 0
121
+ },
122
+ {
123
+ "label": "Open",
124
+ "value": 1
125
+ },
126
+ {
127
+ "label": "Close",
128
+ "value": 2
129
+ }
130
+ ]
89
131
  },
90
132
  {
91
- "#": "33",
92
- "label": "Alarm configuration - 4th slot",
93
- "description": "which alarm frames and how the device should react",
94
- "valueSize": 4,
95
- "minValue": 0,
96
- "maxValue": 255,
133
+ "#": "30[0xf0]",
134
+ "$import": "templates/fibaro_template.json#alarm_configuration_indicator_blink_color",
135
+ "label": "Alarm Configuration: 1st Slot: LED Indicator"
136
+ },
137
+ {
138
+ "#": "31[0xff000000]",
139
+ "$import": "templates/fibaro_template.json#alarm_configuration_notification_type",
140
+ "label": "Alarm Configuration: 2nd Slot: Notification Type",
141
+ "defaultValue": 5
142
+ },
143
+ {
144
+ "#": "31[0xff0000]",
145
+ "$import": "templates/fibaro_template.json#alarm_configuration_notification_event",
146
+ "label": "Alarm Configuration: 2nd Slot: Notification Event",
147
+ "defaultValue": 255
148
+ },
149
+ {
150
+ "#": "31[0x03]",
151
+ "$import": "#paramInformation/30[0x03]",
152
+ "label": "Alarm Configuration: 2nd Slot: Blinds Action",
97
153
  "defaultValue": 0
98
154
  },
99
155
  {
100
- "#": "34",
101
- "label": "Alarm configuration - 5th slot",
102
- "description": "which alarm frames and how the device should react",
103
- "valueSize": 4,
104
- "minValue": 0,
105
- "maxValue": 255,
156
+ "#": "31[0xf0]",
157
+ "$import": "templates/fibaro_template.json#alarm_configuration_indicator_blink_color",
158
+ "label": "Alarm Configuration: 2nd Slot: LED Indicator"
159
+ },
160
+ {
161
+ "#": "32[0xff000000]",
162
+ "label": "Alarm Configuration: 3rd Slot: Notification Type",
163
+ "$import": "templates/fibaro_template.json#alarm_configuration_notification_type",
164
+ "defaultValue": 1
165
+ },
166
+ {
167
+ "#": "32[0xff0000]",
168
+ "$import": "templates/fibaro_template.json#alarm_configuration_notification_event",
169
+ "label": "Alarm Configuration: 3rd Slot: Notification Event",
170
+ "defaultValue": 255
171
+ },
172
+ {
173
+ "#": "32[0x03]",
174
+ "$import": "#paramInformation/30[0x03]",
175
+ "label": "Alarm Configuration: 3rd Slot: Blinds Action",
176
+ "defaultValue": 0
177
+ },
178
+ {
179
+ "#": "32[0xf0]",
180
+ "$import": "templates/fibaro_template.json#alarm_configuration_indicator_blink_color",
181
+ "label": "Alarm Configuration: 3rd Slot: LED Indicator"
182
+ },
183
+ {
184
+ "#": "33[0xff000000]",
185
+ "$import": "templates/fibaro_template.json#alarm_configuration_notification_type",
186
+ "label": "Alarm Configuration: 4th Slot: Notification Type",
187
+ "defaultValue": 2
188
+ },
189
+ {
190
+ "#": "33[0xff0000]",
191
+ "$import": "templates/fibaro_template.json#alarm_configuration_notification_event",
192
+ "label": "Alarm Configuration: 4th Slot: Notification Event",
193
+ "defaultValue": 255
194
+ },
195
+ {
196
+ "#": "33[0x03]",
197
+ "$import": "#paramInformation/30[0x03]",
198
+ "label": "Alarm Configuration: 4th Slot: Blinds Action",
199
+ "defaultValue": 0
200
+ },
201
+ {
202
+ "#": "33[0xf0]",
203
+ "$import": "templates/fibaro_template.json#alarm_configuration_indicator_blink_color",
204
+ "label": "Alarm Configuration: 4th Slot: LED Indicator"
205
+ },
206
+ {
207
+ "#": "34[0xff000000]",
208
+ "$import": "templates/fibaro_template.json#alarm_configuration_notification_type",
209
+ "label": "Alarm Configuration: 5th Slot: Notification Type",
210
+ "defaultValue": 4
211
+ },
212
+ {
213
+ "#": "34[0xff0000]",
214
+ "$import": "templates/fibaro_template.json#alarm_configuration_notification_event",
215
+ "label": "Alarm Configuration: 5th Slot: Notification Event",
216
+ "defaultValue": 255
217
+ },
218
+ {
219
+ "#": "34[0x03]",
220
+ "$import": "#paramInformation/30[0x03]",
221
+ "label": "Alarm Configuration: 5th Slot: Blinds Action",
106
222
  "defaultValue": 0
107
223
  },
224
+ {
225
+ "#": "34[0xf0]",
226
+ "$import": "templates/fibaro_template.json#alarm_configuration_indicator_blink_color",
227
+ "label": "Alarm Configuration: 5th Slot: LED Indicator"
228
+ },
108
229
  {
109
230
  "#": "35",
110
- "label": "Alarm configuration – duration",
111
- "description": "duration of alarm sequence",
112
- "unit": "Seconds",
231
+ "label": "Alarm Duration",
232
+ "unit": "seconds",
113
233
  "valueSize": 2,
114
234
  "minValue": 0,
115
235
  "maxValue": 32400,
116
- "defaultValue": 600
236
+ "defaultValue": 600,
237
+ "options": [
238
+ {
239
+ "label": "Infinite",
240
+ "value": 0
241
+ }
242
+ ]
117
243
  },
118
244
  {
119
- "#": "40",
120
- "label": "First button – scenes sent",
121
- "description": "which actions result in sending scene IDs",
122
- "valueSize": 1,
123
- "minValue": 0,
124
- "maxValue": 15,
125
- "defaultValue": 0
245
+ "#": "40[0x01]",
246
+ "$import": "templates/fibaro_template.json#send_s1_central_scene_pressed_1x"
126
247
  },
127
248
  {
128
- "#": "41",
129
- "label": "Second button – scenes sent",
130
- "description": "which actions result in sending scene IDs",
131
- "valueSize": 1,
132
- "minValue": 0,
133
- "maxValue": 15,
134
- "defaultValue": 0
249
+ "#": "40[0x02]",
250
+ "$import": "templates/fibaro_template.json#send_s1_central_scene_pressed_2x"
251
+ },
252
+ {
253
+ "#": "40[0x04]",
254
+ "$import": "templates/fibaro_template.json#send_s1_central_scene_pressed_3x"
255
+ },
256
+ {
257
+ "#": "40[0x08]",
258
+ "$import": "templates/fibaro_template.json#send_s1_central_scene_hold_release"
259
+ },
260
+ {
261
+ "#": "41[0x01]",
262
+ "$import": "templates/fibaro_template.json#send_s2_central_scene_pressed_1x"
263
+ },
264
+ {
265
+ "#": "41[0x02]",
266
+ "$import": "templates/fibaro_template.json#send_s2_central_scene_pressed_2x"
267
+ },
268
+ {
269
+ "#": "41[0x04]",
270
+ "$import": "templates/fibaro_template.json#send_s2_central_scene_pressed_3x"
271
+ },
272
+ {
273
+ "#": "41[0x08]",
274
+ "$import": "templates/fibaro_template.json#send_s2_central_scene_hold_release"
135
275
  },
136
276
  {
137
277
  "#": "60",
138
- "label": "Power reports – include self-consumption",
139
- "description": "power measurements include device itself",
140
- "valueSize": 1,
141
- "minValue": 0,
142
- "maxValue": 1,
143
- "defaultValue": 0
278
+ "$import": "~/templates/master_template.json#base_enable_disable",
279
+ "label": "Power Report: Include Self-consumption"
144
280
  },
145
281
  {
146
282
  "#": "61",
147
- "label": "Power reports – on change",
148
- "description": "minimal change in measured power to report",
149
- "unit": "Percent",
150
- "valueSize": 2,
151
- "minValue": 0,
152
- "maxValue": 500,
283
+ "$import": "templates/fibaro_template.json#power_report_threshold_relative_0-500",
153
284
  "defaultValue": 15
154
285
  },
155
286
  {
156
287
  "#": "62",
157
- "label": "Power reports – periodic",
158
- "description": "reporting interval for measured power",
159
- "unit": "Seconds",
160
- "valueSize": 2,
161
- "minValue": 0,
162
- "maxValue": 32400,
163
- "defaultValue": 3600
288
+ "$import": "templates/fibaro_template.json#reports_periodic",
289
+ "label": "Power Reports: Interval",
290
+ "maxValue": 32400
164
291
  },
165
292
  {
166
293
  "#": "65",
167
- "label": "Energy reports – on change",
168
- "description": "minimal change in measured energy to report",
169
- "valueSize": 2,
170
- "minValue": 0,
294
+ "$import": "templates/fibaro_template.json#energy_report_threshold",
171
295
  "maxValue": 500,
172
296
  "defaultValue": 10
173
297
  },
174
298
  {
175
299
  "#": "66",
176
- "label": "Energy reports – periodic",
177
- "description": "This reporting interval for measured energy",
178
- "valueSize": 2,
179
- "minValue": 0,
180
- "maxValue": 32400,
181
- "defaultValue": 3600
300
+ "$import": "templates/fibaro_template.json#reports_periodic",
301
+ "label": "Energy Reports: Interval",
302
+ "maxValue": 32400
182
303
  },
183
304
  {
184
- "#": "150",
185
- "label": "Force calibration",
186
- "description": "Set 2 to force device into calibration mode",
305
+ "#": "150[0x01]",
306
+ "label": "Calibration Status",
187
307
  "valueSize": 1,
188
308
  "minValue": 0,
189
- "maxValue": 2,
190
- "defaultValue": 0
309
+ "maxValue": 1,
310
+ "readOnly": true,
311
+ "options": [
312
+ {
313
+ "label": "Uncalibrated",
314
+ "value": 0
315
+ },
316
+ {
317
+ "label": "Calibrated",
318
+ "value": 1
319
+ }
320
+ ]
321
+ },
322
+ {
323
+ "#": "150[0x02]",
324
+ "$import": "~/templates/master_template.json#base_enable_disable",
325
+ "label": "Force Calibration"
191
326
  },
192
327
  {
193
328
  "#": "151",
194
- "label": "Operating mode",
195
- "description": "This parameter allows adjusting operation ac-cording to the connected device.",
329
+ "label": "Operating Mode",
196
330
  "valueSize": 1,
197
331
  "minValue": 1,
198
332
  "maxValue": 6,
199
- "defaultValue": 1
333
+ "defaultValue": 1,
334
+ "allowManualEntry": false,
335
+ "options": [
336
+ {
337
+ "label": "Roller blind with positioning",
338
+ "value": 1
339
+ },
340
+ {
341
+ "label": "Venetian blind with positioning",
342
+ "value": 2
343
+ },
344
+ {
345
+ "label": "Roller blind with built-in driver",
346
+ "value": 5
347
+ },
348
+ {
349
+ "label": "Roller blind with built-in driver (impulse)",
350
+ "value": 6
351
+ }
352
+ ]
200
353
  },
201
354
  {
202
355
  "#": "152",
203
- "label": "Venetian blind time of full turn of the slats",
356
+ "label": "Venetian Blinds: Full Turn Duration",
357
+ "unit": "0.01 seconds",
204
358
  "valueSize": 4,
205
359
  "minValue": 0,
206
360
  "maxValue": 65535,
@@ -208,35 +362,57 @@
208
362
  },
209
363
  {
210
364
  "#": "153",
211
- "label": "Set slats back to previous position",
212
- "description": "slats positioning in various situations",
365
+ "label": "Venetian Blinds: Reset Slats Position",
213
366
  "valueSize": 1,
214
367
  "minValue": 0,
215
368
  "maxValue": 2,
216
- "defaultValue": 1
369
+ "defaultValue": 1,
370
+ "allowManualEntry": false,
371
+ "options": [
372
+ {
373
+ "label": "Controller command only",
374
+ "value": 0
375
+ },
376
+ {
377
+ "label": "Controller, momentary or limit switch operation",
378
+ "value": 1
379
+ },
380
+ {
381
+ "label": "Controlled, momentary or limit switch operation, or Multilevel Switch Stop command",
382
+ "value": 2
383
+ }
384
+ ]
217
385
  },
218
386
  {
219
387
  "#": "154",
220
- "label": "Delay motor stop after reaching end switch",
221
- "description": "time after which the motor will be stopped after contacts closed",
388
+ "label": "Motor Overrun",
389
+ "description": "Duration for which motor will continue to run after end switch is hit.",
390
+ "unit": "0.1 seconds",
222
391
  "valueSize": 2,
223
- "minValue": 0,
392
+ "minValue": 1,
224
393
  "maxValue": 255,
225
394
  "defaultValue": 10
226
395
  },
227
396
  {
228
397
  "#": "155",
229
- "label": "Motor operation detection",
398
+ "label": "Limit Switch Power Threshold",
230
399
  "description": "Power threshold interpreted as reaching a limit switch.",
400
+ "unit": "W",
231
401
  "valueSize": 2,
232
402
  "minValue": 0,
233
403
  "maxValue": 255,
234
- "defaultValue": 10
404
+ "defaultValue": 10,
405
+ "options": [
406
+ {
407
+ "label": "Disable",
408
+ "value": 0
409
+ }
410
+ ]
235
411
  },
236
412
  {
237
413
  "#": "156",
238
- "label": "Time of up movement",
239
- "description": "time needed for roller blinds to reach the top",
414
+ "label": "Blind Up Duration",
415
+ "unit": "0.01 seconds",
240
416
  "valueSize": 4,
241
417
  "minValue": 1,
242
418
  "maxValue": 65535,
@@ -244,8 +420,8 @@
244
420
  },
245
421
  {
246
422
  "#": "157",
247
- "label": "Time of down movement",
248
- "description": "time needed for roller blinds to reach the bottom",
423
+ "label": "Blind Down Duration",
424
+ "unit": "0.01 seconds",
249
425
  "valueSize": 4,
250
426
  "minValue": 1,
251
427
  "maxValue": 65535,
@@ -409,5 +409,42 @@
409
409
  "defaultValue": 0,
410
410
  "unsigned": true
411
411
  // The options are device specific
412
+ },
413
+ "alarm_configuration_indicator_blink_color": {
414
+ // This generally uses a bitmask of 0xf0
415
+ // The label depends on the slot this is for, should be something like
416
+ // Alarm Configuration - 1st Slot LED Indicator
417
+ "valueSize": 4,
418
+ "minValue": 0,
419
+ "maxValue": 15,
420
+ "defaultValue": 0,
421
+ "unsigned": true,
422
+ "allowManualEntry": false,
423
+ "options": [
424
+ {
425
+ "label": "No change",
426
+ "value": 0
427
+ },
428
+ {
429
+ "label": "Blink red",
430
+ "value": 1
431
+ },
432
+ {
433
+ "label": "Blink green",
434
+ "value": 2
435
+ },
436
+ {
437
+ "label": "Blink blue",
438
+ "value": 4
439
+ },
440
+ {
441
+ "label": "Disable LED",
442
+ "value": 8
443
+ },
444
+ {
445
+ "label": "Blink red-white-blue",
446
+ "value": 15
447
+ }
448
+ ]
412
449
  }
413
450
  }
@@ -150,5 +150,11 @@
150
150
  }
151
151
  ]
152
152
  }
153
- ]
153
+ ],
154
+ "metadata": {
155
+ "comments": {
156
+ "level": "warning",
157
+ "text": "The thermostat is missing \"Manufacturer Specific\" from its list of supported modes, although the mode is supported. Application-specific workarounds may be necessary to switch to \"Manufacturer Specific\" mode."
158
+ }
159
+ }
154
160
  }
@@ -118,19 +118,26 @@
118
118
  "#": "40",
119
119
  "label": "Power reporting (Watts) on power change",
120
120
  "unit": "%",
121
- "valueSize": 1,
121
+ "valueSize": 2,
122
122
  "minValue": 0,
123
123
  "maxValue": 100,
124
124
  "defaultValue": 10
125
125
  },
126
126
  {
127
127
  "#": "42",
128
- "label": "Power reporting (Watts) by time interval",
128
+ "label": "Power (W) Reporting Interal",
129
+ "description": "Allowable range: 60-32535",
129
130
  "unit": "seconds",
130
131
  "valueSize": 2,
131
132
  "minValue": 0,
132
133
  "maxValue": 32535,
133
- "defaultValue": 600
134
+ "defaultValue": 600,
135
+ "options": [
136
+ {
137
+ "label": "Disable",
138
+ "value": 0
139
+ }
140
+ ]
134
141
  },
135
142
  {
136
143
  "#": "45",
@@ -373,7 +373,8 @@
373
373
  "valueSize": 3,
374
374
  "minValue": 0,
375
375
  "maxValue": 255,
376
- "defaultValue": 221
376
+ "defaultValue": 221,
377
+ "unsigned": true
377
378
  },
378
379
  {
379
380
  "#": "83[0xff00]",
@@ -381,7 +382,8 @@
381
382
  "valueSize": 3,
382
383
  "minValue": 0,
383
384
  "maxValue": 255,
384
- "defaultValue": 160
385
+ "defaultValue": 160,
386
+ "unsigned": true
385
387
  },
386
388
  {
387
389
  "#": "83[0xff0000]",
@@ -390,7 +392,8 @@
390
392
  "valueSize": 3,
391
393
  "minValue": 0,
392
394
  "maxValue": 255,
393
- "defaultValue": 221
395
+ "defaultValue": 221,
396
+ "unsigned": true
394
397
  },
395
398
  {
396
399
  "#": "84[0xff]",
@@ -399,7 +402,8 @@
399
402
  "valueSize": 3,
400
403
  "minValue": 0,
401
404
  "maxValue": 100,
402
- "defaultValue": 50
405
+ "defaultValue": 50,
406
+ "unsigned": true
403
407
  },
404
408
  {
405
409
  "#": "84[0xff00]",
@@ -408,7 +412,8 @@
408
412
  "valueSize": 3,
409
413
  "minValue": 0,
410
414
  "maxValue": 100,
411
- "defaultValue": 50
415
+ "defaultValue": 50,
416
+ "unsigned": true
412
417
  },
413
418
  {
414
419
  "#": "84[0xff0000]",
@@ -417,7 +422,8 @@
417
422
  "valueSize": 3,
418
423
  "minValue": 0,
419
424
  "maxValue": 100,
420
- "defaultValue": 50
425
+ "defaultValue": 50,
426
+ "unsigned": true
421
427
  }
422
428
  ]
423
429
  }