@zwave-js/config 8.11.4 → 8.11.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.
Files changed (45) hide show
  1. package/build/Devices.d.ts +6 -3
  2. package/build/Devices.d.ts.map +1 -1
  3. package/build/Devices.js +27 -3
  4. package/build/Devices.js.map +1 -1
  5. package/config/devices/0x0063/52252_52253_zw3012.json +2 -2
  6. package/config/devices/0x0086/templates/aeotec_template.json +44 -3
  7. package/config/devices/0x0086/zw080.json +1 -1
  8. package/config/devices/0x0086/zw095.json +4 -0
  9. package/config/devices/0x0086/zw111.json +2 -2
  10. package/config/devices/0x008b/xl624.json +839 -7
  11. package/config/devices/0x010f/fgr223.json +1 -1
  12. package/config/devices/0x013c/psr03-a.json +73 -0
  13. package/config/devices/0x013c/psr03-b.json +127 -0
  14. package/config/devices/0x013c/psr03-c.json +36 -0
  15. package/config/devices/0x013c/templates/philio_template.json +54 -0
  16. package/config/devices/0x015f/mh-3901z.json +140 -0
  17. package/config/devices/0x016a/ft111.json +2 -2
  18. package/config/devices/0x0258/eu-1.json +7 -51
  19. package/config/devices/0x0258/eu-2.json +9 -53
  20. package/config/devices/0x0258/eu-3.json +20 -96
  21. package/config/devices/0x0258/nas-ab01z.json +14 -39
  22. package/config/devices/0x0258/nas-pd01z.json +4 -0
  23. package/config/devices/0x0258/nas-pd07u1.json +6 -47
  24. package/config/devices/0x0258/nas-pd07z.json +4 -31
  25. package/config/devices/0x0258/nas-rc03z.json +27 -7
  26. package/config/devices/0x0258/nas-sc03ze.json +46 -0
  27. package/config/devices/0x0258/nas-wr01z.json +17 -71
  28. package/config/devices/0x0258/nas-wr01ze.json +18 -73
  29. package/config/devices/0x0258/{flood_sensor.json → nas-ws01z.json} +12 -38
  30. package/config/devices/0x0258/neo-ds07z.json +5 -36
  31. package/config/devices/0x0258/templates/shenzhen_neo_template.json +8 -62
  32. package/config/devices/0x027a/templates/zooz_template.json +19 -0
  33. package/config/devices/0x027a/zen72.json +5 -0
  34. package/config/devices/0x027a/zen74.json +5 -0
  35. package/config/devices/0x027a/zen77.json +5 -0
  36. package/config/devices/0x031e/lzw31-sn.json +1 -1
  37. package/config/devices/0x0371/zw141.json +2 -16
  38. package/config/devices/0x0371/zwa037.json +1 -1
  39. package/config/devices/0x0371/zwa038.json +1 -1
  40. package/config/devices/0x041a/kp-so-02.json +101 -0
  41. package/package.json +6 -6
  42. package/config/devices/0x013c/ph-psr03.json +0 -44
  43. package/config/devices/0x0258/motion_sensor_in.json +0 -62
  44. package/config/devices/0x0258/neo_coolcam_roller_shutter.json +0 -113
  45. package/config/devices/0x0258/sos_remote_control.json +0 -53
@@ -18,9 +18,122 @@
18
18
  "max": "255.255"
19
19
  },
