@zwave-js/config 15.3.2 → 15.5.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.
Files changed (34) hide show
  1. package/build/cjs/_version.d.ts +1 -1
  2. package/build/cjs/_version.js +1 -1
  3. package/build/cjs/_version.js.map +1 -1
  4. package/build/esm/_version.d.ts +1 -1
  5. package/build/esm/_version.js +1 -1
  6. package/config/devices/0x0001/zdp100.json +9 -1
  7. package/config/devices/0x0005/pe653.json +96 -7
  8. package/config/devices/0x0063/58446_zwa4013.json +98 -0
  9. package/config/devices/0x0063/templates/jasco_template.json +5 -0
  10. package/config/devices/0x0086/templates/aeotec_template.json +1232 -98
  11. package/config/devices/0x0129/ydm3109a.json +94 -0
  12. package/config/devices/0x015f/mh-s314-7102.json +697 -0
  13. package/config/devices/0x015f/mh4936.json +141 -0
  14. package/config/devices/0x015f/mh5-2a.json +19 -268
  15. package/config/devices/0x015f/mh5-2d.json +106 -0
  16. package/config/devices/0x015f/mh5-4a.json +98 -0
  17. package/config/devices/0x015f/mh7h.json +1 -1
  18. package/config/devices/0x015f/templates/mcohome_template.json +268 -14
  19. package/config/devices/0x0208/hkzw-dws01.json +10 -3
  20. package/config/devices/0x0208/hkzw-so08.json +10 -3
  21. package/config/devices/0x0208/hkzw_fld01.json +10 -3
  22. package/config/devices/0x0208/hkzw_ms02.json +10 -3
  23. package/config/devices/0x0267/10002020-13x.json +279 -0
  24. package/config/devices/0x0267/10002021-13x.json +179 -0
  25. package/config/devices/0x0267/10002034-13x.json +2 -1
  26. package/config/devices/0x0267/10002041-130.json +92 -62
  27. package/config/devices/0x0267/10002080-13x.json +68 -84
  28. package/config/devices/0x0267/10003041-13x.json +252 -0
  29. package/config/devices/0x031e/vzw31-sn.json +151 -3
  30. package/config/devices/0x0371/zwa046_1phase_eu.json +508 -0
  31. package/config/devices/0x0371/zwa046_2phase_us.json +722 -0
  32. package/config/devices/0x0371/zwa046_3phase_eu.json +940 -0
  33. package/config/devices/0x045a/WM25C.json +196 -0
  34. package/package.json +8 -8
