@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,1333 @@
|
|
|
1
|
+
{
|
|
2
|
+
"primary_power_high_entry_value": {
|
|
3
|
+
// param 1
|
|
4
|
+
"label": "Primary Power High Entry Threshold",
|
|
5
|
+
"unit": "W",
|
|
6
|
+
"valueSize": 2,
|
|
7
|
+
"minValue": 0,
|
|
8
|
+
"maxValue": 2400,
|
|
9
|
+
"unsigned": true,
|
|
10
|
+
"defaultValue": 2400
|
|
11
|
+
},
|
|
12
|
+
"primary_power_low_entry_value": {
|
|
13
|
+
// param 2
|
|
14
|
+
"label": "Primary Power Low Entry Value",
|
|
15
|
+
"unit": "W",
|
|
16
|
+
"valueSize": 2,
|
|
17
|
+
"minValue": 0,
|
|
18
|
+
"maxValue": 2400,
|
|
19
|
+
"unsigned": true,
|
|
20
|
+
"defaultValue": 0
|
|
21
|
+
},
|
|
22
|
+
"primary_power_high_exit_value": {
|
|
23
|
+
// param 3
|
|
24
|
+
"label": "Primary Power High Exit Value",
|
|
25
|
+
"unit": "W",
|
|
26
|
+
"valueSize": 2,
|
|
27
|
+
"minValue": 0,
|
|
28
|
+
"maxValue": 2400,
|
|
29
|
+
"unsigned": true,
|
|
30
|
+
"defaultValue": 2400
|
|
31
|
+
},
|
|
32
|
+
"primary_power_low_exit_value": {
|
|
33
|
+
// param 4
|
|
34
|
+
"label": "Primary Power Low Exit Value",
|
|
35
|
+
"unit": "W",
|
|
36
|
+
"valueSize": 2,
|
|
37
|
+
"minValue": 0,
|
|
38
|
+
"maxValue": 2400,
|
|
39
|
+
"unsigned": true,
|
|
40
|
+
"defaultValue": 0
|
|
41
|
+
},
|
|
42
|
+
"primary_power_high_delay": {
|
|
43
|
+
//param 5
|
|
44
|
+
"label": "Primary Power High Delay",
|
|
45
|
+
"unit": "seconds",
|
|
46
|
+
"valueSize": 2,
|
|
47
|
+
"minValue": 0,
|
|
48
|
+
"maxValue": 65535,
|
|
49
|
+
"unsigned": true,
|
|
50
|
+
"defaultValue": 0
|
|
51
|
+
},
|
|
52
|
+
"primary_power_low_delay": {
|
|
53
|
+
//param 6
|
|
54
|
+
"label": "Primary Power Low Delay",
|
|
55
|
+
"unit": "seconds",
|
|
56
|
+
"valueSize": 2,
|
|
57
|
+
"minValue": 0,
|
|
58
|
+
"maxValue": 65535,
|
|
59
|
+
"unsigned": true,
|
|
60
|
+
"defaultValue": 0
|
|
61
|
+
},
|
|
62
|
+
"primary_power_periodic_report": {
|
|
63
|
+
// param 7
|
|
64
|
+
"label": "Primary Power Periodic Report",
|
|
65
|
+
"unit": "seconds",
|
|
66
|
+
"valueSize": 2,
|
|
67
|
+
"minValue": 0,
|
|
68
|
+
"maxValue": 65535,
|
|
69
|
+
"unsigned": true,
|
|
70
|
+
"defaultValue": 3600
|
|
71
|
+
},
|
|
72
|
+
"primary_power_change_report": {
|
|
73
|
+
// param 8
|
|
74
|
+
"label": "Primary Power Change Report",
|
|
75
|
+
"unit": "W",
|
|
76
|
+
"valueSize": 2,
|
|
77
|
+
"minValue": 0,
|
|
78
|
+
"maxValue": 2400,
|
|
79
|
+
"unsigned": true,
|
|
80
|
+
"defaultValue": 10
|
|
81
|
+
},
|
|
82
|
+
"primary_power_renotification_delay": {
|
|
83
|
+
// param 9
|
|
84
|
+
"label": "Primary Power Renotification Delay",
|
|
85
|
+
"unit": "seconds",
|
|
86
|
+
"valueSize": 2,
|
|
87
|
+
"minValue": 0,
|
|
88
|
+
"maxValue": 65535,
|
|
89
|
+
"unsigned": true,
|
|
90
|
+
"defaultValue": 0
|
|
91
|
+
},
|
|
92
|
+
"primary_power_high_entry_set_value": {
|
|
93
|
+
// param 10
|
|
94
|
+
"label": "Primary Power High Entry Set value",
|
|
95
|
+
"valueSize": 1,
|
|
96
|
+
"minValue": 0,
|
|
97
|
+
"maxValue": 255,
|
|
98
|
+
"unsigned": true,
|
|
99
|
+
"defaultValue": 255
|
|
100
|
+
},
|
|
101
|
+
"primary_power_high_exit_set_value": {
|
|
102
|
+
// param 11
|
|
103
|
+
"label": "Primary Power High Exit Set value",
|
|
104
|
+
"valueSize": 1,
|
|
105
|
+
"minValue": 0,
|
|
106
|
+
"maxValue": 255,
|
|
107
|
+
"unsigned": true,
|
|
108
|
+
"defaultValue": 0
|
|
109
|
+
},
|
|
110
|
+
"primary_power_low_entry_set_value": {
|
|
111
|
+
// param 12
|
|
112
|
+
"label": "Primary Power Low Entry Set Value",
|
|
113
|
+
"valueSize": 1,
|
|
114
|
+
"minValue": 0,
|
|
115
|
+
"maxValue": 255,
|
|
116
|
+
"unsigned": true,
|
|
117
|
+
"defaultValue": 255
|
|
118
|
+
},
|
|
119
|
+
"primary_power_low_exit_set_value": {
|
|
120
|
+
// param 13
|
|
121
|
+
"label": "Primary Power Low Exit Set Value",
|
|
122
|
+
"valueSize": 1,
|
|
123
|
+
"minValue": 0,
|
|
124
|
+
"maxValue": 255,
|
|
125
|
+
"unsigned": true,
|
|
126
|
+
"defaultValue": 0
|
|
127
|
+
},
|
|
128
|
+
"primary_power_high_actions_control_associations_on_entry": {
|
|
129
|
+
// param 14b0
|
|
130
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
131
|
+
"label": "Primary Power High Actions: Control Associations on Entry"
|
|
132
|
+
},
|
|
133
|
+
"primary_power_high_actions_control_associations_on_exit": {
|
|
134
|
+
// param 14b1
|
|
135
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
136
|
+
"label": "Primary Power High Actions: Control Associations on Exit"
|
|
137
|
+
},
|
|
138
|
+
"primary_power_high_actions_control_host_on_entry": {
|
|
139
|
+
// param 14b2
|
|
140
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
141
|
+
"label": "Primary Power High Actions: Control Host on Entry"
|
|
142
|
+
},
|
|
143
|
+
"primary_power_high_actions_control_host_on_exit": {
|
|
144
|
+
// param 14b3
|
|
145
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
146
|
+
"label": "Primary Power High Actions: Control Host on Exit"
|
|
147
|
+
},
|
|
148
|
+
"primary_power_high_actions_report_transitions": {
|
|
149
|
+
// param 14b4
|
|
150
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
151
|
+
"label": "Primary Power High Actions: Report Transitions"
|
|
152
|
+
},
|
|
153
|
+
"primary_power_high_actions_apply_entry_delay": {
|
|
154
|
+
// param 14b5
|
|
155
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
156
|
+
"label": "Primary Power High Actions: Apply Entry Delay"
|
|
157
|
+
},
|
|
158
|
+
"primary_power_high_actions_apply_exit_delay": {
|
|
159
|
+
// param 14b6
|
|
160
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
161
|
+
"label": "Primary Power High Actions: Apply Exit Delay"
|
|
162
|
+
},
|
|
163
|
+
"primary_power_low_actions_control_associations_on_entry": {
|
|
164
|
+
// param 15b0
|
|
165
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
166
|
+
"label": "Primary Power Low Actions: Control Associations on Entry"
|
|
167
|
+
},
|
|
168
|
+
"primary_power_low_actions_control_associations_on_exit": {
|
|
169
|
+
// param 15b1
|
|
170
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
171
|
+
"label": "Primary Power Low Actions: Control Associations on Exit"
|
|
172
|
+
},
|
|
173
|
+
"primary_power_low_actions_control_host_on_entry": {
|
|
174
|
+
// param 15b2
|
|
175
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
176
|
+
"label": "Primary Power Low Actions: Control Host on Entry"
|
|
177
|
+
},
|
|
178
|
+
"primary_power_low_actions_control_host_on_exit": {
|
|
179
|
+
// param 15b3
|
|
180
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
181
|
+
"label": "Primary Power Low Actions: Control Associations on Exit"
|
|
182
|
+
},
|
|
183
|
+
"primary_power_low_actions_report_transitions": {
|
|
184
|
+
// param 15b4
|
|
185
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
186
|
+
"label": "Primary Power Low Actions: Report Transitions"
|
|
187
|
+
},
|
|
188
|
+
"primary_power_low_actions_apply_entry_delay": {
|
|
189
|
+
// param 15b5
|
|
190
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
191
|
+
"label": "Primary Power Low Actions: Apply Entry Delay"
|
|
192
|
+
},
|
|
193
|
+
"primary_power_low_actions_apply_exit_delay": {
|
|
194
|
+
// param 15b6
|
|
195
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
196
|
+
"label": "Primary Power Low Actions: Apply Exit Delay"
|
|
197
|
+
},
|
|
198
|
+
"secondary_power_high_entry_value": {
|
|
199
|
+
// param 24
|
|
200
|
+
"label": "Secondary Power High Entry Value",
|
|
201
|
+
"unit": "W",
|
|
202
|
+
"valueSize": 2,
|
|
203
|
+
"minValue": 0,
|
|
204
|
+
"maxValue": 2400,
|
|
205
|
+
"unsigned": true,
|
|
206
|
+
"defaultValue": 2400
|
|
207
|
+
},
|
|
208
|
+
"secondary_power_low_entry_value": {
|
|
209
|
+
// param 25
|
|
210
|
+
"label": "Secondary Power Low Entry Value",
|
|
211
|
+
"unit": "W",
|
|
212
|
+
"valueSize": 2,
|
|
213
|
+
"minValue": 0,
|
|
214
|
+
"maxValue": 2400,
|
|
215
|
+
"unsigned": true,
|
|
216
|
+
"defaultValue": 0
|
|
217
|
+
},
|
|
218
|
+
"secondary_power_high_exit_value": {
|
|
219
|
+
// param 26
|
|
220
|
+
"label": "Secondary Power High Exit Value",
|
|
221
|
+
"unit": "W",
|
|
222
|
+
"valueSize": 2,
|
|
223
|
+
"minValue": 0,
|
|
224
|
+
"maxValue": 2400,
|
|
225
|
+
"unsigned": true,
|
|
226
|
+
"defaultValue": 2400
|
|
227
|
+
},
|
|
228
|
+
"secondary_power_low_exit_value": {
|
|
229
|
+
// param 27
|
|
230
|
+
"label": "Secondary Power Low Exit Value",
|
|
231
|
+
"unit": "W",
|
|
232
|
+
"valueSize": 2,
|
|
233
|
+
"minValue": 0,
|
|
234
|
+
"maxValue": 2400,
|
|
235
|
+
"unsigned": true,
|
|
236
|
+
"defaultValue": 0
|
|
237
|
+
},
|
|
238
|
+
"secondary_power_high_delay": {
|
|
239
|
+
// param 28
|
|
240
|
+
"label": "Secondary Power High Delay",
|
|
241
|
+
"unit": "seconds",
|
|
242
|
+
"valueSize": 2,
|
|
243
|
+
"minValue": 0,
|
|
244
|
+
"maxValue": 65535,
|
|
245
|
+
"unsigned": true,
|
|
246
|
+
"defaultValue": 0
|
|
247
|
+
},
|
|
248
|
+
"secondary_power_low_delay": {
|
|
249
|
+
// param 29
|
|
250
|
+
"label": "Secondary Power Low Delay",
|
|
251
|
+
"unit": "seconds",
|
|
252
|
+
"valueSize": 2,
|
|
253
|
+
"minValue": 0,
|
|
254
|
+
"maxValue": 65535,
|
|
255
|
+
"unsigned": true,
|
|
256
|
+
"defaultValue": 0
|
|
257
|
+
},
|
|
258
|
+
"secondary_power_periodic_report": {
|
|
259
|
+
// param 30
|
|
260
|
+
"label": "Secondary Power Periodic Report",
|
|
261
|
+
"unit": "seconds",
|
|
262
|
+
"valueSize": 2,
|
|
263
|
+
"minValue": 0,
|
|
264
|
+
"maxValue": 65535,
|
|
265
|
+
"unsigned": true,
|
|
266
|
+
"defaultValue": 3600
|
|
267
|
+
},
|
|
268
|
+
"secondary_power_change_report": {
|
|
269
|
+
// param 31
|
|
270
|
+
"label": "Secondary Power Change Report",
|
|
271
|
+
"unit": "W",
|
|
272
|
+
"valueSize": 2,
|
|
273
|
+
"minValue": 0,
|
|
274
|
+
"maxValue": 2400,
|
|
275
|
+
"unsigned": true,
|
|
276
|
+
"defaultValue": 10
|
|
277
|
+
},
|
|
278
|
+
"secondary_power_renotification_delay": {
|
|
279
|
+
// param 32
|
|
280
|
+
"label": "Secondary Power Renotification Delay",
|
|
281
|
+
"unit": "seconds",
|
|
282
|
+
"valueSize": 2,
|
|
283
|
+
"minValue": 0,
|
|
284
|
+
"maxValue": 65535,
|
|
285
|
+
"unsigned": true,
|
|
286
|
+
"defaultValue": 0
|
|
287
|
+
},
|
|
288
|
+
"secondary_power_high_entry_set_value": {
|
|
289
|
+
// param 33
|
|
290
|
+
"label": "Secondary Power High Entry Set value",
|
|
291
|
+
"valueSize": 1,
|
|
292
|
+
"minValue": 0,
|
|
293
|
+
"maxValue": 255,
|
|
294
|
+
"unsigned": true,
|
|
295
|
+
"defaultValue": 255
|
|
296
|
+
},
|
|
297
|
+
"secondary_power_high_exit_set_value": {
|
|
298
|
+
// param 34
|
|
299
|
+
"label": "Secondary Power High Exit Set value",
|
|
300
|
+
"valueSize": 1,
|
|
301
|
+
"minValue": 0,
|
|
302
|
+
"maxValue": 255,
|
|
303
|
+
"unsigned": true,
|
|
304
|
+
"defaultValue": 0
|
|
305
|
+
},
|
|
306
|
+
"secondary_power_low_entry_set_value": {
|
|
307
|
+
// param 35
|
|
308
|
+
"label": "Secondary Power Low Entry Set value",
|
|
309
|
+
"valueSize": 1,
|
|
310
|
+
"minValue": 0,
|
|
311
|
+
"maxValue": 255,
|
|
312
|
+
"unsigned": true,
|
|
313
|
+
"defaultValue": 255
|
|
314
|
+
},
|
|
315
|
+
"secondary_power_low_exit_set_value": {
|
|
316
|
+
// param 36
|
|
317
|
+
"label": "Secondary Power Low Exit Set Value",
|
|
318
|
+
"valueSize": 1,
|
|
319
|
+
"minValue": 0,
|
|
320
|
+
"maxValue": 255,
|
|
321
|
+
"unsigned": true,
|
|
322
|
+
"defaultValue": 0
|
|
323
|
+
},
|
|
324
|
+
"secondary_power_high_actions_control_associations_on_entry": {
|
|
325
|
+
// param 37b0
|
|
326
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
327
|
+
"label": "Secondary Power High Actions: Control Associations on Entry"
|
|
328
|
+
},
|
|
329
|
+
"secondary_power_high_actions_control_associations_on_exit": {
|
|
330
|
+
// param 37b1
|
|
331
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
332
|
+
"label": "Secondary Power High Actions: Control Associations on Exit"
|
|
333
|
+
},
|
|
334
|
+
"secondary_power_high_actions_control_host_on_entry": {
|
|
335
|
+
// param 37b2
|
|
336
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
337
|
+
"label": "Secondary Power High Actions: Control Host on Entry"
|
|
338
|
+
},
|
|
339
|
+
"secondary_power_high_actions_control_host_on_exit": {
|
|
340
|
+
// param 37b3
|
|
341
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
342
|
+
"label": "Secondary Power High Actions: Control Host on Exit"
|
|
343
|
+
},
|
|
344
|
+
"secondary_power_high_actions_report_transitions": {
|
|
345
|
+
// param 37b4
|
|
346
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
347
|
+
"label": "Secondary Power High Actions: Report Transitions"
|
|
348
|
+
},
|
|
349
|
+
"secondary_power_high_actions_apply_entry_delay": {
|
|
350
|
+
// param 37b5
|
|
351
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
352
|
+
"label": "Secondary Power High Actions: Apply Entry Delay"
|
|
353
|
+
},
|
|
354
|
+
"secondary_power_high_actions_apply_exit_delay": {
|
|
355
|
+
// param 37b6
|
|
356
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
357
|
+
"label": "Secondary Power High Actions: Apply Exit Delay"
|
|
358
|
+
},
|
|
359
|
+
"secondary_power_low_actions_control_associations_on_entry": {
|
|
360
|
+
// param 38b0
|
|
361
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
362
|
+
"label": "Secondary Power Low Actions: Control Associations on Entry"
|
|
363
|
+
},
|
|
364
|
+
"secondary_power_low_actions_control_associations_on_exit": {
|
|
365
|
+
// param 38b1
|
|
366
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
367
|
+
"label": "Secondary Power Low Actions: Control Associations on Exit"
|
|
368
|
+
},
|
|
369
|
+
"secondary_power_low_actions_control_host_on_entry": {
|
|
370
|
+
// param 38b2
|
|
371
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
372
|
+
"label": "Secondary Power Low Actions: Control Host on Entry"
|
|
373
|
+
},
|
|
374
|
+
"secondary_power_low_actions_control_host_on_exit": {
|
|
375
|
+
// param 38b3
|
|
376
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
377
|
+
"label": "Secondary Power Low Actions: Control Host on Exit"
|
|
378
|
+
},
|
|
379
|
+
"secondary_power_low_actions_report_transitions": {
|
|
380
|
+
// param 38b4
|
|
381
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
382
|
+
"label": "Secondary Power Low Actions: Report Transitions"
|
|
383
|
+
},
|
|
384
|
+
"secondary_power_low_actions_apply_entry_delay": {
|
|
385
|
+
// param 38b5
|
|
386
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
387
|
+
"label": "Secondary Power Low Actions: Apply Entry Delay"
|
|
388
|
+
},
|
|
389
|
+
"secondary_power_low_actions_apply_exit_delay": {
|
|
390
|
+
// param 38b6
|
|
391
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
392
|
+
"label": "Secondary Power Low Actions: Apply Exit Delay"
|
|
393
|
+
},
|
|
394
|
+
"motion_sensitivity_level": {
|
|
395
|
+
// param 48
|
|
396
|
+
"$import": "~/templates/master_template.json#base_0-100_nounit",
|
|
397
|
+
"label": "Motion Sensitivity Level"
|
|
398
|
+
},
|
|
399
|
+
"motion_renotification_delay": {
|
|
400
|
+
// param 49
|
|
401
|
+
"label": "Motion Renotification Delay",
|
|
402
|
+
"valueSize": 2,
|
|
403
|
+
"minValue": 0,
|
|
404
|
+
"maxValue": 65535,
|
|
405
|
+
"unsigned": true,
|
|
406
|
+
"defaultValue": 300
|
|
407
|
+
},
|
|
408
|
+
"motion_reset_delay": {
|
|
409
|
+
// param 50
|
|
410
|
+
"label": "Motion Reset Delay",
|
|
411
|
+
"valueSize": 2,
|
|
412
|
+
"minValue": 1,
|
|
413
|
+
"maxValue": 65535,
|
|
414
|
+
"unsigned": true,
|
|
415
|
+
"defaultValue": 300
|
|
416
|
+
},
|
|
417
|
+
"motion_detected_entry_set_value": {
|
|
418
|
+
// param 51
|
|
419
|
+
"label": "Motion Detected Entry Set Value",
|
|
420
|
+
"valueSize": 1,
|
|
421
|
+
"minValue": 0,
|
|
422
|
+
"maxValue": 255,
|
|
423
|
+
"unsigned": true,
|
|
424
|
+
"defaultValue": 255
|
|
425
|
+
},
|
|
426
|
+
"motion_detected_exit_set_value": {
|
|
427
|
+
// param 52
|
|
428
|
+
"label": "Motion Detected Exit Set Value",
|
|
429
|
+
"valueSize": 1,
|
|
430
|
+
"minValue": 0,
|
|
431
|
+
"maxValue": 255,
|
|
432
|
+
"unsigned": true,
|
|
433
|
+
"defaultValue": 0
|
|
434
|
+
},
|
|
435
|
+
"motion_actions_control_associations_on_entry": {
|
|
436
|
+
// param 53b0
|
|
437
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
438
|
+
"label": "Motion Actions: Control Associations on Entry"
|
|
439
|
+
},
|
|
440
|
+
"motion_actions_control_associations_on_exit": {
|
|
441
|
+
// param 54b1
|
|
442
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
443
|
+
"label": "Motion Actions: Control Associations on Exit"
|
|
444
|
+
},
|
|
445
|
+
"motion_actions_control_host_on_entry": {
|
|
446
|
+
// param 54b2
|
|
447
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
448
|
+
"label": "Motion Actions: Control Host on Entry"
|
|
449
|
+
},
|
|
450
|
+
"motion_actions_control_host_on_exit": {
|
|
451
|
+
// param 54b3
|
|
452
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
453
|
+
"label": "Motion Actions: Control Host on Exit"
|
|
454
|
+
},
|
|
455
|
+
"motion_actions_report_transitions": {
|
|
456
|
+
// param 54b4
|
|
457
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
458
|
+
"label": "Motion Actions: Notify Transitions"
|
|
459
|
+
},
|
|
460
|
+
"air_quality_level_1_index": {
|
|
461
|
+
// param 64
|
|
462
|
+
"label": "Air Quality Level 1 Index",
|
|
463
|
+
"valueSize": 2,
|
|
464
|
+
"minValue": 0,
|
|
465
|
+
"maxValue": 500,
|
|
466
|
+
"unsigned": true,
|
|
467
|
+
"defaultValue": 100
|
|
468
|
+
},
|
|
469
|
+
"air_quality_level_2_index": {
|
|
470
|
+
// param 65
|
|
471
|
+
"label": "Air Quality Level 2 Index",
|
|
472
|
+
"valueSize": 2,
|
|
473
|
+
"minValue": 0,
|
|
474
|
+
"maxValue": 500,
|
|
475
|
+
"unsigned": true,
|
|
476
|
+
"defaultValue": 175
|
|
477
|
+
},
|
|
478
|
+
"air_quality_level_3_index": {
|
|
479
|
+
// param 66
|
|
480
|
+
"label": "Air Quality Level 3 Index",
|
|
481
|
+
"valueSize": 2,
|
|
482
|
+
"minValue": 0,
|
|
483
|
+
"maxValue": 500,
|
|
484
|
+
"unsigned": true,
|
|
485
|
+
"defaultValue": 250
|
|
486
|
+
},
|
|
487
|
+
"air_quality_alert_level": {
|
|
488
|
+
// pram 67
|
|
489
|
+
"label": "Air Quality Alert Level",
|
|
490
|
+
"valueSize": 1,
|
|
491
|
+
"minValue": 1,
|
|
492
|
+
"maxValue": 3,
|
|
493
|
+
"defaultValue": 2,
|
|
494
|
+
"unsigned": true,
|
|
495
|
+
"allowManualEntry": false,
|
|
496
|
+
"options": [
|
|
497
|
+
{
|
|
498
|
+
"label": "Slightly Polluted",
|
|
499
|
+
"value": 1
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"label": "Moderately Polluted",
|
|
503
|
+
"value": 2
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"label": "Extremely Polluted",
|
|
507
|
+
"value": 3
|
|
508
|
+
}
|
|
509
|
+
]
|
|
510
|
+
},
|
|
511
|
+
"air_quality_alert_delay": {
|
|
512
|
+
// param 68
|
|
513
|
+
"label": "Air Quality Alert Delay",
|
|
514
|
+
"valueSize": 2,
|
|
515
|
+
"minValue": 0,
|
|
516
|
+
"maxValue": 65535,
|
|
517
|
+
"unsigned": true,
|
|
518
|
+
"defaultValue": 0
|
|
519
|
+
},
|
|
520
|
+
"air_quality_renotification_delay": {
|
|
521
|
+
// param 69
|
|
522
|
+
"label": "Air Quality Renotification Delay",
|
|
523
|
+
"valueSize": 2,
|
|
524
|
+
"minValue": 0,
|
|
525
|
+
"maxValue": 65535,
|
|
526
|
+
"unsigned": true,
|
|
527
|
+
"defaultValue": 300
|
|
528
|
+
},
|
|
529
|
+
"air_quality_voc_periodic_report": {
|
|
530
|
+
// param 70
|
|
531
|
+
"label": "Air Quality VOC Periodic Report",
|
|
532
|
+
"valueSize": 2,
|
|
533
|
+
"minValue": 0,
|
|
534
|
+
"maxValue": 65535,
|
|
535
|
+
"unsigned": true,
|
|
536
|
+
"defaultValue": 3600
|
|
537
|
+
},
|
|
538
|
+
"air_quality_co2_periodic_report": {
|
|
539
|
+
// param 71
|
|
540
|
+
"label": "Air Quality CO2 Periodic Report",
|
|
541
|
+
"valueSize": 2,
|
|
542
|
+
"minValue": 0,
|
|
543
|
+
"maxValue": 65535,
|
|
544
|
+
"unsigned": true,
|
|
545
|
+
"defaultValue": 3600
|
|
546
|
+
},
|
|
547
|
+
"air_quality_alert_entry_set_value": {
|
|
548
|
+
// param 72
|
|
549
|
+
"label": "Air Quality Alert Entry Set Value",
|
|
550
|
+
"valueSize": 1,
|
|
551
|
+
"minValue": 0,
|
|
552
|
+
"maxValue": 255,
|
|
553
|
+
"unsigned": true,
|
|
554
|
+
"defaultValue": 255
|
|
555
|
+
},
|
|
556
|
+
"air_quality_alert_exit_set_value": {
|
|
557
|
+
// param 73
|
|
558
|
+
"label": "Air Quality Alert Exit Set Value",
|
|
559
|
+
"valueSize": 1,
|
|
560
|
+
"minValue": 0,
|
|
561
|
+
"maxValue": 255,
|
|
562
|
+
"unsigned": true,
|
|
563
|
+
"defaultValue": 0
|
|
564
|
+
},
|
|
565
|
+
"air_quality_actions_control_associations_on_entry": {
|
|
566
|
+
// param 74b0
|
|
567
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
568
|
+
"label": "Air Quality Actions: Control Associations on Entry"
|
|
569
|
+
},
|
|
570
|
+
"air_quality_actions_control_associations_on_exit": {
|
|
571
|
+
// param 74b1
|
|
572
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
573
|
+
"label": "Air Quality Actions: Control Associations on Exit"
|
|
574
|
+
},
|
|
575
|
+
"air_quality_actions_control_host_on_entry": {
|
|
576
|
+
// param 74b2
|
|
577
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
578
|
+
"label": "Air Quality Actions: Control Host on Entry"
|
|
579
|
+
},
|
|
580
|
+
"air_quality_actions_host_on_exit": {
|
|
581
|
+
// param 74b3
|
|
582
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
583
|
+
"label": "Air Quality Actions: Control Host on Exit"
|
|
584
|
+
},
|
|
585
|
+
"air_quality_actions_notify_transitions": {
|
|
586
|
+
// param 74b4
|
|
587
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
588
|
+
"label": "Air Quality Actions: Notify Transitions"
|
|
589
|
+
},
|
|
590
|
+
"temperature_high_entry_level": {
|
|
591
|
+
// param 80
|
|
592
|
+
"label": "Temperature High Entry Level",
|
|
593
|
+
"unit": "0.1 °(C/F)",
|
|
594
|
+
"valueSize": 2,
|
|
595
|
+
"minValue": -400,
|
|
596
|
+
"maxValue": 1850,
|
|
597
|
+
"defaultValue": 230
|
|
598
|
+
},
|
|
599
|
+
"temperature_low_entry_level": {
|
|
600
|
+
// param 81
|
|
601
|
+
"label": "Temperature Low Entry Level",
|
|
602
|
+
"unit": "0.1 °(C/F)",
|
|
603
|
+
"valueSize": 2,
|
|
604
|
+
"minValue": -400,
|
|
605
|
+
"maxValue": 1850,
|
|
606
|
+
"defaultValue": 170
|
|
607
|
+
},
|
|
608
|
+
"temperature_high_exit_level": {
|
|
609
|
+
// param 82
|
|
610
|
+
"label": "Temperature High Exit Level",
|
|
611
|
+
"valueSize": 2,
|
|
612
|
+
"minValue": -400,
|
|
613
|
+
"maxValue": 1850,
|
|
614
|
+
"defaultValue": 230
|
|
615
|
+
},
|
|
616
|
+
"temperature_low_exit_level": {
|
|
617
|
+
// param 83
|
|
618
|
+
"label": "Temperature Low Exit Level",
|
|
619
|
+
"unit": "0.1 °(C/F)",
|
|
620
|
+
"valueSize": 2,
|
|
621
|
+
"minValue": -400,
|
|
622
|
+
"maxValue": 1850,
|
|
623
|
+
"defaultValue": 170
|
|
624
|
+
},
|
|
625
|
+
"temperature_high_delay": {
|
|
626
|
+
// param 84
|
|
627
|
+
"label": "Temperature High Delay",
|
|
628
|
+
"unit": "seconds",
|
|
629
|
+
"valueSize": 2,
|
|
630
|
+
"minValue": 0,
|
|
631
|
+
"maxValue": 65535,
|
|
632
|
+
"unsigned": true,
|
|
633
|
+
"defaultValue": 0
|
|
634
|
+
},
|
|
635
|
+
"temperature_low_delay": {
|
|
636
|
+
// pram 85
|
|
637
|
+
"label": "Temperature Low Delay",
|
|
638
|
+
"unit": "seconds",
|
|
639
|
+
"valueSize": 2,
|
|
640
|
+
"minValue": 0,
|
|
641
|
+
"maxValue": 65535,
|
|
642
|
+
"unsigned": true,
|
|
643
|
+
"defaultValue": 0
|
|
644
|
+
},
|
|
645
|
+
"temperature_periodic_report": {
|
|
646
|
+
// param 86
|
|
647
|
+
"label": "Temperature Periodic Report",
|
|
648
|
+
"unit": "seconds",
|
|
649
|
+
"valueSize": 2,
|
|
650
|
+
"minValue": 0,
|
|
651
|
+
"maxValue": 28800,
|
|
652
|
+
"unsigned": true,
|
|
653
|
+
"defaultValue": 360
|
|
654
|
+
},
|
|
655
|
+
"temperature_change_report": {
|
|
656
|
+
// param 87
|
|
657
|
+
"label": "Temperature Change Report",
|
|
658
|
+
"unit": "0.1 °(C/F)",
|
|
659
|
+
"valueSize": 1,
|
|
660
|
+
"minValue": 0,
|
|
661
|
+
"maxValue": 255,
|
|
662
|
+
"unsigned": true,
|
|
663
|
+
"defaultValue": 10
|
|
664
|
+
},
|
|
665
|
+
"temperature_renotification_delay": {
|
|
666
|
+
// param 88
|
|
667
|
+
"label": "Temperature Renotification Delay",
|
|
668
|
+
"unit": "seconds",
|
|
669
|
+
"valueSize": 2,
|
|
670
|
+
"minValue": 0,
|
|
671
|
+
"maxValue": 65535,
|
|
672
|
+
"unsigned": true,
|
|
673
|
+
"defaultValue": 0
|
|
674
|
+
},
|
|
675
|
+
"temperature_high_entry_set_value": {
|
|
676
|
+
// param 89
|
|
677
|
+
"label": "Temperature High Entry Set Value",
|
|
678
|
+
"valueSize": 1,
|
|
679
|
+
"minValue": 0,
|
|
680
|
+
"maxValue": 255,
|
|
681
|
+
"unsigned": true,
|
|
682
|
+
"defaultValue": 255
|
|
683
|
+
},
|
|
684
|
+
"temperature_high_exit_set_value": {
|
|
685
|
+
// param 90
|
|
686
|
+
"label": "Temperature High Exit Set Value",
|
|
687
|
+
"valueSize": 1,
|
|
688
|
+
"minValue": 0,
|
|
689
|
+
"maxValue": 255,
|
|
690
|
+
"unsigned": true,
|
|
691
|
+
"defaultValue": 0
|
|
692
|
+
},
|
|
693
|
+
"temperature_low_entry_set_value": {
|
|
694
|
+
// param 91
|
|
695
|
+
"label": "Temperature Low Entry Set Value",
|
|
696
|
+
"valueSize": 1,
|
|
697
|
+
"minValue": 0,
|
|
698
|
+
"maxValue": 255,
|
|
699
|
+
"unsigned": true,
|
|
700
|
+
"defaultValue": 255
|
|
701
|
+
},
|
|
702
|
+
"temperature_low_exit_set_value": {
|
|
703
|
+
// param 92
|
|
704
|
+
"label": "Temperature Low Exit Set Value",
|
|
705
|
+
"valueSize": 1,
|
|
706
|
+
"minValue": 0,
|
|
707
|
+
"maxValue": 255,
|
|
708
|
+
"unsigned": true,
|
|
709
|
+
"defaultValue": 0
|
|
710
|
+
},
|
|
711
|
+
"temperature_high_actions_control_associations_on_entry": {
|
|
712
|
+
// param 93b0
|
|
713
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
714
|
+
"label": "Temperature High Actions: Control Associations on Entry"
|
|
715
|
+
},
|
|
716
|
+
"temperature_high_actions_control_associations_on_exit": {
|
|
717
|
+
// param 93b1
|
|
718
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
719
|
+
"label": "Temperature High Actions: Control Associations on Exit"
|
|
720
|
+
},
|
|
721
|
+
"temperature_high_actions_control_host_on_entry": {
|
|
722
|
+
// param 93b2
|
|
723
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
724
|
+
"label": "Temperature High Actions: Control Host on Entry"
|
|
725
|
+
},
|
|
726
|
+
"temperature_high_actions_control_host_on_exit": {
|
|
727
|
+
// param 93b3
|
|
728
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
729
|
+
"label": "Temperature High Actions: Control Host on Exit"
|
|
730
|
+
},
|
|
731
|
+
"temperature_high_actions_report_transitions": {
|
|
732
|
+
// param 93b4
|
|
733
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
734
|
+
"label": "Temperature High Actions: Report Transitions"
|
|
735
|
+
},
|
|
736
|
+
"temperature_high_actions_notify_transitions": {
|
|
737
|
+
// param 93b5
|
|
738
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
739
|
+
"label": "Temperature High Actions: Notify Transitions"
|
|
740
|
+
},
|
|
741
|
+
"temperature_high_actions_apply_entry_delay": {
|
|
742
|
+
// param 93b6
|
|
743
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
744
|
+
"label": "Temperature High Actions: Apply Entry Delay"
|
|
745
|
+
},
|
|
746
|
+
"temperature_high_actions_apply_exit_delay": {
|
|
747
|
+
// param 93b7
|
|
748
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
749
|
+
"label": "Temperature High Actions: Apply Exit Delay"
|
|
750
|
+
},
|
|
751
|
+
"temperature_low_actions_control_associations_on_entry": {
|
|
752
|
+
// param 94b0
|
|
753
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
754
|
+
"label": "Temperature Low Actions: Control Associations on Entry"
|
|
755
|
+
},
|
|
756
|
+
"temperature_low_actions_control_associations_on_exit": {
|
|
757
|
+
//param 94b1
|
|
758
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
759
|
+
"label": "Temperature Low Actions: Control Associations on Exit"
|
|
760
|
+
},
|
|
761
|
+
"temperature_low_actions_control_host_on_entry": {
|
|
762
|
+
// param 94b2
|
|
763
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
764
|
+
"label": "Temperature Low Actions: Control Host on Entry"
|
|
765
|
+
},
|
|
766
|
+
"temperature_low_actions_control_host_on_exit": {
|
|
767
|
+
// param 94b3
|
|
768
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
769
|
+
"label": "Temperature Low Actions: Control Host on Exit"
|
|
770
|
+
},
|
|
771
|
+
"temperature_low_actions_report_transitions": {
|
|
772
|
+
// param 94b4
|
|
773
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
774
|
+
"label": "Temperature Low Actions: Report Transitions"
|
|
775
|
+
},
|
|
776
|
+
"temperature_low_actions_notify_transitions": {
|
|
777
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
778
|
+
"label": "Temperature Low Actions: Notify Transitions"
|
|
779
|
+
},
|
|
780
|
+
"temperature_low_actions_apply_entry_delay": {
|
|
781
|
+
// param 94b6
|
|
782
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
783
|
+
"label": "Temperature Low Actions: Apply Entry Delay"
|
|
784
|
+
},
|
|
785
|
+
"temperature_low_actions_apply_exit_delay": {
|
|
786
|
+
// param 94b7
|
|
787
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
788
|
+
"label": "Temperature Low Actions: Apply Exit Delay"
|
|
789
|
+
},
|
|
790
|
+
"temperature_units": {
|
|
791
|
+
// param 95
|
|
792
|
+
"$import": "~/templates/master_template.json#temperature_scale_celsius_fahrenheit",
|
|
793
|
+
"label": "Temperature Units"
|
|
794
|
+
},
|
|
795
|
+
"pressure_high_entry_level": {
|
|
796
|
+
// param 104
|
|
797
|
+
"label": "Pressure High Entry Level",
|
|
798
|
+
"unit": "0.1 (kPa/inHg)",
|
|
799
|
+
"valueSize": 2,
|
|
800
|
+
"minValue": 88,
|
|
801
|
+
"maxValue": 1100,
|
|
802
|
+
"unsigned": true,
|
|
803
|
+
"defaultValue": 1010
|
|
804
|
+
},
|
|
805
|
+
"pressure_low_entry_level": {
|
|
806
|
+
// param 105
|
|
807
|
+
"label": "Pressure Low Entry Level",
|
|
808
|
+
"unit": "0.1 (kPa/inHg)",
|
|
809
|
+
"valueSize": 2,
|
|
810
|
+
"minValue": 88,
|
|
811
|
+
"maxValue": 1100,
|
|
812
|
+
"unsigned": true,
|
|
813
|
+
"defaultValue": 1024
|
|
814
|
+
},
|
|
815
|
+
"pressure_high_exit_level": {
|
|
816
|
+
// param 106
|
|
817
|
+
"label": "Pressure High Exit Level",
|
|
818
|
+
"unit": "0.1 (kPa/inHg)",
|
|
819
|
+
"valueSize": 2,
|
|
820
|
+
"minValue": 88,
|
|
821
|
+
"maxValue": 1100,
|
|
822
|
+
"unsigned": true,
|
|
823
|
+
"defaultValue": 1024
|
|
824
|
+
},
|
|
825
|
+
"pressure_low_exit_level": {
|
|
826
|
+
// param 107
|
|
827
|
+
"label": "Pressure Low Exit Level",
|
|
828
|
+
"unit": "0.1 (kPa/inHg)",
|
|
829
|
+
"valueSize": 2,
|
|
830
|
+
"minValue": 88,
|
|
831
|
+
"maxValue": 1100,
|
|
832
|
+
"unsigned": true,
|
|
833
|
+
"defaultValue": 1010
|
|
834
|
+
},
|
|
835
|
+
"pressure_high_delay": {
|
|
836
|
+
// param 108
|
|
837
|
+
"label": "Pressure High Delay",
|
|
838
|
+
"unit": "seconds",
|
|
839
|
+
"valueSize": 2,
|
|
840
|
+
"minValue": 0,
|
|
841
|
+
"maxValue": 65535,
|
|
842
|
+
"unsigned": true,
|
|
843
|
+
"defaultValue": 900
|
|
844
|
+
},
|
|
845
|
+
"pressure_low_delay": {
|
|
846
|
+
// param 109
|
|
847
|
+
"label": "Pressure Low Delay",
|
|
848
|
+
"unit": "seconds",
|
|
849
|
+
"valueSize": 2,
|
|
850
|
+
"minValue": 0,
|
|
851
|
+
"maxValue": 65535,
|
|
852
|
+
"unsigned": true,
|
|
853
|
+
"defaultValue": 900
|
|
854
|
+
},
|
|
855
|
+
"pressure_periodic_report": {
|
|
856
|
+
// param 110
|
|
857
|
+
"label": "Pressure Periodic Report",
|
|
858
|
+
"unit": "seconds",
|
|
859
|
+
"valueSize": 2,
|
|
860
|
+
"minValue": 0,
|
|
861
|
+
"maxValue": 65535,
|
|
862
|
+
"unsigned": true,
|
|
863
|
+
"defaultValue": 3600
|
|
864
|
+
},
|
|
865
|
+
"pressure_change_report": {
|
|
866
|
+
// param 111
|
|
867
|
+
"label": "Pressure Change Report",
|
|
868
|
+
"unit": "0.1 (kPa/inHg)",
|
|
869
|
+
"valueSize": 1,
|
|
870
|
+
"minValue": 0,
|
|
871
|
+
"maxValue": 255,
|
|
872
|
+
"unsigned": true,
|
|
873
|
+
"defaultValue": 10
|
|
874
|
+
},
|
|
875
|
+
"pressure_renotification_delay": {
|
|
876
|
+
// param 112
|
|
877
|
+
"label": "Pressure Renotification Delay",
|
|
878
|
+
"unit": "seconds",
|
|
879
|
+
"valueSize": 2,
|
|
880
|
+
"minValue": 0,
|
|
881
|
+
"maxValue": 65535,
|
|
882
|
+
"unsigned": true,
|
|
883
|
+
"defaultValue": 0
|
|
884
|
+
},
|
|
885
|
+
"pressure_high_entry_set_value": {
|
|
886
|
+
// param 113
|
|
887
|
+
"label": "Pressure High Entry Set value",
|
|
888
|
+
"valueSize": 1,
|
|
889
|
+
"minValue": 0,
|
|
890
|
+
"maxValue": 255,
|
|
891
|
+
"unsigned": true,
|
|
892
|
+
"defaultValue": 0
|
|
893
|
+
},
|
|
894
|
+
"pressure_high_exit_set_value": {
|
|
895
|
+
// param 114
|
|
896
|
+
"label": "Pressure High Exit Set value",
|
|
897
|
+
"valueSize": 1,
|
|
898
|
+
"minValue": 0,
|
|
899
|
+
"maxValue": 255,
|
|
900
|
+
"unsigned": true,
|
|
901
|
+
"defaultValue": 0
|
|
902
|
+
},
|
|
903
|
+
"pressure_low_entry_set_value": {
|
|
904
|
+
// param 115
|
|
905
|
+
"label": "Pressure Low Entry Set value",
|
|
906
|
+
"valueSize": 1,
|
|
907
|
+
"minValue": 0,
|
|
908
|
+
"maxValue": 255,
|
|
909
|
+
"unsigned": true,
|
|
910
|
+
"defaultValue": 0
|
|
911
|
+
},
|
|
912
|
+
"pressure_low_exit_set_value": {
|
|
913
|
+
// param 116
|
|
914
|
+
"label": "Pressure Low Exit Set value",
|
|
915
|
+
"valueSize": 1,
|
|
916
|
+
"minValue": 0,
|
|
917
|
+
"maxValue": 255,
|
|
918
|
+
"unsigned": true,
|
|
919
|
+
"defaultValue": 0
|
|
920
|
+
},
|
|
921
|
+
"pressure_high_actions_control_associations_on_entry": {
|
|
922
|
+
// param 117b0
|
|
923
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
924
|
+
"label": "Pressure High Actions: Control Associations on Entry"
|
|
925
|
+
},
|
|
926
|
+
"pressure_high_actions_control_associations_on_exit": {
|
|
927
|
+
// param 117b1
|
|
928
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
929
|
+
"label": "Pressure High Actions: Control Associations on Exit"
|
|
930
|
+
},
|
|
931
|
+
"pressure_high-actions_control_host_on_entry": {
|
|
932
|
+
// param 117b2
|
|
933
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
934
|
+
"label": "Pressure High Actions: Control Host on Entry"
|
|
935
|
+
},
|
|
936
|
+
"pressure_high_actions_control_host_on_exit": {
|
|
937
|
+
// param 117b3
|
|
938
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
939
|
+
"label": "Pressure High Actions: Control Host on Exit"
|
|
940
|
+
},
|
|
941
|
+
"pressure_high_actions_report_transitions": {
|
|
942
|
+
// param 117b4
|
|
943
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
944
|
+
"label": "Pressure High Actions: Report Transitions"
|
|
945
|
+
},
|
|
946
|
+
"pressure_high-actions_apply_entry_delay": {
|
|
947
|
+
// param 117b5
|
|
948
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
949
|
+
"label": "Pressure High Actions: Apply ENtry Delay"
|
|
950
|
+
},
|
|
951
|
+
"pressure_high_actions_apply_exit_delay": {
|
|
952
|
+
// param 117b6
|
|
953
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
954
|
+
"label": "Pressure High Actions: Apply Exit Delay"
|
|
955
|
+
},
|
|
956
|
+
"pressure_low_actions_control_associations_on_entry": {
|
|
957
|
+
// param 118b0
|
|
958
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
959
|
+
"label": "Pressure Low Actions: Control Associations on Entry"
|
|
960
|
+
},
|
|
961
|
+
"pressure_low_actions_control_associations_on_exit": {
|
|
962
|
+
// param 118b1
|
|
963
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
964
|
+
"label": "Pressure Low Actions: Control Associations on Exit"
|
|
965
|
+
},
|
|
966
|
+
"pressure_low_actions_control_host_on_entry": {
|
|
967
|
+
// param 118b2
|
|
968
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
969
|
+
"label": "Pressure Low Actions: Control Host on Entry"
|
|
970
|
+
},
|
|
971
|
+
"pressure_low_actions_control_host_on_exit": {
|
|
972
|
+
// param 118b3
|
|
973
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
974
|
+
"label": "Pressure Low Actions: Control Host on Exit"
|
|
975
|
+
},
|
|
976
|
+
"pressure_low_actions_report_transitions": {
|
|
977
|
+
// param 118b4
|
|
978
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
979
|
+
"label": "Pressure Low Actions: Report Transitions"
|
|
980
|
+
},
|
|
981
|
+
"pressure_low_actions_apply_entry_delay": {
|
|
982
|
+
// param 118b5
|
|
983
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
984
|
+
"label": "Pressure Low Actions: Apply Entry Delay"
|
|
985
|
+
},
|
|
986
|
+
"pressure_low_actions_apply_exit_delay": {
|
|
987
|
+
// param 118b6
|
|
988
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
989
|
+
"label": "Pressure Low Actions: Apply Exit Delay"
|
|
990
|
+
},
|
|
991
|
+
"pressure_units": {
|
|
992
|
+
// param 119
|
|
993
|
+
"label": "Pressure Units",
|
|
994
|
+
"valueSize": 1,
|
|
995
|
+
"minValue": 0,
|
|
996
|
+
"maxValue": 1,
|
|
997
|
+
"defaultValue": 0,
|
|
998
|
+
"allowManualEntry": false,
|
|
999
|
+
"unsigned": true,
|
|
1000
|
+
"options": [
|
|
1001
|
+
{
|
|
1002
|
+
"label": "Kilopascal (kPa)",
|
|
1003
|
+
"value": 0
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"label": "Inches of mercury (inHg)",
|
|
1007
|
+
"value": 1
|
|
1008
|
+
}
|
|
1009
|
+
]
|
|
1010
|
+
},
|
|
1011
|
+
"humidity_high_entry_level": {
|
|
1012
|
+
// param 128
|
|
1013
|
+
"label": "Humidity High Entry Level",
|
|
1014
|
+
"unit": "%",
|
|
1015
|
+
"valueSize": 1,
|
|
1016
|
+
"minValue": 0,
|
|
1017
|
+
"maxValue": 100,
|
|
1018
|
+
"unsigned": true,
|
|
1019
|
+
"defaultValue": 15
|
|
1020
|
+
},
|
|
1021
|
+
"humidity_low_entry_level": {
|
|
1022
|
+
// param 129
|
|
1023
|
+
"label": "Humidity Low Entry Level",
|
|
1024
|
+
"unit": "%",
|
|
1025
|
+
"valueSize": 1,
|
|
1026
|
+
"minValue": 0,
|
|
1027
|
+
"maxValue": 100,
|
|
1028
|
+
"unsigned": true,
|
|
1029
|
+
"defaultValue": 15
|
|
1030
|
+
},
|
|
1031
|
+
"humidity_high_exit_level": {
|
|
1032
|
+
// param 130
|
|
1033
|
+
"label": "Humidity High Exit Level",
|
|
1034
|
+
"unit": "%",
|
|
1035
|
+
"valueSize": 1,
|
|
1036
|
+
"minValue": 0,
|
|
1037
|
+
"maxValue": 100,
|
|
1038
|
+
"unsigned": true,
|
|
1039
|
+
"defaultValue": 12
|
|
1040
|
+
},
|
|
1041
|
+
"humidity_low_exit_level": {
|
|
1042
|
+
// param 131
|
|
1043
|
+
"label": "Humidity Low Exit Level",
|
|
1044
|
+
"unit": "%",
|
|
1045
|
+
"valueSize": 1,
|
|
1046
|
+
"minValue": 0,
|
|
1047
|
+
"maxValue": 100,
|
|
1048
|
+
"unsigned": true,
|
|
1049
|
+
"defaultValue": 12
|
|
1050
|
+
},
|
|
1051
|
+
"humidity_high_delay": {
|
|
1052
|
+
// param 132
|
|
1053
|
+
"label": "Humidity High Delay",
|
|
1054
|
+
"unit": "seconds",
|
|
1055
|
+
"valueSize": 2,
|
|
1056
|
+
"minValue": 0,
|
|
1057
|
+
"maxValue": 65535,
|
|
1058
|
+
"unsigned": true,
|
|
1059
|
+
"defaultValue": 300
|
|
1060
|
+
},
|
|
1061
|
+
"humidity_low_delay": {
|
|
1062
|
+
// param 133
|
|
1063
|
+
"label": "Humidity Low Delay",
|
|
1064
|
+
"unit": "seconds",
|
|
1065
|
+
"valueSize": 2,
|
|
1066
|
+
"minValue": 0,
|
|
1067
|
+
"maxValue": 65535,
|
|
1068
|
+
"unsigned": true,
|
|
1069
|
+
"defaultValue": 300
|
|
1070
|
+
},
|
|
1071
|
+
"humidity_periodic_report": {
|
|
1072
|
+
// param 134
|
|
1073
|
+
"label": "Humidity Periodic Report",
|
|
1074
|
+
"unit": "seconds",
|
|
1075
|
+
"valueSize": 2,
|
|
1076
|
+
"minValue": 0,
|
|
1077
|
+
"maxValue": 65535,
|
|
1078
|
+
"unsigned": true,
|
|
1079
|
+
"defaultValue": 300
|
|
1080
|
+
},
|
|
1081
|
+
"humidity_change_report": {
|
|
1082
|
+
// param 135
|
|
1083
|
+
"label": "Humidity Change Report",
|
|
1084
|
+
"unit": "%",
|
|
1085
|
+
"valueSize": 1,
|
|
1086
|
+
"minValue": 0,
|
|
1087
|
+
"maxValue": 100,
|
|
1088
|
+
"unsigned": true,
|
|
1089
|
+
"defaultValue": 10
|
|
1090
|
+
},
|
|
1091
|
+
"humidity_renotification_delay": {
|
|
1092
|
+
// param 136
|
|
1093
|
+
"label": "Humidity Renotification Delay",
|
|
1094
|
+
"unit": "seconds",
|
|
1095
|
+
"valueSize": 2,
|
|
1096
|
+
"minValue": 0,
|
|
1097
|
+
"maxValue": 65535,
|
|
1098
|
+
"unsigned": true,
|
|
1099
|
+
"defaultValue": 0
|
|
1100
|
+
},
|
|
1101
|
+
"humidity_high_entry_set_value": {
|
|
1102
|
+
// param 137
|
|
1103
|
+
"label": "Humidity High Entry Set value",
|
|
1104
|
+
"valueSize": 1,
|
|
1105
|
+
"minValue": 0,
|
|
1106
|
+
"maxValue": 255,
|
|
1107
|
+
"unsigned": true,
|
|
1108
|
+
"defaultValue": 0
|
|
1109
|
+
},
|
|
1110
|
+
"humidity_high_exit_set_value": {
|
|
1111
|
+
// param 138
|
|
1112
|
+
"label": "Humidity High Exit Set value",
|
|
1113
|
+
"valueSize": 1,
|
|
1114
|
+
"minValue": 0,
|
|
1115
|
+
"maxValue": 255,
|
|
1116
|
+
"unsigned": true,
|
|
1117
|
+
"defaultValue": 0
|
|
1118
|
+
},
|
|
1119
|
+
"humidity_low_entry_set_value": {
|
|
1120
|
+
// param 139
|
|
1121
|
+
"label": "Humidity Low Entry Set value",
|
|
1122
|
+
"valueSize": 1,
|
|
1123
|
+
"minValue": 0,
|
|
1124
|
+
"maxValue": 255,
|
|
1125
|
+
"unsigned": true,
|
|
1126
|
+
"defaultValue": 0
|
|
1127
|
+
},
|
|
1128
|
+
"humidity_low_exit_set_value": {
|
|
1129
|
+
// param 140
|
|
1130
|
+
"label": "Humidity Low Exit Set value",
|
|
1131
|
+
"valueSize": 1,
|
|
1132
|
+
"minValue": 0,
|
|
1133
|
+
"maxValue": 255,
|
|
1134
|
+
"unsigned": true,
|
|
1135
|
+
"defaultValue": 0
|
|
1136
|
+
},
|
|
1137
|
+
"humidity_baseline": {
|
|
1138
|
+
// param 141
|
|
1139
|
+
"label": "Humidity Baseline",
|
|
1140
|
+
"unit": "%",
|
|
1141
|
+
"valueSize": 1,
|
|
1142
|
+
"minValue": 0,
|
|
1143
|
+
"maxValue": 100,
|
|
1144
|
+
"unsigned": true,
|
|
1145
|
+
"readOnly": true
|
|
1146
|
+
},
|
|
1147
|
+
"humidity_high_actions_control_associations_on_entry": {
|
|
1148
|
+
// param 142b0
|
|
1149
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1150
|
+
"label": "Humidity High Actions: Control Associations on Entry"
|
|
1151
|
+
},
|
|
1152
|
+
"humidity_high_actions_control_associations_on_exit": {
|
|
1153
|
+
// param 142b1
|
|
1154
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1155
|
+
"label": "Humidity High Actions: Control Associations on Exit"
|
|
1156
|
+
},
|
|
1157
|
+
"humidity_high-actions_control_host_on_entry": {
|
|
1158
|
+
// param 142b2
|
|
1159
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1160
|
+
"label": "Humidity High Actions: Control Host on Entry"
|
|
1161
|
+
},
|
|
1162
|
+
"humidity_high_actions_control_host_on_exit": {
|
|
1163
|
+
// param 142b3
|
|
1164
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1165
|
+
"label": "Humidity High Actions: Control Host on Exit"
|
|
1166
|
+
},
|
|
1167
|
+
"humidity_high_actions_report_transitions": {
|
|
1168
|
+
// param 142b4
|
|
1169
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1170
|
+
"label": "Humidity High Actions: Report Transitions"
|
|
1171
|
+
},
|
|
1172
|
+
"humidity_high-actions_apply_entry_delay": {
|
|
1173
|
+
// param 142b5
|
|
1174
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1175
|
+
"label": "Humidity High Actions: Apply Entry Delay"
|
|
1176
|
+
},
|
|
1177
|
+
"humidity_high_actions_apply_exit_delay": {
|
|
1178
|
+
// param 142b6
|
|
1179
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1180
|
+
"label": "Humidity High Actions: Apply Exit Delay"
|
|
1181
|
+
},
|
|
1182
|
+
"humidity_high_actions_baseline_mode": {
|
|
1183
|
+
// param 142b7
|
|
1184
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1185
|
+
"label": "Humidity High Actions: Baseline Mode"
|
|
1186
|
+
},
|
|
1187
|
+
"humidity_low_actions_control_associations_on_entry": {
|
|
1188
|
+
// param 143b0
|
|
1189
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1190
|
+
"label": "Humidity Low Actions: Control Associations on Entry"
|
|
1191
|
+
},
|
|
1192
|
+
"humidity_low_actions_control_associations_on_exit": {
|
|
1193
|
+
// param 143b1
|
|
1194
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1195
|
+
"label": "Humidity Low Actions: Control Assoications on Exit"
|
|
1196
|
+
},
|
|
1197
|
+
"humidity_low_actions_control_host_on_entry": {
|
|
1198
|
+
// param 143b2
|
|
1199
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1200
|
+
"label": "Humidity Low Actions: Control Host on Entry"
|
|
1201
|
+
},
|
|
1202
|
+
"humidity_low_actions_control_host_on_exit": {
|
|
1203
|
+
// param 143b3
|
|
1204
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1205
|
+
"label": "Humidity Low Actions: Control Host on Exit"
|
|
1206
|
+
},
|
|
1207
|
+
"humidity_low_actions_report_transitions": {
|
|
1208
|
+
// param 143b4
|
|
1209
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1210
|
+
"label": "Humidity Low Actions: Report Transitions"
|
|
1211
|
+
},
|
|
1212
|
+
"humidity_low_actions_apply_entry_delay": {
|
|
1213
|
+
// param 143b5
|
|
1214
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1215
|
+
"label": "Humidity Low Actions: Apply Entry Delay"
|
|
1216
|
+
},
|
|
1217
|
+
"humidity_low_actions_apply_exit_delay": {
|
|
1218
|
+
// param 143b6
|
|
1219
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1220
|
+
"label": "Humidity Low Actions: Apply Exit Delay"
|
|
1221
|
+
},
|
|
1222
|
+
"humidity_low_actions_baseline_mode": {
|
|
1223
|
+
// param 143b7
|
|
1224
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
1225
|
+
"label": "Humidity Low Actions: Baseline Mode"
|
|
1226
|
+
},
|
|
1227
|
+
"system_status": {
|
|
1228
|
+
// param 152
|
|
1229
|
+
"label": "System Status",
|
|
1230
|
+
"valueSize": 4,
|
|
1231
|
+
"minValue": 0,
|
|
1232
|
+
"maxValue": 4294967295,
|
|
1233
|
+
"defaultValue": 0,
|
|
1234
|
+
"unsigned": true,
|
|
1235
|
+
"readOnly": true
|
|
1236
|
+
},
|
|
1237
|
+
"system_led_brightness": {
|
|
1238
|
+
// param 153
|
|
1239
|
+
"label": "System LED Brightness",
|
|
1240
|
+
"unit": "%",
|
|
1241
|
+
"valueSize": 1,
|
|
1242
|
+
"minValue": 0,
|
|
1243
|
+
"maxValue": 100,
|
|
1244
|
+
"unsigned": true,
|
|
1245
|
+
"defaultValue": 100
|
|
1246
|
+
},
|
|
1247
|
+
"led_invert": {
|
|
1248
|
+
// param 154 b0
|
|
1249
|
+
"label": "LED indicator invert",
|
|
1250
|
+
"valueSize": 1,
|
|
1251
|
+
"minValue": 0,
|
|
1252
|
+
"maxValue": 1,
|
|
1253
|
+
"defaultValue": 0,
|
|
1254
|
+
"allowManualEntry": false,
|
|
1255
|
+
"options": [
|
|
1256
|
+
{
|
|
1257
|
+
"label": "LED follows state of host switch",
|
|
1258
|
+
"value": 0
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"label": "LED is inverse of state of host switch",
|
|
1262
|
+
"value": 1
|
|
1263
|
+
}
|
|
1264
|
+
]
|
|
1265
|
+
},
|
|
1266
|
+
"switch_host_control_flags_3_way_mode": {
|
|
1267
|
+
// param 168b0
|
|
1268
|
+
"label": "3-Way Mode",
|
|
1269
|
+
"valueSize": 1,
|
|
1270
|
+
"minValue": 0,
|
|
1271
|
+
"maxValue": 1,
|
|
1272
|
+
"defaultValue": 0,
|
|
1273
|
+
"allowManualEntry": false,
|
|
1274
|
+
"options": [
|
|
1275
|
+
{
|
|
1276
|
+
"label": "Relay state determines on/off state",
|
|
1277
|
+
"value": 0
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"label": "Power level determines on/off state",
|
|
1281
|
+
"value": 1
|
|
1282
|
+
}
|
|
1283
|
+
]
|
|
1284
|
+
},
|
|
1285
|
+
"switch_host_control_flags_on_off_invert": {
|
|
1286
|
+
// param 168b1
|
|
1287
|
+
"label": "Invert Host State",
|
|
1288
|
+
"valueSize": 1,
|
|
1289
|
+
"minValue": 0,
|
|
1290
|
+
"maxValue": 1,
|
|
1291
|
+
"defaultValue": 0,
|
|
1292
|
+
"options": [
|
|
1293
|
+
{
|
|
1294
|
+
"label": "Not inverted",
|
|
1295
|
+
"value": 0
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"label": "Inverted",
|
|
1299
|
+
"value": 1
|
|
1300
|
+
}
|
|
1301
|
+
]
|
|
1302
|
+
},
|
|
1303
|
+
"dimmer_minimum_brightness": {
|
|
1304
|
+
// param 192
|
|
1305
|
+
"label": "Dimmer Minimum Brightness",
|
|
1306
|
+
"unit": "%",
|
|
1307
|
+
"valueSize": 1,
|
|
1308
|
+
"minValue": 20,
|
|
1309
|
+
"maxValue": 80,
|
|
1310
|
+
"defaultValue": 42,
|
|
1311
|
+
"unsigned": true
|
|
1312
|
+
},
|
|
1313
|
+
"dimmer_maximum_brightness": {
|
|
1314
|
+
// param 193
|
|
1315
|
+
"label": "Dimmer Maximum Brightness",
|
|
1316
|
+
"unit": "%",
|
|
1317
|
+
"valueSize": 1,
|
|
1318
|
+
"minValue": 80,
|
|
1319
|
+
"maxValue": 100,
|
|
1320
|
+
"defaultValue": 100,
|
|
1321
|
+
"unsigned": true
|
|
1322
|
+
},
|
|
1323
|
+
"dimmer_default_brightness": {
|
|
1324
|
+
// param 194
|
|
1325
|
+
"label": "Dimmer Default Brightness",
|
|
1326
|
+
"unit": "%",
|
|
1327
|
+
"valueSize": 1,
|
|
1328
|
+
"minValue": 0,
|
|
1329
|
+
"maxValue": 100,
|
|
1330
|
+
"defaultValue": 80,
|
|
1331
|
+
"unsigned": true
|
|
1332
|
+
}
|
|
1333
|
+
}
|