20
20
  "paramInformation": [
21
+ {
22
+ "#": "1",
23
+ "label": "Outdoor Unit Type",
24
+ "valueSize": 1,
25
+ "minValue": 0,
26
+ "maxValue": 2,
27
+ "defaultValue": 0,
28
+ "allowManualEntry": false,
29
+ "options": [
30
+ {
31
+ "label": "NONE",
32
+ "value": 0
33
+ },
34
+ {
35
+ "label": "AC",
36
+ "value": 1
37
+ },
38
+ {
39
+ "label": "HP",
40
+ "value": 2
41
+ }
42
+ ]
43
+ },
44
+ {
45
+ "#": "2",
46
+ "label": "Fan Type",
47
+ "valueSize": 1,
48
+ "minValue": 0,
49
+ "maxValue": 1,
50
+ "defaultValue": 0,
51
+ "allowManualEntry": false,
52
+ "options": [
53
+ {
54
+ "label": "Gas",
55
+ "value": 0
56
+ },
57
+ {
58
+ "label": "Electric",
59
+ "value": 1
60
+ }
61
+ ]
62
+ },
63
+ {
64
+ "#": "3",
65
+ "label": "Change Over Type",
66
+ "valueSize": 1,
67
+ "minValue": 0,
68
+ "maxValue": 1,
69
+ "defaultValue": 0,
70
+ "allowManualEntry": false,
71
+ "options": [
72
+ {
73
+ "label": "w/Cool",
74
+ "value": 0
75
+ },
76
+ {
77
+ "label": "w/Heat",
78
+ "value": 1
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "#": "4",
84
+ "label": "Indoor Unit Type",
85
+ "valueSize": 1,
86
+ "minValue": 0,
87
+ "maxValue": 1,
88
+ "defaultValue": 1,
89
+ "allowManualEntry": false,
90
+ "options": [
91
+ {
92
+ "label": "Gas/Oil",
93
+ "value": 0
94
+ },
95
+ {
96
+ "label": "Electric",
97
+ "value": 1
98
+ }
99
+ ]
100
+ },
101
+ {
102
+ "#": "6",
103
+ "label": "Indoor Heat Stages",
104
+ "valueSize": 1,
105
+ "minValue": 0,
106
+ "maxValue": 2,
107
+ "defaultValue": 0,
108
+ "allowManualEntry": false,
109
+ "options": [
110
+ {
111
+ "label": "None",
112
+ "value": 0
113
+ },
114
+ {
115
+ "label": "1 Stage",
116
+ "value": 1
117
+ },
118
+ {
119
+ "label": "2 Stage",
120
+ "value": 2
121
+ }
122
+ ]
123
+ },
124
+ {
125
+ "#": "9",
126
+ "label": "Compressor Stage 1 MRT",
127
+ "unit": "minutes",
128
+ "valueSize": 1,
129
+ "minValue": 3,
130
+ "maxValue": 9,
131
+ "defaultValue": 0
132
+ },
21
133
  {
22
134
  "#": "10",
23
135
  "label": "Minimum Off Time",
136
+ "unit": "minutes",
24
137
  "valueSize": 1,
25
138
  "minValue": 5,
26
139
  "maxValue": 9,
@@ -28,19 +141,21 @@
28
141
  },
29
142
  {
30
143
  "#": "11",
31
- "label": "Minimum Run Time",
144
+ "label": "Compressor MOT",
145
+ "unit": "minutes",
32
146
  "valueSize": 1,
33
- "minValue": 1,
147
+ "minValue": 5,
34
148
  "maxValue": 9,
35
- "defaultValue": 6
149
+ "defaultValue": 5
36
150
  },
37
151
  {
38
152
  "#": "12",
39
- "label": "Heating Delta Stage 1 ON",
153
+ "label": "Indoor Heat Stage 1 MRT",
154
+ "unit": "minutes",
40
155
  "valueSize": 1,
41
- "minValue": 1,
42
- "maxValue": 8,
43
- "defaultValue": 1
156
+ "minValue": 3,
157
+ "maxValue": 9,
158
+ "defaultValue": 3
44
159
  },
45
160
  {
46
161
  "#": "13",
@@ -50,6 +165,723 @@
50
165
  "minValue": 0,
51
166
  "maxValue": 8,
52
167
  "defaultValue": 0
168
+ },
169
+ {
170
+ "#": "14",
171
+ "label": "Indoor Heat MOT",
172
+ "unit": "minutes",
173
+ "valueSize": 1,
174
+ "minValue": 5,
175
+ "maxValue": 9,
176
+ "defaultValue": 5
177
+ },
178
+ {
179
+ "#": "15",
180
+ "label": "Sensor Calibration",
181
+ "unit": "degrees",
182
+ "valueSize": 1,
183
+ "minValue": -7,
184
+ "maxValue": 7,
185
+ "defaultValue": 0
186
+ },
187
+ {
188
+ "#": "29",
189
+ "label": "ESM Setpoint-Heating",
190
+ "unit": "degrees",
191
+ "valueSize": 1,
192
+ "minValue": 0,
193
+ "maxValue": 100,
194
+ "defaultValue": 65
195
+ },
196
+ {
197
+ "#": "30",
198
+ "label": "ESM Setpoint-Cooling",
199
+ "unit": "degrees",
200
+ "valueSize": 1,
201
+ "minValue": 0,
202
+ "maxValue": 100,
203
+ "defaultValue": 80
204
+ },
205
+ {
206
+ "#": "75",
207
+ "label": "Recovery Enable",
208
+ "valueSize": 1,
209
+ "minValue": 0,
210
+ "maxValue": 1,
211
+ "defaultValue": 0,
212
+ "allowManualEntry": false,
213
+ "options": [
214
+ {
215
+ "label": "Disable",
216
+ "value": 0
217
+ },
218
+ {
219
+ "label": "Enable",
220
+ "value": 1
221
+ }
222
+ ]
223
+ },
224
+ {
225
+ "#": "76",
226
+ "label": "Schedule",
227
+ "valueSize": 1,
228
+ "minValue": 0,
229
+ "maxValue": 1,
230
+ "defaultValue": 0,
231
+ "allowManualEntry": false,
232
+ "options": [
233
+ {
234
+ "label": "Hold",
235
+ "value": 0
236
+ },
237
+ {
238
+ "label": "Run Schedule",
239
+ "value": 1
240
+ }
241
+ ]
242
+ },
243
+ {
244
+ "#": "77",
245
+ "label": "ESM",
246
+ "valueSize": 1,
247
+ "minValue": 0,
248
+ "maxValue": 2,
249
+ "defaultValue": 0,
250
+ "allowManualEntry": false,
251
+ "options": [
252
+ {
253
+ "label": "Disable",
254
+ "value": 0
255
+ },
256
+ {
257
+ "label": "Enable",
258
+ "value": 1
259
+ }
260
+ ]
261
+ },
262
+ {
263
+ "#": "78",
264
+ "label": "Aux Heat Enable",
265
+ "valueSize": 1,
266
+ "minValue": 0,
267
+ "maxValue": 1,
268
+ "defaultValue": 0,
269
+ "allowManualEntry": false,
270
+ "options": [
271
+ {
272
+ "label": "no aux heat",
273
+ "value": 0
274
+ },
275
+ {
276
+ "label": "aux heat enabled",
277
+ "value": 1
278
+ }
279
+ ]
280
+ },
281
+ {
282
+ "#": "79",
283
+ "label": "2nd Stage Cool Enable",
284
+ "valueSize": 1,
285
+ "minValue": 0,
286
+ "maxValue": 1,
287
+ "defaultValue": 0,
288
+ "allowManualEntry": false,
289
+ "options": [
290
+ {
291
+ "label": "no 2nd stage cool",
292
+ "value": 0
293
+ },
294
+ {
295
+ "label": "2nd stage cool",
296
+ "value": 1
297
+ }
298
+ ]
299
+ },
300
+ {
301
+ "#": "141",
302
+ "label": "Screen Timeout",
303
+ "unit": "seconds",
304
+ "valueSize": 1,
305
+ "minValue": 0,
306
+ "maxValue": 120,
307
+ "defaultValue": 0
308
+ },
309
+ {
310
+ "#": "143",
311
+ "label": "Sensor (Internal) Offset",
312
+ "unit": "degrees",
313
+ "valueSize": 1,
314
+ "minValue": -7,
315
+ "maxValue": 7,
316
+ "defaultValue": 0
317
+ },
318
+ {
319
+ "#": "148",
320
+ "label": "Screen Contrast",
321
+ "valueSize": 1,
322
+ "minValue": 0,
323
+ "maxValue": 20,
324
+ "defaultValue": 10
325
+ },
326
+ {
327
+ "#": "228[0xff000000]",
328
+ "$import": "templates/trane_template.json#schedule_hour",
329
+ "label": "Schedule - Sunday (1): Hour"
330
+ },
331
+ {
332
+ "#": "228[0xff0000]",
333
+ "$import": "templates/trane_template.json#schedule_minute",
334
+ "label": "Schedule - Sunday (1): - Minute"
335
+ },
336
+ {
337
+ "#": "228[0xff00]",
338
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
339
+ "label": "Schedule - Sunday (1): - Heat Setpoint"
340
+ },
341
+ {
342
+ "#": "228[0xff]",
343
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
344
+ "label": "Schedule - Sunday (1): - Cool Setpoint"
345
+ },
346
+ {
347
+ "#": "229[0xff000000]",
348
+ "$import": "templates/trane_template.json#schedule_hour",
349
+ "label": "Schedule - Sunday (2): Hour"
350
+ },
351
+ {
352
+ "#": "229[0xff0000]",
353
+ "$import": "templates/trane_template.json#schedule_minute",
354
+ "label": "Schedule - Sunday (2): Minute"
355
+ },
356
+ {
357
+ "#": "229[0xff00]",
358
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
359
+ "label": "Schedule - Sunday (2): Heat Setpoint"
360
+ },
361
+ {
362
+ "#": "229[0xff]",
363
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
364
+ "label": "Schedule - Sunday (2): Cool Setpoint"
365
+ },
366
+ {
367
+ "#": "230[0xff000000]",
368
+ "$import": "templates/trane_template.json#schedule_hour",
369
+ "label": "Schedule - Sunday (3): Hour"
370
+ },
371
+ {
372
+ "#": "230[0xff0000]",
373
+ "$import": "templates/trane_template.json#schedule_minute",
374
+ "label": "Schedule - Sunday (3): Minute"
375
+ },
376
+ {
377
+ "#": "230[0xff00]",
378
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
379
+ "label": "Schedule - Sunday (3): Heat Setpoint"
380
+ },
381
+ {
382
+ "#": "230[0xff]",
383
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
384
+ "label": "Schedule - Sunday (3): Cool Setpoint"
385
+ },
386
+ {
387
+ "#": "231[0xff000000]",
388
+ "$import": "templates/trane_template.json#schedule_hour",
389
+ "label": "Schedule - Sunday (4): Hour"
390
+ },
391
+ {
392
+ "#": "231[0xff0000]",
393
+ "$import": "templates/trane_template.json#schedule_minute",
394
+ "label": "Schedule - Sunday (4): Minute"
395
+ },
396
+ {
397
+ "#": "231[0xff00]",
398
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
399
+ "label": "Schedule - Sunday (4): Heat Setpoint"
400
+ },
401
+ {
402
+ "#": "231[0xff]",
403
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
404
+ "label": "Schedule - Sunday (4): Cool Setpoint"
405
+ },
406
+ {
407
+ "#": "232[0xff000000]",
408
+ "$import": "templates/trane_template.json#schedule_hour",
409
+ "label": "Schedule - Monday (1): Hour"
410
+ },
411
+ {
412
+ "#": "232[0xff0000]",
413
+ "$import": "templates/trane_template.json#schedule_minute",
414
+ "label": "Schedule - Monday (1): - Minute"
415
+ },
416
+ {
417
+ "#": "232[0xff00]",
418
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
419
+ "label": "Schedule - Monday (1): - Heat Setpoint"
420
+ },
421
+ {
422
+ "#": "232[0xff]",
423
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
424
+ "label": "Schedule - Monday (1): - Cool Setpoint"
425
+ },
426
+ {
427
+ "#": "233[0xff000000]",
428
+ "$import": "templates/trane_template.json#schedule_hour",
429
+ "label": "Schedule - Monday (2): Hour"
430
+ },
431
+ {
432
+ "#": "233[0xff0000]",
433
+ "$import": "templates/trane_template.json#schedule_minute",
434
+ "label": "Schedule - Monday (2): Minute"
435
+ },
436
+ {
437
+ "#": "233[0xff00]",
438
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
439
+ "label": "Schedule - Monday (2): Heat Setpoint"
440
+ },
441
+ {
442
+ "#": "233[0xff]",
443
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
444
+ "label": "Schedule - Monday (2): Cool Setpoint"
445
+ },
446
+ {
447
+ "#": "234[0xff000000]",
448
+ "$import": "templates/trane_template.json#schedule_hour",
449
+ "label": "Schedule - Monday (3): Hour"
450
+ },
451
+ {
452
+ "#": "234[0xff0000]",
453
+ "$import": "templates/trane_template.json#schedule_minute",
454
+ "label": "Schedule - Monday (3): Minute"
455
+ },
456
+ {
457
+ "#": "234[0xff00]",
458
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
459
+ "label": "Schedule - Monday (3): Heat Setpoint"
460
+ },
461
+ {
462
+ "#": "234[0xff]",
463
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
464
+ "label": "Schedule - Monday (3): Cool Setpoint"
465
+ },
466
+ {
467
+ "#": "235[0xff000000]",
468
+ "$import": "templates/trane_template.json#schedule_hour",
469
+ "label": "Schedule - Monday (4): Hour"
470
+ },
471
+ {
472
+ "#": "235[0xff0000]",
473
+ "$import": "templates/trane_template.json#schedule_minute",
474
+ "label": "Schedule - Monday (4): Minute"
475
+ },
476
+ {
477
+ "#": "235[0xff00]",
478
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
479
+ "label": "Schedule - Monday (4): Heat Setpoint"
480
+ },
481
+ {
482
+ "#": "235[0xff]",
483
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
484
+ "label": "Schedule - Monday (4): Cool Setpoint"
485
+ },
486
+ {
487
+ "#": "236[0xff000000]",
488
+ "$import": "templates/trane_template.json#schedule_hour",
489
+ "label": "Schedule - Tuesday (1): Hour"
490
+ },
491
+ {
492
+ "#": "236[0xff0000]",
493
+ "$import": "templates/trane_template.json#schedule_minute",
494
+ "label": "Schedule - Tuesday (1): - Minute"
495
+ },
496
+ {
497
+ "#": "236[0xff00]",
498
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
499
+ "label": "Schedule - Tuesday (1): - Heat Setpoint"
500
+ },
501
+ {
502
+ "#": "236[0xff]",
503
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
504
+ "label": "Schedule - Tuesday (1): - Cool Setpoint"
505
+ },
506
+ {
507
+ "#": "237[0xff000000]",
508
+ "$import": "templates/trane_template.json#schedule_hour",
509
+ "label": "Schedule - Tuesday (2): Hour"
510
+ },
511
+ {
512
+ "#": "237[0xff0000]",
513
+ "$import": "templates/trane_template.json#schedule_minute",
514
+ "label": "Schedule - Tuesday (2): Minute"
515
+ },
516
+ {
517
+ "#": "237[0xff00]",
518
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
519
+ "label": "Schedule - Tuesday (2): Heat Setpoint"
520
+ },
521
+ {
522
+ "#": "237[0xff]",
523
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
524
+ "label": "Schedule - Tuesday (2): Cool Setpoint"
525
+ },
526
+ {
527
+ "#": "238[0xff000000]",
528
+ "$import": "templates/trane_template.json#schedule_hour",
529
+ "label": "Schedule - Tuesday (3): Hour"
530
+ },
531
+ {
532
+ "#": "238[0xff0000]",
533
+ "$import": "templates/trane_template.json#schedule_minute",
534
+ "label": "Schedule - Tuesday (3): Minute"
535
+ },
536
+ {
537
+ "#": "238[0xff00]",
538
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
539
+ "label": "Schedule - Tuesday (3): Heat Setpoint"
540
+ },
541
+ {
542
+ "#": "238[0xff]",
543
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
544
+ "label": "Schedule - Tuesday (3): Cool Setpoint"
545
+ },
546
+ {
547
+ "#": "239[0xff000000]",
548
+ "$import": "templates/trane_template.json#schedule_hour",
549
+ "label": "Schedule - Tuesday (4): Hour"
550
+ },
551
+ {
552
+ "#": "239[0xff0000]",
553
+ "$import": "templates/trane_template.json#schedule_minute",
554
+ "label": "Schedule - Tuesday (4): Minute"
555
+ },
556
+ {
557
+ "#": "239[0xff00]",
558
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
559
+ "label": "Schedule - Tuesday (4): Heat Setpoint"
560
+ },
561
+ {
562
+ "#": "239[0xff]",
563
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
564
+ "label": "Schedule - Tuesday (4): Cool Setpoint"
565
+ },
566
+ {
567
+ "#": "240[0xff000000]",
568
+ "$import": "templates/trane_template.json#schedule_hour",
569
+ "label": "Schedule - Wednesday (1): Hour"
570
+ },
571
+ {
572
+ "#": "240[0xff0000]",
573
+ "$import": "templates/trane_template.json#schedule_minute",
574
+ "label": "Schedule - Wednesday (1): - Minute"
575
+ },
576
+ {
577
+ "#": "240[0xff00]",
578
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
579
+ "label": "Schedule - Wednesday (1): - Heat Setpoint"
580
+ },
581
+ {
582
+ "#": "240[0xff]",
583
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
584
+ "label": "Schedule - Wednesday (1): - Cool Setpoint"
585
+ },
586
+ {
587
+ "#": "241[0xff000000]",
588
+ "$import": "templates/trane_template.json#schedule_hour",
589
+ "label": "Schedule - Wednesday (2): Hour"
590
+ },
591
+ {
592
+ "#": "241[0xff0000]",
593
+ "$import": "templates/trane_template.json#schedule_minute",
594
+ "label": "Schedule - Wednesday (2): Minute"
595
+ },
596
+ {
597
+ "#": "241[0xff00]",
598
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
599
+ "label": "Schedule - Wednesday (2): Heat Setpoint"
600
+ },
601
+ {
602
+ "#": "241[0xff]",
603
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
604
+ "label": "Schedule - Wednesday (2): Cool Setpoint"
605
+ },
606
+ {
607
+ "#": "242[0xff000000]",
608
+ "$import": "templates/trane_template.json#schedule_hour",
609
+ "label": "Schedule - Wednesday (3): Hour"
610
+ },
611
+ {
612
+ "#": "242[0xff0000]",
613
+ "$import": "templates/trane_template.json#schedule_minute",
614
+ "label": "Schedule - Wednesday (3): Minute"
615
+ },
616
+ {
617
+ "#": "242[0xff00]",
618
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
619
+ "label": "Schedule - Wednesday (3): Heat Setpoint"
620
+ },
621
+ {
622
+ "#": "242[0xff]",
623
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
624
+ "label": "Schedule - Wednesday (3): Cool Setpoint"
625
+ },
626
+ {
627
+ "#": "243[0xff000000]",
628
+ "$import": "templates/trane_template.json#schedule_hour",
629
+ "label": "Schedule - Wednesday (4): Hour"
630
+ },
631
+ {
632
+ "#": "243[0xff0000]",
633
+ "$import": "templates/trane_template.json#schedule_minute",
634
+ "label": "Schedule - Wednesday (4): Minute"
635
+ },
636
+ {
637
+ "#": "243[0xff00]",
638
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
639
+ "label": "Schedule - Wednesday (4): Heat Setpoint"
640
+ },
641
+ {
642
+ "#": "243[0xff]",
643
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
644
+ "label": "Schedule - Wednesday (4): Cool Setpoint"
645
+ },
646
+ {
647
+ "#": "244[0xff000000]",
648
+ "$import": "templates/trane_template.json#schedule_hour",
649
+ "label": "Schedule - Thursday (1): Hour"
650
+ },
651
+ {
652
+ "#": "244[0xff0000]",
653
+ "$import": "templates/trane_template.json#schedule_minute",
654
+ "label": "Schedule - Thursday (1): - Minute"
655
+ },
656
+ {
657
+ "#": "244[0xff00]",
658
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
659
+ "label": "Schedule - Thursday (1): - Heat Setpoint"
660
+ },
661
+ {
662
+ "#": "244[0xff]",
663
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
664
+ "label": "Schedule - Thursday (1): - Cool Setpoint"
665
+ },
666
+ {
667
+ "#": "245[0xff000000]",
668
+ "$import": "templates/trane_template.json#schedule_hour",
669
+ "label": "Schedule - Thursday (2): Hour"
670
+ },
671
+ {
672
+ "#": "245[0xff0000]",
673
+ "$import": "templates/trane_template.json#schedule_minute",
674
+ "label": "Schedule - Thursday (2): Minute"
675
+ },
676
+ {
677
+ "#": "245[0xff00]",
678
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
679
+ "label": "Schedule - Thursday (2): Heat Setpoint"
680
+ },
681
+ {
682
+ "#": "245[0xff]",
683
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
684
+ "label": "Schedule - Thursday (2): Cool Setpoint"
685
+ },
686
+ {
687
+ "#": "246[0xff000000]",
688
+ "$import": "templates/trane_template.json#schedule_hour",
689
+ "label": "Schedule - Thursday (3): Hour"
690
+ },
691
+ {
692
+ "#": "246[0xff0000]",
693
+ "$import": "templates/trane_template.json#schedule_minute",
694
+ "label": "Schedule - Thursday (3): Minute"
695
+ },
696
+ {
697
+ "#": "246[0xff00]",
698
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
699
+ "label": "Schedule - Thursday (3): Heat Setpoint"
700
+ },
701
+ {
702
+ "#": "246[0xff]",
703
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
704
+ "label": "Schedule - Thursday (3): Cool Setpoint"
705
+ },
706
+ {
707
+ "#": "247[0xff000000]",
708
+ "$import": "templates/trane_template.json#schedule_hour",
709
+ "label": "Schedule - Thursday (4): Hour"
710
+ },
711
+ {
712
+ "#": "247[0xff0000]",
713
+ "$import": "templates/trane_template.json#schedule_minute",
714
+ "label": "Schedule - Thursday (4): Minute"
715
+ },
716
+ {
717
+ "#": "247[0xff00]",
718
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
719
+ "label": "Schedule - Thursday (4): Heat Setpoint"
720
+ },
721
+ {
722
+ "#": "247[0xff]",
723
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
724
+ "label": "Schedule - Thursday (4): Cool Setpoint"
725
+ },
726
+ {
727
+ "#": "248[0xff000000]",
728
+ "$import": "templates/trane_template.json#schedule_hour",
729
+ "label": "Schedule - Friday (1): Hour"
730
+ },
731
+ {
732
+ "#": "248[0xff0000]",
733
+ "$import": "templates/trane_template.json#schedule_minute",
734
+ "label": "Schedule - Friday (1): - Minute"
735
+ },
736
+ {
737
+ "#": "248[0xff00]",
738
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
739
+ "label": "Schedule - Friday (1): - Heat Setpoint"
740
+ },
741
+ {
742
+ "#": "248[0xff]",
743
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
744
+ "label": "Schedule - Friday (1): - Cool Setpoint"
745
+ },
746
+ {
747
+ "#": "249[0xff000000]",
748
+ "$import": "templates/trane_template.json#schedule_hour",
749
+ "label": "Schedule - Friday (2): Hour"
750
+ },
751
+ {
752
+ "#": "249[0xff0000]",
753
+ "$import": "templates/trane_template.json#schedule_minute",
754
+ "label": "Schedule - Friday (2): Minute"
755
+ },
756
+ {
757
+ "#": "249[0xff00]",
758
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
759
+ "label": "Schedule - Friday (2): Heat Setpoint"
760
+ },
761
+ {
762
+ "#": "249[0xff]",
763
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
764
+ "label": "Schedule - Friday (2): Cool Setpoint"
765
+ },
766
+ {
767
+ "#": "250[0xff000000]",
768
+ "$import": "templates/trane_template.json#schedule_hour",
769
+ "label": "Schedule - Friday (3): Hour"
770
+ },
771
+ {
772
+ "#": "250[0xff0000]",
773
+ "$import": "templates/trane_template.json#schedule_minute",
774
+ "label": "Schedule - Friday (3): Minute"
775
+ },
776
+ {
777
+ "#": "250[0xff00]",
778
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
779
+ "label": "Schedule - Friday (3): Heat Setpoint"
780
+ },
781
+ {
782
+ "#": "250[0xff]",
783
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
784
+ "label": "Schedule - Friday (3): Cool Setpoint"
785
+ },
786
+ {
787
+ "#": "251[0xff000000]",
788
+ "$import": "templates/trane_template.json#schedule_hour",
789
+ "label": "Schedule - Friday (4): Hour"
790
+ },
791
+ {
792
+ "#": "251[0xff0000]",
793
+ "$import": "templates/trane_template.json#schedule_minute",
794
+ "label": "Schedule - Friday (4): Minute"
795
+ },
796
+ {
797
+ "#": "251[0xff00]",
798
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
799
+ "label": "Schedule - Friday (4): Heat Setpoint"
800
+ },
801
+ {
802
+ "#": "251[0xff]",
803
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
804
+ "label": "Schedule - Friday (4): Cool Setpoint"
805
+ },
806
+ {
807
+ "#": "252[0xff000000]",
808
+ "$import": "templates/trane_template.json#schedule_hour",
809
+ "label": "Schedule - Saturday (1): Hour"
810
+ },
811
+ {
812
+ "#": "252[0xff0000]",
813
+ "$import": "templates/trane_template.json#schedule_minute",
814
+ "label": "Schedule - Saturday (1): - Minute"
815
+ },
816
+ {
817
+ "#": "252[0xff00]",
818
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
819
+ "label": "Schedule - Saturday (1): - Heat Setpoint"
820
+ },
821
+ {
822
+ "#": "252[0xff]",
823
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
824
+ "label": "Schedule - Saturday (1): - Cool Setpoint"
825
+ },
826
+ {
827
+ "#": "253[0xff000000]",
828
+ "$import": "templates/trane_template.json#schedule_hour",
829
+ "label": "Schedule - Saturday (2): Hour"
830
+ },
831
+ {
832
+ "#": "253[0xff0000]",
833
+ "$import": "templates/trane_template.json#schedule_minute",
834
+ "label": "Schedule - Saturday (2): Minute"
835
+ },
836
+ {
837
+ "#": "253[0xff00]",
838
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
839
+ "label": "Schedule - Saturday (2): Heat Setpoint"
840
+ },
841
+ {
842
+ "#": "253[0xff]",
843
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
844
+ "label": "Schedule - Saturday (2): Cool Setpoint"
845
+ },
846
+ {
847
+ "#": "254[0xff000000]",
848
+ "$import": "templates/trane_template.json#schedule_hour",
849
+ "label": "Schedule - Saturday (3): Hour"
850
+ },
851
+ {
852
+ "#": "254[0xff0000]",
853
+ "$import": "templates/trane_template.json#schedule_minute",
854
+ "label": "Schedule - Saturday (3): Minute"
855
+ },
856
+ {
857
+ "#": "254[0xff00]",
858
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
859
+ "label": "Schedule - Saturday (3): Heat Setpoint"
860
+ },
861
+ {
862
+ "#": "254[0xff]",
863
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
864
+ "label": "Schedule - Saturday (3): Cool Setpoint"
865
+ },
866
+ {
867
+ "#": "255[0xff000000]",
868
+ "$import": "templates/trane_template.json#schedule_hour",
869
+ "label": "Schedule - Saturday (4): Hour"
870
+ },
871
+ {
872
+ "#": "255[0xff0000]",
873
+ "$import": "templates/trane_template.json#schedule_minute",
874
+ "label": "Schedule - Saturday (4): Minute"
875
+ },
876
+ {
877
+ "#": "255[0xff00]",
878
+ "$import": "templates/trane_template.json#schedule_heat_setpoint",
879
+ "label": "Schedule - Saturday (4): Heat Setpoint"
880
+ },
881
+ {
882
+ "#": "255[0xff]",
883
+ "$import": "templates/trane_template.json#schedule_cool_setpoint",
884
+ "label": "Schedule - Saturday (4): Cool Setpoint"
53
885
  }
54
886
  ]
55
887
  }