@zwave-js/config 9.0.5 → 9.0.7
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/build/LogicParser.d.ts.map +1 -1
- package/build/LogicParser.js +66 -3
- package/build/LogicParser.js.map +1 -1
- package/config/devices/0x0000/700_series_controller.json +9 -0
- package/config/devices/0x0159/zmnhhd.json +8 -1
- package/config/devices/0x0190/adc-t_2000.json +469 -92
- package/config/devices/0x027a/templates/zooz_template.json +120 -1
- package/config/devices/0x027a/zen30.json +41 -0
- package/config/devices/0x027a/zen51.json +78 -0
- package/config/devices/0x027a/zen52.json +126 -0
- package/config/devices/0x0371/zwa039.json +18 -0
- package/config/devices/0x041a/kp-sw-07.json +62 -0
- package/config/devices/0x041a/kp-sw-08.json +70 -0
- package/package.json +5 -5
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
{
|
|
36
36
|
"#": "2",
|
|
37
37
|
"label": "Number of Heat Stages",
|
|
38
|
-
"description": "Heat Stages 0-3 Default is 2.",
|
|
39
38
|
"valueSize": 1,
|
|
40
39
|
"minValue": 0,
|
|
41
40
|
"maxValue": 3,
|
|
@@ -44,7 +43,6 @@
|
|
|
44
43
|
{
|
|
45
44
|
"#": "3",
|
|
46
45
|
"label": "Number of Cool Stages",
|
|
47
|
-
"description": "Cool Stages 0-2 Default is 2.",
|
|
48
46
|
"valueSize": 1,
|
|
49
47
|
"minValue": 0,
|
|
50
48
|
"maxValue": 2,
|
|
@@ -53,7 +51,6 @@
|
|
|
53
51
|
{
|
|
54
52
|
"#": "4",
|
|
55
53
|
"label": "Heat Fuel Type",
|
|
56
|
-
"description": "Choose type of fuel. Reality - whether unit is boiler vs forced air.",
|
|
57
54
|
"valueSize": 1,
|
|
58
55
|
"defaultValue": 1,
|
|
59
56
|
"allowManualEntry": false,
|
|
@@ -69,32 +66,146 @@
|
|
|
69
66
|
]
|
|
70
67
|
},
|
|
71
68
|
{
|
|
72
|
-
"#": "5",
|
|
69
|
+
"#": "5[0xffff00]",
|
|
73
70
|
"label": "Calibration Temperature",
|
|
74
|
-
"description": "
|
|
71
|
+
"description": "Allowable range: -10 to 10 in 1 °F increments.",
|
|
72
|
+
"unit": "0.1°F",
|
|
75
73
|
"valueSize": 4,
|
|
76
74
|
"minValue": -100,
|
|
77
75
|
"maxValue": 100,
|
|
78
|
-
"defaultValue": 0
|
|
76
|
+
"defaultValue": 0,
|
|
77
|
+
"options": [
|
|
78
|
+
{
|
|
79
|
+
"label": "Disabled",
|
|
80
|
+
"value": -1
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
/*{
|
|
85
|
+
"#": "5[0xe0000000]",
|
|
86
|
+
"label": "Calibration Temperature Precision",
|
|
87
|
+
"description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
|
|
88
|
+
"valueSize": 4,
|
|
89
|
+
"minValue": 0,
|
|
90
|
+
"maxValue": 7,
|
|
91
|
+
"defaultValue": 1,
|
|
92
|
+
"unsigned": true,
|
|
93
|
+
"readOnly": true
|
|
79
94
|
},
|
|
80
95
|
{
|
|
81
|
-
"#": "
|
|
82
|
-
"
|
|
83
|
-
"
|
|
96
|
+
"#": "5[0x18000000]",
|
|
97
|
+
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
98
|
+
"label": "Calibration Temperature Scale",
|
|
99
|
+
"description": "The 'scale' part of a z-wave float representing this parameter",
|
|
100
|
+
"valueSize": 4,
|
|
101
|
+
"defaultValue": 1,
|
|
102
|
+
"readOnly": true
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"#": "5[0x07000000]",
|
|
106
|
+
"label": "Calibration Temperature Size",
|
|
107
|
+
"description": "The 'size' part of a z-wave float representing this parameter, in bytes",
|
|
84
108
|
"valueSize": 4,
|
|
85
109
|
"minValue": 0,
|
|
110
|
+
"maxValue": 7,
|
|
111
|
+
"defaultValue": 2,
|
|
112
|
+
"unsigned": true,
|
|
113
|
+
"readOnly": true
|
|
114
|
+
},*/
|
|
115
|
+
{
|
|
116
|
+
"#": "6[0xffff00]",
|
|
117
|
+
"label": "Overshoot",
|
|
118
|
+
"description": "Allowable range: 0 to 3 in 0.5 °F increments.",
|
|
119
|
+
"unit": "0.1°F",
|
|
120
|
+
"valueSize": 4,
|
|
121
|
+
"minValue": -1,
|
|
86
122
|
"maxValue": 30,
|
|
87
|
-
"defaultValue": 5
|
|
123
|
+
"defaultValue": 5,
|
|
124
|
+
"options": [
|
|
125
|
+
{
|
|
126
|
+
"label": "Disabled",
|
|
127
|
+
"value": -1
|
|
128
|
+
}
|
|
129
|
+
]
|
|
130
|
+
},
|
|
131
|
+
/*{
|
|
132
|
+
"#": "6[0xe0000000]",
|
|
133
|
+
"label": "Overshoot Precision",
|
|
134
|
+
"description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
|
|
135
|
+
"valueSize": 4,
|
|
136
|
+
"minValue": 0,
|
|
137
|
+
"maxValue": 7,
|
|
138
|
+
"defaultValue": 1,
|
|
139
|
+
"unsigned": true,
|
|
140
|
+
"readOnly": true
|
|
88
141
|
},
|
|
89
142
|
{
|
|
90
|
-
"#": "
|
|
91
|
-
"
|
|
92
|
-
"
|
|
143
|
+
"#": "6[0x18000000]",
|
|
144
|
+
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
145
|
+
"label": "Overshoot Scale",
|
|
146
|
+
"description": "The 'scale' part of a z-wave float representing this parameter",
|
|
147
|
+
"valueSize": 4,
|
|
148
|
+
"defaultValue": 1,
|
|
149
|
+
"readOnly": true
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"#": "6[0x07000000]",
|
|
153
|
+
"label": "Overshoot Size",
|
|
154
|
+
"description": "The 'size' part of a z-wave float representing this parameter, in bytes",
|
|
93
155
|
"valueSize": 4,
|
|
94
156
|
"minValue": 0,
|
|
157
|
+
"maxValue": 7,
|
|
158
|
+
"defaultValue": 2,
|
|
159
|
+
"unsigned": true,
|
|
160
|
+
"readOnly": true
|
|
161
|
+
},*/
|
|
162
|
+
{
|
|
163
|
+
"#": "7[0xffff00]",
|
|
164
|
+
"label": "Swing",
|
|
165
|
+
"description": "Allowable range: 0 to 3 in 0.5 °F increments.",
|
|
166
|
+
"unit": "0.1°F",
|
|
167
|
+
"valueSize": 4,
|
|
168
|
+
"minValue": -1,
|
|
95
169
|
"maxValue": 30,
|
|
96
|
-
"defaultValue": 0
|
|
170
|
+
"defaultValue": 0,
|
|
171
|
+
"options": [
|
|
172
|
+
{
|
|
173
|
+
"label": "Disabled",
|
|
174
|
+
"value": -1
|
|
175
|
+
}
|
|
176
|
+
]
|
|
97
177
|
},
|
|
178
|
+
/*{
|
|
179
|
+
"#": "7[0xe0000000]",
|
|
180
|
+
"label": "Swing Precision",
|
|
181
|
+
"description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
|
|
182
|
+
"valueSize": 4,
|
|
183
|
+
"minValue": 0,
|
|
184
|
+
"maxValue": 7,
|
|
185
|
+
"defaultValue": 1,
|
|
186
|
+
"unsigned": true,
|
|
187
|
+
"readOnly": true
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"#": "7[0x18000000]",
|
|
191
|
+
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
192
|
+
"label": "Swing Scale",
|
|
193
|
+
"description": "The 'scale' part of a z-wave float representing this parameter",
|
|
194
|
+
"valueSize": 4,
|
|
195
|
+
"defaultValue": 1,
|
|
196
|
+
"readOnly": true
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"#": "7[0x07000000]",
|
|
200
|
+
"label": "Swing Size",
|
|
201
|
+
"description": "The 'size' part of a z-wave float representing this parameter, in bytes",
|
|
202
|
+
"valueSize": 4,
|
|
203
|
+
"minValue": 0,
|
|
204
|
+
"maxValue": 7,
|
|
205
|
+
"defaultValue": 2,
|
|
206
|
+
"unsigned": true,
|
|
207
|
+
"readOnly": true
|
|
208
|
+
},*/
|
|
98
209
|
{
|
|
99
210
|
"#": "8",
|
|
100
211
|
"label": "Heat Staging Delay",
|
|
@@ -114,14 +225,52 @@
|
|
|
114
225
|
"defaultValue": 10
|
|
115
226
|
},
|
|
116
227
|
{
|
|
117
|
-
"#": "10",
|
|
228
|
+
"#": "10[0xffff00]",
|
|
118
229
|
"label": "Balance Setpoint",
|
|
119
|
-
"description": "
|
|
230
|
+
"description": "Allowable range: 0 to 95 in 1 °F increments.",
|
|
231
|
+
"unit": "0.1°F",
|
|
120
232
|
"valueSize": 4,
|
|
121
|
-
"minValue":
|
|
233
|
+
"minValue": -1,
|
|
122
234
|
"maxValue": 950,
|
|
123
|
-
"defaultValue": 350
|
|
235
|
+
"defaultValue": 350,
|
|
236
|
+
"options": [
|
|
237
|
+
{
|
|
238
|
+
"label": "Disabled",
|
|
239
|
+
"value": -1
|
|
240
|
+
}
|
|
241
|
+
]
|
|
242
|
+
},
|
|
243
|
+
/*{
|
|
244
|
+
"#": "10[0xe0000000]",
|
|
245
|
+
"label": "Balance Setpoint Precision",
|
|
246
|
+
"description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
|
|
247
|
+
"valueSize": 4,
|
|
248
|
+
"minValue": 0,
|
|
249
|
+
"maxValue": 7,
|
|
250
|
+
"defaultValue": 1,
|
|
251
|
+
"unsigned": true,
|
|
252
|
+
"readOnly": true
|
|
124
253
|
},
|
|
254
|
+
{
|
|
255
|
+
"#": "10[0x18000000]",
|
|
256
|
+
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
257
|
+
"label": "Balance Setpoint Scale",
|
|
258
|
+
"description": "The 'scale' part of a z-wave float representing this parameter",
|
|
259
|
+
"valueSize": 4,
|
|
260
|
+
"defaultValue": 1,
|
|
261
|
+
"readOnly": true
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"#": "10[0x07000000]",
|
|
265
|
+
"label": "Balance Setpoint Size",
|
|
266
|
+
"description": "The 'size' part of a z-wave float representing this parameter, in bytes",
|
|
267
|
+
"valueSize": 4,
|
|
268
|
+
"minValue": 0,
|
|
269
|
+
"maxValue": 7,
|
|
270
|
+
"defaultValue": 2,
|
|
271
|
+
"unsigned": true,
|
|
272
|
+
"readOnly": true
|
|
273
|
+
},*/
|
|
125
274
|
{
|
|
126
275
|
"#": "11",
|
|
127
276
|
"label": "Recovery Settings",
|
|
@@ -153,7 +302,7 @@
|
|
|
153
302
|
{
|
|
154
303
|
"#": "13",
|
|
155
304
|
"label": "Fan Circulation Duty Cycle",
|
|
156
|
-
"
|
|
305
|
+
"unit": "%",
|
|
157
306
|
"valueSize": 1,
|
|
158
307
|
"minValue": 0,
|
|
159
308
|
"maxValue": 100,
|
|
@@ -162,48 +311,200 @@
|
|
|
162
311
|
{
|
|
163
312
|
"#": "14",
|
|
164
313
|
"label": "Fan Purge Time",
|
|
165
|
-
"
|
|
314
|
+
"unit": "seconds",
|
|
166
315
|
"valueSize": 2,
|
|
167
316
|
"minValue": 1,
|
|
168
317
|
"maxValue": 3600,
|
|
169
318
|
"defaultValue": 60
|
|
170
319
|
},
|
|
171
320
|
{
|
|
172
|
-
"#": "15",
|
|
321
|
+
"#": "15[0xffff00]",
|
|
173
322
|
"label": "Maximum Heat Setpoint",
|
|
174
|
-
"description": "
|
|
323
|
+
"description": "Allowable range: 35 to 95 in 1 °F increments.",
|
|
324
|
+
"unit": "0.1°F",
|
|
175
325
|
"valueSize": 4,
|
|
176
|
-
"minValue":
|
|
326
|
+
"minValue": -1,
|
|
177
327
|
"maxValue": 950,
|
|
178
|
-
"defaultValue": 950
|
|
328
|
+
"defaultValue": 950,
|
|
329
|
+
"options": [
|
|
330
|
+
{
|
|
331
|
+
"label": "Disabled",
|
|
332
|
+
"value": -1
|
|
333
|
+
}
|
|
334
|
+
]
|
|
335
|
+
},
|
|
336
|
+
/*{
|
|
337
|
+
"#": "15[0xe0000000]",
|
|
338
|
+
"label": "Maximum Heat Setpoint Precision",
|
|
339
|
+
"description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
|
|
340
|
+
"valueSize": 4,
|
|
341
|
+
"minValue": 0,
|
|
342
|
+
"maxValue": 7,
|
|
343
|
+
"defaultValue": 1,
|
|
344
|
+
"unsigned": true,
|
|
345
|
+
"readOnly": true
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"#": "15[0x18000000]",
|
|
349
|
+
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
350
|
+
"label": "Maximum Heat Setpoint Scale",
|
|
351
|
+
"description": "The 'scale' part of a z-wave float representing this parameter",
|
|
352
|
+
"valueSize": 4,
|
|
353
|
+
"defaultValue": 1,
|
|
354
|
+
"readOnly": true
|
|
179
355
|
},
|
|
180
356
|
{
|
|
181
|
-
"#": "
|
|
357
|
+
"#": "15[0x07000000]",
|
|
358
|
+
"label": "Maximum Heat Setpoint Size",
|
|
359
|
+
"description": "The 'size' part of a z-wave float representing this parameter, in bytes",
|
|
360
|
+
"valueSize": 4,
|
|
361
|
+
"minValue": 0,
|
|
362
|
+
"maxValue": 7,
|
|
363
|
+
"defaultValue": 2,
|
|
364
|
+
"unsigned": true,
|
|
365
|
+
"readOnly": true
|
|
366
|
+
},*/
|
|
367
|
+
{
|
|
368
|
+
"#": "16[0xffff00]",
|
|
182
369
|
"label": "Minimum Heat Setpoint",
|
|
183
|
-
"description": "
|
|
370
|
+
"description": "Allowable range: 35 to 95 in 1 °F increments.",
|
|
371
|
+
"unit": "0.1°F",
|
|
184
372
|
"valueSize": 4,
|
|
185
|
-
"minValue":
|
|
373
|
+
"minValue": -1,
|
|
186
374
|
"maxValue": 950,
|
|
187
|
-
"defaultValue": 350
|
|
375
|
+
"defaultValue": 350,
|
|
376
|
+
"options": [
|
|
377
|
+
{
|
|
378
|
+
"label": "Disabled",
|
|
379
|
+
"value": -1
|
|
380
|
+
}
|
|
381
|
+
]
|
|
382
|
+
},
|
|
383
|
+
/*{
|
|
384
|
+
"#": "16[0xe0000000]",
|
|
385
|
+
"label": "Minimum Heat Setpoint Precision",
|
|
386
|
+
"description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
|
|
387
|
+
"valueSize": 4,
|
|
388
|
+
"minValue": 0,
|
|
389
|
+
"maxValue": 7,
|
|
390
|
+
"defaultValue": 1,
|
|
391
|
+
"unsigned": true,
|
|
392
|
+
"readOnly": true
|
|
188
393
|
},
|
|
189
394
|
{
|
|
190
|
-
"#": "
|
|
395
|
+
"#": "16[0x18000000]",
|
|
396
|
+
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
397
|
+
"label": "Minimum Heat Setpoint Scale",
|
|
398
|
+
"description": "The 'scale' part of a z-wave float representing this parameter",
|
|
399
|
+
"valueSize": 4,
|
|
400
|
+
"defaultValue": 1,
|
|
401
|
+
"readOnly": true
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
"#": "16[0x07000000]",
|
|
405
|
+
"label": "Minimum Heat Setpoint Size",
|
|
406
|
+
"description": "The 'size' part of a z-wave float representing this parameter, in bytes",
|
|
407
|
+
"valueSize": 4,
|
|
408
|
+
"minValue": 0,
|
|
409
|
+
"maxValue": 7,
|
|
410
|
+
"defaultValue": 2,
|
|
411
|
+
"unsigned": true,
|
|
412
|
+
"readOnly": true
|
|
413
|
+
},*/
|
|
414
|
+
{
|
|
415
|
+
"#": "17[0xffff00]",
|
|
191
416
|
"label": "Maximum Cool Setpoint",
|
|
192
|
-
"description": "
|
|
417
|
+
"description": "Allowable range: 50 to 95 in 1 °F increments.",
|
|
418
|
+
"unit": "0.1°F",
|
|
193
419
|
"valueSize": 4,
|
|
194
|
-
"minValue":
|
|
420
|
+
"minValue": -1,
|
|
195
421
|
"maxValue": 950,
|
|
196
|
-
"defaultValue": 950
|
|
422
|
+
"defaultValue": 950,
|
|
423
|
+
"options": [
|
|
424
|
+
{
|
|
425
|
+
"label": "Disabled",
|
|
426
|
+
"value": -1
|
|
427
|
+
}
|
|
428
|
+
]
|
|
429
|
+
},
|
|
430
|
+
/*{
|
|
431
|
+
"#": "17[0xe0000000]",
|
|
432
|
+
"label": "Maximum Cool Setpoint Precision",
|
|
433
|
+
"description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
|
|
434
|
+
"valueSize": 4,
|
|
435
|
+
"minValue": 0,
|
|
436
|
+
"maxValue": 7,
|
|
437
|
+
"defaultValue": 1,
|
|
438
|
+
"unsigned": true,
|
|
439
|
+
"readOnly": true
|
|
197
440
|
},
|
|
198
441
|
{
|
|
199
|
-
"#": "
|
|
442
|
+
"#": "17[0x18000000]",
|
|
443
|
+
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
444
|
+
"label": "Maximum Cool Setpoint Scale",
|
|
445
|
+
"description": "The 'scale' part of a z-wave float representing this parameter",
|
|
446
|
+
"valueSize": 4,
|
|
447
|
+
"defaultValue": 1,
|
|
448
|
+
"readOnly": true
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"#": "17[0x07000000]",
|
|
452
|
+
"label": "Maximum Cool Setpoint Size",
|
|
453
|
+
"description": "The 'size' part of a z-wave float representing this parameter, in bytes",
|
|
454
|
+
"valueSize": 4,
|
|
455
|
+
"minValue": 0,
|
|
456
|
+
"maxValue": 7,
|
|
457
|
+
"defaultValue": 2,
|
|
458
|
+
"unsigned": true,
|
|
459
|
+
"readOnly": true
|
|
460
|
+
},*/
|
|
461
|
+
{
|
|
462
|
+
"#": "18[0xffff00]",
|
|
200
463
|
"label": "Minimum Cool Setpoint",
|
|
201
|
-
"description": "
|
|
464
|
+
"description": "Allowable range: 50 to 95 in 1 °F increments.",
|
|
465
|
+
"unit": "0.1°F",
|
|
202
466
|
"valueSize": 4,
|
|
203
|
-
"minValue":
|
|
467
|
+
"minValue": -1,
|
|
204
468
|
"maxValue": 950,
|
|
205
|
-
"defaultValue": 500
|
|
469
|
+
"defaultValue": 500,
|
|
470
|
+
"options": [
|
|
471
|
+
{
|
|
472
|
+
"label": "Disabled",
|
|
473
|
+
"value": -1
|
|
474
|
+
}
|
|
475
|
+
]
|
|
476
|
+
},
|
|
477
|
+
/*{
|
|
478
|
+
"#": "18[0xe0000000]",
|
|
479
|
+
"label": "Minimum Cool Setpoint Precision",
|
|
480
|
+
"description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
|
|
481
|
+
"valueSize": 4,
|
|
482
|
+
"minValue": 0,
|
|
483
|
+
"maxValue": 7,
|
|
484
|
+
"defaultValue": 1,
|
|
485
|
+
"unsigned": true,
|
|
486
|
+
"readOnly": true
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"#": "18[0x18000000]",
|
|
490
|
+
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
491
|
+
"label": "Minimum Cool Setpoint Scale",
|
|
492
|
+
"description": "The 'scale' part of a z-wave float representing this parameter",
|
|
493
|
+
"valueSize": 4,
|
|
494
|
+
"defaultValue": 1,
|
|
495
|
+
"readOnly": true
|
|
206
496
|
},
|
|
497
|
+
{
|
|
498
|
+
"#": "18[0x07000000]",
|
|
499
|
+
"label": "Minimum Cool Setpoint Size",
|
|
500
|
+
"description": "The 'size' part of a z-wave float representing this parameter, in bytes",
|
|
501
|
+
"valueSize": 4,
|
|
502
|
+
"minValue": 0,
|
|
503
|
+
"maxValue": 7,
|
|
504
|
+
"defaultValue": 2,
|
|
505
|
+
"unsigned": true,
|
|
506
|
+
"readOnly": true
|
|
507
|
+
},*/
|
|
207
508
|
{
|
|
208
509
|
"#": "19",
|
|
209
510
|
"label": "Thermostat Lock",
|
|
@@ -252,21 +553,9 @@
|
|
|
252
553
|
},
|
|
253
554
|
{
|
|
254
555
|
"#": "23",
|
|
556
|
+
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
255
557
|
"label": "Temperature Display Units",
|
|
256
|
-
"
|
|
257
|
-
"valueSize": 1,
|
|
258
|
-
"defaultValue": 1,
|
|
259
|
-
"allowManualEntry": false,
|
|
260
|
-
"options": [
|
|
261
|
-
{
|
|
262
|
-
"label": "Celsius",
|
|
263
|
-
"value": 0
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
"label": "Farenheit",
|
|
267
|
-
"value": 1
|
|
268
|
-
}
|
|
269
|
-
]
|
|
558
|
+
"defaultValue": 1
|
|
270
559
|
},
|
|
271
560
|
{
|
|
272
561
|
"#": "24",
|
|
@@ -334,8 +623,7 @@
|
|
|
334
623
|
},
|
|
335
624
|
{
|
|
336
625
|
"#": "26",
|
|
337
|
-
"label": "Power Source",
|
|
338
|
-
"description": "Which source of power is utilized.",
|
|
626
|
+
"label": "Active Power Source",
|
|
339
627
|
"valueSize": 1,
|
|
340
628
|
"defaultValue": 0,
|
|
341
629
|
"allowManualEntry": false,
|
|
@@ -353,7 +641,7 @@
|
|
|
353
641
|
{
|
|
354
642
|
"#": "27",
|
|
355
643
|
"label": "Battery Alert Threshold Low",
|
|
356
|
-
"
|
|
644
|
+
"unit": "%",
|
|
357
645
|
"valueSize": 1,
|
|
358
646
|
"minValue": 0,
|
|
359
647
|
"maxValue": 100,
|
|
@@ -362,7 +650,7 @@
|
|
|
362
650
|
{
|
|
363
651
|
"#": "28",
|
|
364
652
|
"label": "Battery Alert Threshold Very Low",
|
|
365
|
-
"
|
|
653
|
+
"unit": "%",
|
|
366
654
|
"valueSize": 1,
|
|
367
655
|
"minValue": 0,
|
|
368
656
|
"maxValue": 100,
|
|
@@ -370,49 +658,151 @@
|
|
|
370
658
|
},
|
|
371
659
|
{
|
|
372
660
|
"#": "30",
|
|
661
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
373
662
|
"label": "Remote Temperature Enable",
|
|
374
|
-
"description": "
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
"
|
|
663
|
+
"description": "Use remote temperature sensor instead of built-in."
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"#": "31[0xffff00]",
|
|
667
|
+
"label": "Heat Differential",
|
|
668
|
+
"description": "Allowable range: 1 to 10 in 0.5 °F increments.",
|
|
669
|
+
"unit": "0.1°F",
|
|
670
|
+
"valueSize": 4,
|
|
671
|
+
"minValue": -1,
|
|
672
|
+
"maxValue": 100,
|
|
673
|
+
"defaultValue": 30,
|
|
378
674
|
"options": [
|
|
379
675
|
{
|
|
380
676
|
"label": "Disabled",
|
|
381
|
-
"value":
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"label": "Enabled",
|
|
385
|
-
"value": 1
|
|
677
|
+
"value": -1
|
|
386
678
|
}
|
|
387
679
|
]
|
|
388
680
|
},
|
|
681
|
+
/*{
|
|
682
|
+
"#": "31[0xe0000000]",
|
|
683
|
+
"label": "Heat Differential Precision",
|
|
684
|
+
"description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
|
|
685
|
+
"valueSize": 4,
|
|
686
|
+
"minValue": 0,
|
|
687
|
+
"maxValue": 7,
|
|
688
|
+
"defaultValue": 1,
|
|
689
|
+
"unsigned": true,
|
|
690
|
+
"readOnly": true
|
|
691
|
+
},
|
|
389
692
|
{
|
|
390
|
-
"#": "31",
|
|
391
|
-
"
|
|
392
|
-
"
|
|
693
|
+
"#": "31[0x18000000]",
|
|
694
|
+
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
695
|
+
"label": "Heat Differential Scale",
|
|
696
|
+
"description": "The 'scale' part of a z-wave float representing this parameter",
|
|
393
697
|
"valueSize": 4,
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"defaultValue": 30
|
|
698
|
+
"defaultValue": 1,
|
|
699
|
+
"readOnly": true
|
|
397
700
|
},
|
|
398
701
|
{
|
|
399
|
-
"#": "
|
|
702
|
+
"#": "31[0x07000000]",
|
|
703
|
+
"label": "Heat Differential Size",
|
|
704
|
+
"description": "The 'size' part of a z-wave float representing this parameter, in bytes",
|
|
705
|
+
"valueSize": 4,
|
|
706
|
+
"minValue": 0,
|
|
707
|
+
"maxValue": 7,
|
|
708
|
+
"defaultValue": 2,
|
|
709
|
+
"unsigned": true,
|
|
710
|
+
"readOnly": true
|
|
711
|
+
},*/
|
|
712
|
+
{
|
|
713
|
+
"#": "32[0xffff00]",
|
|
400
714
|
"label": "Cool Differential",
|
|
401
|
-
"description": "
|
|
715
|
+
"description": "Allowable range: 1 to 10 in 0.5 °F increments.",
|
|
716
|
+
"unit": "0.1°F",
|
|
402
717
|
"valueSize": 4,
|
|
403
|
-
"minValue":
|
|
718
|
+
"minValue": -1,
|
|
404
719
|
"maxValue": 100,
|
|
405
|
-
"defaultValue": 30
|
|
720
|
+
"defaultValue": 30,
|
|
721
|
+
"options": [
|
|
722
|
+
{
|
|
723
|
+
"label": "Disabled",
|
|
724
|
+
"value": -1
|
|
725
|
+
}
|
|
726
|
+
]
|
|
727
|
+
},
|
|
728
|
+
/*{
|
|
729
|
+
"#": "32[0xe0000000]",
|
|
730
|
+
"label": "Cool Differential Precision",
|
|
731
|
+
"description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
|
|
732
|
+
"valueSize": 4,
|
|
733
|
+
"minValue": 0,
|
|
734
|
+
"maxValue": 7,
|
|
735
|
+
"defaultValue": 1,
|
|
736
|
+
"unsigned": true,
|
|
737
|
+
"readOnly": true
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"#": "32[0x18000000]",
|
|
741
|
+
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
742
|
+
"label": "Cool Differential Scale",
|
|
743
|
+
"description": "The 'scale' part of a z-wave float representing this parameter",
|
|
744
|
+
"valueSize": 4,
|
|
745
|
+
"defaultValue": 1,
|
|
746
|
+
"readOnly": true
|
|
406
747
|
},
|
|
407
748
|
{
|
|
408
|
-
"#": "
|
|
749
|
+
"#": "32[0x07000000]",
|
|
750
|
+
"label": "Cool Differential Size",
|
|
751
|
+
"description": "The 'size' part of a z-wave float representing this parameter, in bytes",
|
|
752
|
+
"valueSize": 4,
|
|
753
|
+
"minValue": 0,
|
|
754
|
+
"maxValue": 7,
|
|
755
|
+
"defaultValue": 2,
|
|
756
|
+
"unsigned": true,
|
|
757
|
+
"readOnly": true
|
|
758
|
+
},*/
|
|
759
|
+
{
|
|
760
|
+
"#": "33[0xffff00]",
|
|
409
761
|
"label": "Temperature Reporting Threshold",
|
|
410
|
-
"description": "
|
|
762
|
+
"description": "Allowable range: 0.5 to 2 in 0.5 °F increments.",
|
|
763
|
+
"unit": "0.1°F",
|
|
411
764
|
"valueSize": 4,
|
|
412
|
-
"minValue":
|
|
765
|
+
"minValue": -1,
|
|
413
766
|
"maxValue": 20,
|
|
414
|
-
"defaultValue": 10
|
|
767
|
+
"defaultValue": 10,
|
|
768
|
+
"options": [
|
|
769
|
+
{
|
|
770
|
+
"label": "Disabled",
|
|
771
|
+
"value": -1
|
|
772
|
+
}
|
|
773
|
+
]
|
|
774
|
+
},
|
|
775
|
+
/*{
|
|
776
|
+
"#": "33[0xe0000000]",
|
|
777
|
+
"label": "Temperature Reporting Threshold Precision",
|
|
778
|
+
"description": "The 'precision' part of a z-wave float representing this parameter. This is the number of decimal digits included in the temperature value. For example with a precision of 1, a value of 15 represents 1.5 °F",
|
|
779
|
+
"valueSize": 4,
|
|
780
|
+
"minValue": 0,
|
|
781
|
+
"maxValue": 7,
|
|
782
|
+
"defaultValue": 1,
|
|
783
|
+
"unsigned": true,
|
|
784
|
+
"readOnly": true
|
|
415
785
|
},
|
|
786
|
+
{
|
|
787
|
+
"#": "33[0x18000000]",
|
|
788
|
+
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
789
|
+
"label": "Temperature Reporting Threshold Scale",
|
|
790
|
+
"description": "The 'scale' part of a z-wave float representing this parameter",
|
|
791
|
+
"valueSize": 4,
|
|
792
|
+
"defaultValue": 1,
|
|
793
|
+
"readOnly": true
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"#": "33[0x07000000]",
|
|
797
|
+
"label": "Temperature Reporting Threshold Size",
|
|
798
|
+
"description": "The 'size' part of a z-wave float representing this parameter, in bytes",
|
|
799
|
+
"valueSize": 4,
|
|
800
|
+
"minValue": 0,
|
|
801
|
+
"maxValue": 7,
|
|
802
|
+
"defaultValue": 2,
|
|
803
|
+
"unsigned": true,
|
|
804
|
+
"readOnly": true
|
|
805
|
+
},*/
|
|
416
806
|
{
|
|
417
807
|
"#": "34",
|
|
418
808
|
"label": "O/B Select",
|
|
@@ -433,21 +823,8 @@
|
|
|
433
823
|
},
|
|
434
824
|
{
|
|
435
825
|
"#": "35",
|
|
436
|
-
"
|
|
437
|
-
"
|
|
438
|
-
"valueSize": 1,
|
|
439
|
-
"defaultValue": 0,
|
|
440
|
-
"allowManualEntry": false,
|
|
441
|
-
"options": [
|
|
442
|
-
{
|
|
443
|
-
"label": "Disabled",
|
|
444
|
-
"value": 0
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
"label": "Enabled",
|
|
448
|
-
"value": 1
|
|
449
|
-
}
|
|
450
|
-
]
|
|
826
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
827
|
+
"label": "Z-Wave Echo Association Reports"
|
|
451
828
|
}
|
|
452
829
|
]
|
|
453
830
|
}
|