@@ -0,0 +1,508 @@
1
+ {
2
+ "manufacturer": "Aeotec Ltd.",
3
+ "manufacturerId": "0x0371",
4
+ "label": "ZWA046",
5
+ "description": "Home Energy Meter 8",
6
+ "devices": [
7
+ { // ZWA046 1-Phase EU
8
+ "productType": "0x0003",
9
+ "productId": "0x0033",
10
+ "zwaveAllianceId": 5113
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "metadata": {
18
+ "inclusion": "1. Turn your gateway/ main controller into adding mode.\n2. Press once the Action Button on the product",
19
+ "exclusion": "1. Turn your gateway/ main controller into removing mode.\n2. Press once the Action Button on the product",
20
+ "reset": "Press and hold the Action Button on product for 10s.\n\nNote: Please use this procedure only when the network’s primary controller is missing or otherwise inoperable."
21
+ },
22
+ "associations": {
23
+ "1": {
24
+ "label": "Lifeline",
25
+ "maxNodes": 5,
26
+ "isLifeline": true
27
+ }
28
+ },
29
+ "paramInformation": [
30
+ {
31
+ "#": "3",
32
+ "$import": "~/0x0086/templates/aeotec_template.json#selective_reporting"
33
+ },
34
+ {
35
+ "#": "4",
36
+ "$import": "~/0x0086/templates/aeotec_template.json#power_threshold_wholehem_import"
37
+ },
38
+ {
39
+ "#": "5",
40
+ "$import": "~/0x0086/templates/aeotec_template.json#power_threshold_clamp1_import"
41
+ },
42
+ {
43
+ "#": "8",
44
+ "$import": "~/0x0086/templates/aeotec_template.json#power_threshold_wholehem_export"
45
+ },
46
+ {
47
+ "#": "9",
48
+ "$import": "~/0x0086/templates/aeotec_template.json#power_threshold_clamp1_export"
49
+ },
50
+ {
51
+ "#": "12",
52
+ "$import": "~/0x0086/templates/aeotec_template.json#percent_threshold_wholehem_import"
53
+ },
54
+ {
55
+ "#": "13",
56
+ "$import": "~/0x0086/templates/aeotec_template.json#percent_threshold_clamp1_import"
57
+ },
58
+ {
59
+ "#": "16",
60
+ "$import": "~/0x0086/templates/aeotec_template.json#percent_threshold_wholehem_export"
61
+ },
62
+ {
63
+ "#": "17",
64
+ "$import": "~/0x0086/templates/aeotec_template.json#percent_threshold_clamp1_export"
65
+ },
66
+ // parameter 32: "Enable root device report" is undocumented. default: 0
67
+ {
68
+ "#": "100",
69
+ "$import": "~/0x0086/templates/aeotec_template.json#reset_parameters",
70
+ "label": "Reset Parameters 101-106 to Default Values"
71
+ },
72
+ // Report Group 1 - Import
73
+ // - Phase A
74
+ {
75
+ "#": "101[0x80000000]",
76
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_pf_clamp1_import"
77
+ },
78
+ {
79
+ "#": "101[0x40000000]",
80
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kVAh_clamp1_import"
81
+ },
82
+ {
83
+ "#": "101[0x20000000]",
84
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kVar_clamp1_import"
85
+ },
86
+ {
87
+ "#": "101[0x10000000]",
88
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kVarh_clamp1_import"
89
+ },
90
+ {
91
+ "#": "101[0x08000000]",
92
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_amp_clamp1_import"
93
+ },
94
+ {
95
+ "#": "101[0x04000000]",
96
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_v_clamp1_import"
97
+ },
98
+ {
99
+ "#": "101[0x02000000]",
100
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_watt_clamp1_import"
101
+ },
102
+ {
103
+ "#": "101[0x01000000]",
104
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kwh_clamp1_import"
105
+ },
106
+ // - Whole HEM
107
+ {
108
+ "#": "101[0x800000]",
109
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_pf_wholehem_import"
110
+ },
111
+ {
112
+ "#": "101[0x400000]",
113
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kVAh_wholehem_import"
114
+ },
115
+ {
116
+ "#": "101[0x200000]",
117
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kVar_wholehem_import"
118
+ },
119
+ {
120
+ "#": "101[0x100000]",
121
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kVarh_wholehem_import"
122
+ },
123
+ {
124
+ "#": "101[0x080000]",
125
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_amp_wholehem_import"
126
+ },
127
+ {
128
+ "#": "101[0x040000]",
129
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_v_wholehem_import"
130
+ },
131
+ {
132
+ "#": "101[0x020000]",
133
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_watt_wholehem_import"
134
+ },
135
+ {
136
+ "#": "101[0x010000]",
137
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kwh_wholehem_import"
138
+ },
139
+ // Report Group 2 - Import
140
+ // - Phase A
141
+ {
142
+ "#": "102[0x80000000]",
143
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_pf_clamp1_import"
144
+ },
145
+ {
146
+ "#": "102[0x40000000]",
147
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kVAh_clamp1_import"
148
+ },
149
+ {
150
+ "#": "102[0x20000000]",
151
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kVar_clamp1_import"
152
+ },
153
+ {
154
+ "#": "102[0x10000000]",
155
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kVarh_clamp1_import"
156
+ },
157
+ {
158
+ "#": "102[0x08000000]",
159
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_amp_clamp1_import"
160
+ },
161
+ {
162
+ "#": "102[0x04000000]",
163
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_v_clamp1_import"
164
+ },
165
+ {
166
+ "#": "102[0x02000000]",
167
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_watt_clamp1_import"
168
+ },
169
+ {
170
+ "#": "102[0x01000000]",
171
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kwh_clamp1_import"
172
+ },
173
+ // - Whole HEM
174
+ {
175
+ "#": "102[0x800000]",
176
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_pf_wholehem_import"
177
+ },
178
+ {
179
+ "#": "102[0x400000]",
180
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kVAh_wholehem_import"
181
+ },
182
+ {
183
+ "#": "102[0x200000]",
184
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kVar_wholehem_import"
185
+ },
186
+ {
187
+ "#": "102[0x100000]",
188
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kVarh_wholehem_import"
189
+ },
190
+ {
191
+ "#": "102[0x080000]",
192
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_amp_wholehem_import"
193
+ },
194
+ {
195
+ "#": "102[0x040000]",
196
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_v_wholehem_import"
197
+ },
198
+ {
199
+ "#": "102[0x020000]",
200
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_watt_wholehem_import"
201
+ },
202
+ {
203
+ "#": "102[0x010000]",
204
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kwh_wholehem_import"
205
+ },
206
+ // Report Group 3 - Import
207
+ // - Phase A
208
+ {
209
+ "#": "103[0x80000000]",
210
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_pf_clamp1_import"
211
+ },
212
+ {
213
+ "#": "103[0x40000000]",
214
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kVAh_clamp1_import"
215
+ },
216
+ {
217
+ "#": "103[0x20000000]",
218
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kVar_clamp1_import"
219
+ },
220
+ {
221
+ "#": "103[0x10000000]",
222
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kVarh_clamp1_import"
223
+ },
224
+ {
225
+ "#": "103[0x08000000]",
226
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_amp_clamp1_import"
227
+ },
228
+ {
229
+ "#": "103[0x04000000]",
230
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_v_clamp1_import"
231
+ },
232
+ {
233
+ "#": "103[0x02000000]",
234
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_watt_clamp1_import"
235
+ },
236
+ {
237
+ "#": "103[0x01000000]",
238
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kwh_clamp1_import"
239
+ },
240
+ // - Whole HEM
241
+ {
242
+ "#": "103[0x800000]",
243
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_pf_wholehem_import"
244
+ },
245
+ {
246
+ "#": "103[0x400000]",
247
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kVAh_wholehem_import"
248
+ },
249
+ {
250
+ "#": "103[0x200000]",
251
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kVar_wholehem_import"
252
+ },
253
+ {
254
+ "#": "103[0x100000]",
255
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kVarh_wholehem_import"
256
+ },
257
+ {
258
+ "#": "103[0x080000]",
259
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_amp_wholehem_import"
260
+ },
261
+ {
262
+ "#": "103[0x040000]",
263
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_v_wholehem_import"
264
+ },
265
+ {
266
+ "#": "103[0x020000]",
267
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_watt_wholehem_import"
268
+ },
269
+ {
270
+ "#": "103[0x010000]",
271
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kwh_wholehem_import"
272
+ },
273
+ // Report Group 1 - Export
274
+ // - Phase A
275
+ {
276
+ "#": "104[0x80000000]",
277
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_pf_clamp1_export"
278
+ },
279
+ {
280
+ "#": "104[0x40000000]",
281
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kVAh_clamp1_export"
282
+ },
283
+ {
284
+ "#": "104[0x20000000]",
285
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kVar_clamp1_export"
286
+ },
287
+ {
288
+ "#": "104[0x10000000]",
289
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kVarh_clamp1_export"
290
+ },
291
+ {
292
+ "#": "104[0x08000000]",
293
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_amp_clamp1_export"
294
+ },
295
+ {
296
+ "#": "104[0x04000000]",
297
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_v_clamp1_export"
298
+ },
299
+ {
300
+ "#": "104[0x02000000]",
301
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_watt_clamp1_export"
302
+ },
303
+ {
304
+ "#": "104[0x01000000]",
305
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kwh_clamp1_export"
306
+ },
307
+ // - Whole HEM
308
+ {
309
+ "#": "104[0x800000]",
310
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_pf_wholehem_export"
311
+ },
312
+ {
313
+ "#": "104[0x400000]",
314
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kVAh_wholehem_export"
315
+ },
316
+ {
317
+ "#": "104[0x200000]",
318
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kVar_wholehem_export"
319
+ },
320
+ {
321
+ "#": "104[0x100000]",
322
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kVarh_wholehem_export"
323
+ },
324
+ {
325
+ "#": "104[0x080000]",
326
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_amp_wholehem_export"
327
+ },
328
+ {
329
+ "#": "104[0x040000]",
330
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_v_wholehem_export"
331
+ },
332
+ {
333
+ "#": "104[0x020000]",
334
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_watt_wholehem_export"
335
+ },
336
+ {
337
+ "#": "104[0x010000]",
338
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group1_kwh_wholehem_export"
339
+ },
340
+ // Report Group 2 - Export
341
+ // - Phase A
342
+ {
343
+ "#": "105[0x80000000]",
344
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_pf_clamp1_export"
345
+ },
346
+ {
347
+ "#": "105[0x40000000]",
348
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kVAh_clamp1_export"
349
+ },
350
+ {
351
+ "#": "105[0x20000000]",
352
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kVar_clamp1_export"
353
+ },
354
+ {
355
+ "#": "105[0x10000000]",
356
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kVarh_clamp1_export"
357
+ },
358
+ {
359
+ "#": "105[0x08000000]",
360
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_amp_clamp1_export"
361
+ },
362
+ {
363
+ "#": "105[0x04000000]",
364
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_v_clamp1_export"
365
+ },
366
+ {
367
+ "#": "105[0x02000000]",
368
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_watt_clamp1_export"
369
+ },
370
+ {
371
+ "#": "105[0x01000000]",
372
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kwh_clamp1_export"
373
+ },
374
+ // - Whole HEM
375
+ {
376
+ "#": "105[0x800000]",
377
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_pf_wholehem_export"
378
+ },
379
+ {
380
+ "#": "105[0x400000]",
381
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kVAh_wholehem_export"
382
+ },
383
+ {
384
+ "#": "105[0x200000]",
385
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kVar_wholehem_export"
386
+ },
387
+ {
388
+ "#": "105[0x100000]",
389
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kVarh_wholehem_export"
390
+ },
391
+ {
392
+ "#": "105[0x080000]",
393
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_amp_wholehem_export"
394
+ },
395
+ {
396
+ "#": "105[0x040000]",
397
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_v_wholehem_export"
398
+ },
399
+ {
400
+ "#": "105[0x020000]",
401
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_watt_wholehem_export"
402
+ },
403
+ {
404
+ "#": "105[0x010000]",
405
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group2_kwh_wholehem_export"
406
+ },
407
+ // Report Group 3 - Export
408
+ // - Phase A
409
+ {
410
+ "#": "106[0x80000000]",
411
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_pf_clamp1_export"
412
+ },
413
+ {
414
+ "#": "106[0x40000000]",
415
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kVAh_clamp1_export"
416
+ },
417
+ {
418
+ "#": "106[0x20000000]",
419
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kVar_clamp1_export"
420
+ },
421
+ {
422
+ "#": "106[0x10000000]",
423
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kVarh_clamp1_export"
424
+ },
425
+ {
426
+ "#": "106[0x08000000]",
427
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_amp_clamp1_export"
428
+ },
429
+ {
430
+ "#": "106[0x04000000]",
431
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_v_clamp1_export"
432
+ },
433
+ {
434
+ "#": "106[0x02000000]",
435
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_watt_clamp1_export"
436
+ },
437
+ {
438
+ "#": "106[0x01000000]",
439
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kwh_clamp1_export"
440
+ },
441
+ // - Whole HEM
442
+ {
443
+ "#": "106[0x800000]",
444
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_pf_wholehem_export"
445
+ },
446
+ {
447
+ "#": "106[0x400000]",
448
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kVAh_wholehem_export"
449
+ },
450
+ {
451
+ "#": "106[0x200000]",
452
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kVar_wholehem_export"
453
+ },
454
+ {
455
+ "#": "106[0x100000]",
456
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kVarh_wholehem_export"
457
+ },
458
+ {
459
+ "#": "106[0x080000]",
460
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_amp_wholehem_export"
461
+ },
462
+ {
463
+ "#": "106[0x040000]",
464
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_v_wholehem_export"
465
+ },
466
+ {
467
+ "#": "106[0x020000]",
468
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_watt_wholehem_export"
469
+ },
470
+ {
471
+ "#": "106[0x010000]",
472
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_group3_kwh_wholehem_export"
473
+ },
474
+ {
475
+ "#": "110",
476
+ "$import": "~/0x0086/templates/aeotec_template.json#reset_parameters",
477
+ "label": "Reset Parameters 111-116 to Default Values"
478
+ },
479
+ {
480
+ "#": "111",
481
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_interval_group1_import"
482
+ },
483
+ {
484
+ "#": "112",
485
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_interval_group2_import"
486
+ },
487
+ {
488
+ "#": "113",
489
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_interval_group3_import"
490
+ },
491
+ {
492
+ "#": "114",
493
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_interval_group1_export"
494
+ },
495
+ {
496
+ "#": "115",
497
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_interval_group2_export"
498
+ },
499
+ {
500
+ "#": "116",
501
+ "$import": "~/0x0086/templates/aeotec_template.json#auto_report_interval_group3_export"
502
+ },
503
+ {
504
+ "#": "252",
505
+ "$import": "~/0x0086/templates/aeotec_template.json#lock_configuration"
506
+ }
507
+ ]
508
+ }