@zwave-js/config 8.11.0 → 8.11.2
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/0x001a/{rf9540-n.json → rf9540-n_0.0_1.1.json} +1 -1
- package/config/devices/0x001a/rf9540-n_1.2.json +176 -0
- package/config/devices/0x010f/fgd211.json +28 -1
- package/config/devices/0x0115/v3.json +256 -0
- package/config/devices/0x0148/temp_humidity_sensor.json +132 -0
- package/config/devices/0x015f/mh-s220.json +178 -0
- package/config/devices/0x0208/hkzw_so03.json +125 -28
- package/config/devices/0x027a/zen16.json +175 -97
- package/config/devices/0x0330/ves-zw-dim-001.json +257 -0
- package/config/devices/0x0330/ves-zw-swi-002.json +60 -0
- package/config/devices/0x0344/he-hls01.json +76 -290
- package/config/devices/0x0344/he-ht01.json +65 -162
- package/config/devices/0x0344/he-rs01.json +79 -141
- package/config/devices/0x0344/he-tps01.json +31 -192
- package/config/devices/0x0344/he-tps02.json +45 -192
- package/config/devices/0x0344/he-tps03.json +60 -193
- package/config/devices/0x0344/he-tps04.json +73 -192
- package/config/devices/0x0344/he-tps05.json +87 -192
- package/config/devices/0x0344/he-zw-therm-fl2.json +1 -16
- package/config/devices/0x0344/templates/heltun_template.json +204 -1
- package/config/devices/templates/master_template.json +38 -0
- package/config/scales.json +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Eaton",
|
|
3
|
+
"manufacturerId": "0x001a",
|
|
4
|
+
"label": "RF9540-N",
|
|
5
|
+
"description": "All Load Dimmer Light Switch",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x4449",
|
|
9
|
+
"productId": "0x0101",
|
|
10
|
+
"zwaveAllianceId": 797
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"productType": "0x4449",
|
|
14
|
+
"productId": "0xaa00"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"productType": "0x4449",
|
|
18
|
+
"productId": "0xff00"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"firmwareVersion": {
|
|
22
|
+
"min": "1.2",
|
|
23
|
+
"max": "255.255"
|
|
24
|
+
},
|
|
25
|
+
"associations": {
|
|
26
|
+
"1": {
|
|
27
|
+
"label": "Group 1",
|
|
28
|
+
"maxNodes": 5,
|
|
29
|
+
"isLifeline": true
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"paramInformation": [
|
|
33
|
+
{
|
|
34
|
+
"#": "1",
|
|
35
|
+
"label": "Delayed OFF time",
|
|
36
|
+
"description": "time in seconds to delay OFF",
|
|
37
|
+
"valueSize": 1,
|
|
38
|
+
"unit": "seconds",
|
|
39
|
+
"minValue": 0,
|
|
40
|
+
"maxValue": 255,
|
|
41
|
+
"defaultValue": 0,
|
|
42
|
+
"unsigned": true
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"#": "2",
|
|
46
|
+
"label": "Panic ON time",
|
|
47
|
+
"description": "Time in seconds for panic mode ON",
|
|
48
|
+
"valueSize": 1,
|
|
49
|
+
"unit": "seconds",
|
|
50
|
+
"minValue": 0,
|
|
51
|
+
"maxValue": 255,
|
|
52
|
+
"defaultValue": 0,
|
|
53
|
+
"unsigned": true
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"#": "3",
|
|
57
|
+
"label": "Panic OFF time",
|
|
58
|
+
"description": "time in seconds for OFF in panic mode",
|
|
59
|
+
"valueSize": 1,
|
|
60
|
+
"unit": "seconds",
|
|
61
|
+
"minValue": 0,
|
|
62
|
+
"maxValue": 255,
|
|
63
|
+
"defaultValue": 0,
|
|
64
|
+
"unsigned": true
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"#": "4",
|
|
68
|
+
"label": "Basic Set Value",
|
|
69
|
+
"description": "Send value to association group on trigger",
|
|
70
|
+
"valueSize": 1,
|
|
71
|
+
"minValue": 0,
|
|
72
|
+
"maxValue": 255,
|
|
73
|
+
"defaultValue": 0,
|
|
74
|
+
"unsigned": true
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"#": "5",
|
|
78
|
+
"label": "Power Up State",
|
|
79
|
+
"description": "Power Up State of the switch",
|
|
80
|
+
"valueSize": 1,
|
|
81
|
+
"minValue": 1,
|
|
82
|
+
"maxValue": 3,
|
|
83
|
+
"defaultValue": 1,
|
|
84
|
+
"unsigned": true,
|
|
85
|
+
"allowManualEntry": false,
|
|
86
|
+
"options": [
|
|
87
|
+
{
|
|
88
|
+
"label": "OFF",
|
|
89
|
+
"value": 1
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"label": "ON",
|
|
93
|
+
"value": 2
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"label": "Last State",
|
|
97
|
+
"value": 3
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"#": "6",
|
|
103
|
+
"label": "Panic mode enable",
|
|
104
|
+
"description": "Enables this switch to participate in panic mode",
|
|
105
|
+
"valueSize": 1,
|
|
106
|
+
"minValue": 1,
|
|
107
|
+
"maxValue": 2,
|
|
108
|
+
"defaultValue": 1,
|
|
109
|
+
"unsigned": true,
|
|
110
|
+
"allowManualEntry": false,
|
|
111
|
+
"options": [
|
|
112
|
+
{
|
|
113
|
+
"label": "OFF",
|
|
114
|
+
"value": 1
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"label": "ON",
|
|
118
|
+
"value": 2
|
|
119
|
+
}
|
|
120
|
+
]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"#": "7",
|
|
124
|
+
"label": "Dimmer Ramp Time",
|
|
125
|
+
"description": "Time in seconds to reach desired level",
|
|
126
|
+
"valueSize": 1,
|
|
127
|
+
"unit": "seconds",
|
|
128
|
+
"minValue": 0,
|
|
129
|
+
"maxValue": 255,
|
|
130
|
+
"defaultValue": 0,
|
|
131
|
+
"unsigned": true
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"#": "8",
|
|
135
|
+
"label": "Kickstart / Rapid Start",
|
|
136
|
+
"description": "Turn on or off rapid start feature",
|
|
137
|
+
"valueSize": 1,
|
|
138
|
+
"minValue": 1,
|
|
139
|
+
"maxValue": 2,
|
|
140
|
+
"defaultValue": 1,
|
|
141
|
+
"unsigned": true,
|
|
142
|
+
"allowManualEntry": false,
|
|
143
|
+
"options": [
|
|
144
|
+
{
|
|
145
|
+
"label": "OFF",
|
|
146
|
+
"value": 1
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"label": "ON",
|
|
150
|
+
"value": 2
|
|
151
|
+
}
|
|
152
|
+
]
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"#": "11",
|
|
156
|
+
"label": "Minimum Dimmer Level",
|
|
157
|
+
"description": "The minimum dim level the switch will allow",
|
|
158
|
+
"valueSize": 1,
|
|
159
|
+
"minValue": 4,
|
|
160
|
+
"maxValue": 99,
|
|
161
|
+
"defaultValue": 4
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"#": "12",
|
|
165
|
+
"label": "Maximum Dimmer Level",
|
|
166
|
+
"description": "The maximum dim level the switch will allow",
|
|
167
|
+
"valueSize": 1,
|
|
168
|
+
"minValue": 4,
|
|
169
|
+
"maxValue": 99,
|
|
170
|
+
"defaultValue": 99
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"compat": {
|
|
174
|
+
"enableBasicSetMapping": true
|
|
175
|
+
}
|
|
176
|
+
}
|
|
@@ -211,11 +211,34 @@
|
|
|
211
211
|
},
|
|
212
212
|
{
|
|
213
213
|
"#": "14",
|
|
214
|
+
"$if": "firmwareVersion <= 2.1",
|
|
214
215
|
"label": "Inputs Button/Switch configuration",
|
|
215
216
|
"description": "Binary inputs type configuration",
|
|
216
217
|
"valueSize": 1,
|
|
217
218
|
"minValue": 0,
|
|
218
|
-
"maxValue":
|
|
219
|
+
"maxValue": 1,
|
|
220
|
+
"defaultValue": 0,
|
|
221
|
+
"unsigned": true,
|
|
222
|
+
"allowManualEntry": false,
|
|
223
|
+
"options": [
|
|
224
|
+
{
|
|
225
|
+
"label": "Mono-stable input (button)",
|
|
226
|
+
"value": 0
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"label": "Bi-stable input (switch)",
|
|
230
|
+
"value": 1
|
|
231
|
+
}
|
|
232
|
+
]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"#": "14",
|
|
236
|
+
"$if": "firmwareVersion >= 2.2",
|
|
237
|
+
"label": "Inputs Button/Switch configuration",
|
|
238
|
+
"description": "Binary inputs type configuration",
|
|
239
|
+
"valueSize": 1,
|
|
240
|
+
"minValue": 0,
|
|
241
|
+
"maxValue": 2,
|
|
219
242
|
"defaultValue": 0,
|
|
220
243
|
"unsigned": true,
|
|
221
244
|
"allowManualEntry": false,
|
|
@@ -227,6 +250,10 @@
|
|
|
227
250
|
{
|
|
228
251
|
"label": "Bi-stable input (switch)",
|
|
229
252
|
"value": 1
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"label": "Roller blind switch",
|
|
256
|
+
"value": 2
|
|
230
257
|
}
|
|
231
258
|
]
|
|
232
259
|
},
|
|
@@ -204,6 +204,262 @@
|
|
|
204
204
|
"value": 1
|
|
205
205
|
}
|
|
206
206
|
]
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"#": "64",
|
|
210
|
+
"label": "Custom parameter 64",
|
|
211
|
+
"valueSize": 2,
|
|
212
|
+
"minValue": -32768,
|
|
213
|
+
"maxValue": 32767,
|
|
214
|
+
"defaultValue": 0
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"#": "65",
|
|
218
|
+
"label": "Custom parameter 65",
|
|
219
|
+
"valueSize": 2,
|
|
220
|
+
"minValue": -32768,
|
|
221
|
+
"maxValue": 32767,
|
|
222
|
+
"defaultValue": 0
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"#": "66",
|
|
226
|
+
"label": "Custom parameter 66",
|
|
227
|
+
"valueSize": 2,
|
|
228
|
+
"minValue": -32768,
|
|
229
|
+
"maxValue": 32767,
|
|
230
|
+
"defaultValue": 0
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"#": "67",
|
|
234
|
+
"label": "Custom parameter 67",
|
|
235
|
+
"valueSize": 2,
|
|
236
|
+
"minValue": -32768,
|
|
237
|
+
"maxValue": 32767,
|
|
238
|
+
"defaultValue": 0
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"#": "68",
|
|
242
|
+
"label": "Custom parameter 68",
|
|
243
|
+
"valueSize": 2,
|
|
244
|
+
"minValue": -32768,
|
|
245
|
+
"maxValue": 32767,
|
|
246
|
+
"defaultValue": 0
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
"#": "69",
|
|
250
|
+
"label": "Custom parameter 69",
|
|
251
|
+
"valueSize": 2,
|
|
252
|
+
"minValue": -32768,
|
|
253
|
+
"maxValue": 32767,
|
|
254
|
+
"defaultValue": 0
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"#": "70",
|
|
258
|
+
"label": "Custom parameter 70",
|
|
259
|
+
"valueSize": 2,
|
|
260
|
+
"minValue": -32768,
|
|
261
|
+
"maxValue": 32767,
|
|
262
|
+
"defaultValue": 0
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"#": "71",
|
|
266
|
+
"label": "Custom parameter 71",
|
|
267
|
+
"valueSize": 2,
|
|
268
|
+
"minValue": -32768,
|
|
269
|
+
"maxValue": 32767,
|
|
270
|
+
"defaultValue": 0
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"#": "72",
|
|
274
|
+
"label": "Custom parameter 72",
|
|
275
|
+
"valueSize": 2,
|
|
276
|
+
"minValue": -32768,
|
|
277
|
+
"maxValue": 32767,
|
|
278
|
+
"defaultValue": 0
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
"#": "73",
|
|
282
|
+
"label": "Custom parameter 73",
|
|
283
|
+
"valueSize": 2,
|
|
284
|
+
"minValue": -32768,
|
|
285
|
+
"maxValue": 32767,
|
|
286
|
+
"defaultValue": 0
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"#": "74",
|
|
290
|
+
"label": "Custom parameter 74",
|
|
291
|
+
"valueSize": 2,
|
|
292
|
+
"minValue": -32768,
|
|
293
|
+
"maxValue": 32767,
|
|
294
|
+
"defaultValue": 0
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"#": "75",
|
|
298
|
+
"label": "Custom parameter 75",
|
|
299
|
+
"valueSize": 2,
|
|
300
|
+
"minValue": -32768,
|
|
301
|
+
"maxValue": 32767,
|
|
302
|
+
"defaultValue": 0
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"#": "76",
|
|
306
|
+
"label": "Custom parameter 76",
|
|
307
|
+
"valueSize": 2,
|
|
308
|
+
"minValue": -32768,
|
|
309
|
+
"maxValue": 32767,
|
|
310
|
+
"defaultValue": 0
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
"#": "77",
|
|
314
|
+
"label": "Custom parameter 77",
|
|
315
|
+
"valueSize": 2,
|
|
316
|
+
"minValue": -32768,
|
|
317
|
+
"maxValue": 32767,
|
|
318
|
+
"defaultValue": 0
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
"#": "78",
|
|
322
|
+
"label": "Custom parameter 78",
|
|
323
|
+
"valueSize": 2,
|
|
324
|
+
"minValue": -32768,
|
|
325
|
+
"maxValue": 32767,
|
|
326
|
+
"defaultValue": 0
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"#": "79",
|
|
330
|
+
"label": "Custom parameter 79",
|
|
331
|
+
"valueSize": 2,
|
|
332
|
+
"minValue": -32768,
|
|
333
|
+
"maxValue": 32767,
|
|
334
|
+
"defaultValue": 0
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"#": "80",
|
|
338
|
+
"label": "Custom parameter 80",
|
|
339
|
+
"valueSize": 2,
|
|
340
|
+
"minValue": -32768,
|
|
341
|
+
"maxValue": 32767,
|
|
342
|
+
"defaultValue": 0
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"#": "81",
|
|
346
|
+
"label": "Custom parameter 81",
|
|
347
|
+
"valueSize": 2,
|
|
348
|
+
"minValue": -32768,
|
|
349
|
+
"maxValue": 32767,
|
|
350
|
+
"defaultValue": 0
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"#": "82",
|
|
354
|
+
"label": "Custom parameter 82",
|
|
355
|
+
"valueSize": 2,
|
|
356
|
+
"minValue": -32768,
|
|
357
|
+
"maxValue": 32767,
|
|
358
|
+
"defaultValue": 0
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
"#": "83",
|
|
362
|
+
"label": "Custom parameter 83",
|
|
363
|
+
"valueSize": 2,
|
|
364
|
+
"minValue": -32768,
|
|
365
|
+
"maxValue": 32767,
|
|
366
|
+
"defaultValue": 0
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"#": "84",
|
|
370
|
+
"label": "Custom parameter 84",
|
|
371
|
+
"valueSize": 2,
|
|
372
|
+
"minValue": -32768,
|
|
373
|
+
"maxValue": 32767,
|
|
374
|
+
"defaultValue": 0
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"#": "85",
|
|
378
|
+
"label": "Custom parameter 85",
|
|
379
|
+
"valueSize": 2,
|
|
380
|
+
"minValue": -32768,
|
|
381
|
+
"maxValue": 32767,
|
|
382
|
+
"defaultValue": 0
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"#": "86",
|
|
386
|
+
"label": "Custom parameter 86",
|
|
387
|
+
"valueSize": 2,
|
|
388
|
+
"minValue": -32768,
|
|
389
|
+
"maxValue": 32767,
|
|
390
|
+
"defaultValue": 0
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"#": "87",
|
|
394
|
+
"label": "Custom parameter 87",
|
|
395
|
+
"valueSize": 2,
|
|
396
|
+
"minValue": -32768,
|
|
397
|
+
"maxValue": 32767,
|
|
398
|
+
"defaultValue": 0
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
"#": "88",
|
|
402
|
+
"label": "Custom parameter 88",
|
|
403
|
+
"valueSize": 2,
|
|
404
|
+
"minValue": -32768,
|
|
405
|
+
"maxValue": 32767,
|
|
406
|
+
"defaultValue": 0
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"#": "89",
|
|
410
|
+
"label": "Custom parameter 89",
|
|
411
|
+
"valueSize": 2,
|
|
412
|
+
"minValue": -32768,
|
|
413
|
+
"maxValue": 32767,
|
|
414
|
+
"defaultValue": 0
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
"#": "90",
|
|
418
|
+
"label": "Custom parameter 90",
|
|
419
|
+
"valueSize": 2,
|
|
420
|
+
"minValue": -32768,
|
|
421
|
+
"maxValue": 32767,
|
|
422
|
+
"defaultValue": 0
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"#": "91",
|
|
426
|
+
"label": "Custom parameter 91",
|
|
427
|
+
"valueSize": 2,
|
|
428
|
+
"minValue": -32768,
|
|
429
|
+
"maxValue": 32767,
|
|
430
|
+
"defaultValue": 0
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"#": "92",
|
|
434
|
+
"label": "Custom parameter 92",
|
|
435
|
+
"valueSize": 2,
|
|
436
|
+
"minValue": -32768,
|
|
437
|
+
"maxValue": 32767,
|
|
438
|
+
"defaultValue": 0
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"#": "93",
|
|
442
|
+
"label": "Custom parameter 93",
|
|
443
|
+
"valueSize": 2,
|
|
444
|
+
"minValue": -32768,
|
|
445
|
+
"maxValue": 32767,
|
|
446
|
+
"defaultValue": 0
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"#": "94",
|
|
450
|
+
"label": "Custom parameter 94",
|
|
451
|
+
"valueSize": 2,
|
|
452
|
+
"minValue": -32768,
|
|
453
|
+
"maxValue": 32767,
|
|
454
|
+
"defaultValue": 0
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"#": "95",
|
|
458
|
+
"label": "Custom parameter 95",
|
|
459
|
+
"valueSize": 2,
|
|
460
|
+
"minValue": -32768,
|
|
461
|
+
"maxValue": 32767,
|
|
462
|
+
"defaultValue": 0
|
|
207
463
|
}
|
|
208
464
|
],
|
|
209
465
|
"metadata": {
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Eurotronic",
|
|
3
|
+
"manufacturerId": "0x0148",
|
|
4
|
+
"label": "TFS 700087",
|
|
5
|
+
"description": "Temperature & Humidity Sensor",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0004",
|
|
9
|
+
"productId": "0x0001"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 1,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
},
|
|
22
|
+
"2": {
|
|
23
|
+
"label": "Temperature",
|
|
24
|
+
"maxNodes": 5
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
"paramInformation": [
|
|
28
|
+
{
|
|
29
|
+
"#": "1",
|
|
30
|
+
"label": "Temperature Change Reporting Threshold",
|
|
31
|
+
"valueSize": 1,
|
|
32
|
+
"minValue": 0,
|
|
33
|
+
"maxValue": 50,
|
|
34
|
+
"defaultValue": 5,
|
|
35
|
+
"unit": "0.1 K",
|
|
36
|
+
"unsigned": true,
|
|
37
|
+
"options": [
|
|
38
|
+
{
|
|
39
|
+
"label": "Disable",
|
|
40
|
+
"value": 0
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"#": "2",
|
|
46
|
+
"label": "Humidity Change Reporting Threshold",
|
|
47
|
+
"valueSize": 1,
|
|
48
|
+
"minValue": 0,
|
|
49
|
+
"maxValue": 10,
|
|
50
|
+
"defaultValue": 5,
|
|
51
|
+
"unit": "%rH",
|
|
52
|
+
"unsigned": true,
|
|
53
|
+
"options": [
|
|
54
|
+
{
|
|
55
|
+
"label": "Disable",
|
|
56
|
+
"value": 0
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"#": "3",
|
|
62
|
+
"label": "Temperature Scale",
|
|
63
|
+
"valueSize": 1,
|
|
64
|
+
"minValue": 0,
|
|
65
|
+
"maxValue": 1,
|
|
66
|
+
"defaultValue": 0,
|
|
67
|
+
"unsigned": true,
|
|
68
|
+
"allowManualEntry": false,
|
|
69
|
+
"options": [
|
|
70
|
+
{
|
|
71
|
+
"label": "Celsius",
|
|
72
|
+
"value": 0
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"label": "Fahrenheit",
|
|
76
|
+
"value": 1
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"#": "4",
|
|
82
|
+
"label": "Temperature Resolution",
|
|
83
|
+
"valueSize": 1,
|
|
84
|
+
"minValue": 0,
|
|
85
|
+
"maxValue": 2,
|
|
86
|
+
"defaultValue": 0,
|
|
87
|
+
"unsigned": true,
|
|
88
|
+
"allowManualEntry": false,
|
|
89
|
+
"options": [
|
|
90
|
+
{
|
|
91
|
+
"label": "No resolution (example 22 °C)",
|
|
92
|
+
"value": 0
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"label": "1/10 resolution (example 22.3 °C)",
|
|
96
|
+
"value": 1
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"label": "1/100 resolution (example 22.35 °C)",
|
|
100
|
+
"value": 2
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"#": "5",
|
|
106
|
+
"label": "Humidity Resolution",
|
|
107
|
+
"valueSize": 1,
|
|
108
|
+
"minValue": 0,
|
|
109
|
+
"maxValue": 2,
|
|
110
|
+
"defaultValue": 0,
|
|
111
|
+
"unsigned": true,
|
|
112
|
+
"allowManualEntry": false,
|
|
113
|
+
"options": [
|
|
114
|
+
{
|
|
115
|
+
"label": "No resolution (example 33 %)",
|
|
116
|
+
"value": 0
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"label": "1/10 resolution (example 33.4 %)",
|
|
120
|
+
"value": 1
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"label": "1/100 resolution (example 33.45 %)",
|
|
124
|
+
"value": 2
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"metadata": {
|
|
130
|
+
"manual": "https://eurotronic.org/wp-content/uploads/2020/02/TFS-Z-Wave-Plus_BDA_web_EN.pdf"
|
|
131
|
+
}
|
|
132
|
+
}
|