-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathio-package.json
More file actions
911 lines (911 loc) · 22.9 KB
/
io-package.json
File metadata and controls
911 lines (911 loc) · 22.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
{
"common": {
"name": "shuttercontrol",
"version": "2.0.12",
"news": {
"2.0.12": {
"en": "License updated\nUpdate dependabot",
"de": "Lizenz aktualisiert\nUpdate abhängigabot",
"ru": "Лицензия обновлена\nОбновление Dependabot",
"pt": "Licença atualizada\nAtualizar dependabot",
"nl": "Licentie bijgewerkt\nDependabot bijwerken",
"fr": "Licence mise à jour\nMettre à jour donabot",
"it": "Licenza aggiornata\nAggiornamento dipendeabot",
"es": "Licencia actualizada\nActualizar dependeabot",
"pl": "Aktualizacja licencji\nUaktualnij zależny",
"uk": "Оновлення ліцензії\nОновлення залежності",
"zh-cn": "许可证更新\n更新根据目录"
},
"2.0.11": {
"en": "Update dependabot",
"de": "Update abhängigabot",
"ru": "Обновление Dependabot",
"pt": "Atualizar dependabot",
"nl": "Dependabot bijwerken",
"fr": "Mettre à jour donabot",
"it": "Aggiornamento dipendeabot",
"es": "Actualizar dependeabot",
"pl": "Uaktualnij zależny",
"uk": "Оновлення залежності",
"zh-cn": "更新根据目录"
},
"2.0.10": {
"en": "Fix JSON Tab",
"de": "JSON Register",
"ru": "Исправить JSON Tab",
"pt": "Corrigir a Página JSON",
"nl": "Fix JSON Tab",
"fr": "Correction de l'onglet JSON",
"it": "Fissare la scheda JSON",
"es": "Fijar JSON Tab",
"pl": "Napraw kartę JSON",
"uk": "Виправлення вкладки JSON",
"zh-cn": "修复 JSON 标签"
},
"2.0.9": {
"en": "Fix Frost Alarm",
"de": "Frost Alarm",
"ru": "Обсуждение Frost Alarm",
"pt": "Corrigir o Alarme de Gelo",
"nl": "Frost-alarm herstellen",
"fr": "Correction de l'alarme de gel",
"it": "Fissare l'allarme Frost",
"es": "Fijar Alarma Frost",
"pl": "Napraw alarm Frost",
"uk": "Виправлення фрастової сигналізації",
"zh-cn": "修复霜警警报"
},
"2.0.8": {
"en": "Update dependabot",
"de": "Update abhängigabot",
"ru": "Обновление Dependabot",
"pt": "Atualizar dependabot",
"nl": "Dependabot bijwerken",
"fr": "Mettre à jour donabot",
"it": "Aggiornamento dipendeabot",
"es": "Actualizar dependeabot",
"pl": "Uaktualnij zależny",
"uk": "Оновлення залежності",
"zh-cn": "更新根据目录"
},
"2.0.7": {
"en": "Fix npm publish\ndependencies updated",
"de": "Npm veröffentlichen\naktualisierte abhängigkeiten",
"ru": "Издательство Fix npm\nобновленные зависимости",
"pt": "Corrigir a publicação do npm\ndependências atualizadas",
"nl": "Fix npm publiceren\nafhankelijkheden bijgewerkt",
"fr": "Correction de npm publier\ndépendances mises à jour",
"it": "Fisso npm pubblicazione\ndipendenze aggiornate",
"es": "Corrección npm publicar\ndependencias actualizadas",
"pl": "Napraw publikację npm\nzaktualizowane zależności",
"uk": "Виправлення npm опублікування\nоновлені залежності",
"zh-cn": "修复 npm 发布\n更新依赖关系"
},
"2.0.6": {
"en": "dependencies updated\nadminTab Fix",
"de": "aktualisierte abhängigkeiten\nadmin Zurück zur Übersicht",
"ru": "обновленные зависимости\nадмин Tab Fix",
"pt": "dependências atualizadas\nadministrador Correção da Página",
"nl": "afhankelijkheden bijgewerkt\nadmin Tab Fix",
"fr": "dépendances mises à jour\nadministrateur Correction de l'onglet",
"it": "dipendenze aggiornate\nadmin Scheda di fissaggio",
"es": "dependencias actualizadas\nadmin Tab Fix",
"pl": "zaktualizowane zależności\nadmin Napraw kartę",
"uk": "оновлені залежності\nадмін Табличка",
"zh-cn": "更新依赖关系\n管理员 标签"
}
},
"titleLang": {
"en": "shuttercontrol",
"de": "Rolladensteuerung",
"ru": "затвор",
"pt": "obturador",
"nl": "Luik",
"fr": "obturateur",
"it": "otturatore",
"es": "obturador",
"pl": "migawka",
"uk": "керування затвором",
"zh-cn": "快门"
},
"desc": {
"en": "Automatic control for shutters",
"de": "Automatische Steuerung für Rollläden",
"ru": "Автоматическое управление жалюзи",
"pt": "Controle automático para persianas",
"nl": "Automatische controle voor luiken",
"fr": "Contrôle automatique des volets",
"it": "Controllo automatico per tapparelle",
"es": "Control automático de persianas.",
"pl": "Automatyczne sterowanie żaluzjami",
"uk": "Автоматичне керування ролетами",
"zh-cn": "百叶窗的自动控制"
},
"authors": [
"simatec <shuttercontrol@simateccloud.de>"
],
"keywords": [
"home automation",
"Rollladen",
"Jalousie",
"Rollladensteuerung",
"shutter",
"Homematic",
"Sunprotec",
"Sonnenschutz",
"Astro",
"Elevation",
"Sonneuntergang",
"Sonnenaufgang"
],
"docs": {
"en": "docs/en/shuttercontrol.md",
"de": "docs/de/shuttercontrol.md"
},
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"platform": "Javascript/Node.js",
"icon": "shuttercontrol.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/simatec/ioBroker.shuttercontrol/master/admin/shuttercontrol.png",
"readme": "https://github.com/simatec/ioBroker.shuttercontrol/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "climate-control",
"compact": true,
"connectionType": "local",
"dataSource": "push",
"tier": 2,
"stopBeforeUpdate": true,
"messagebox": true,
"dependencies": [
{
"js-controller": ">=6.0.11"
}
],
"globalDependencies": [
{
"admin": ">=7.6.20"
}
],
"adminTab": {
"link": "jsonTab.json5",
"singleton": false,
"name": {
"en": "Shuttercontrol",
"de": "Rolladensteuerung",
"ru": "затвор",
"pt": "obturador",
"nl": "Luik",
"fr": "obturateur",
"it": "otturatore",
"es": "obturador",
"pl": "migawka",
"uk": "керування затвором",
"zh-cn": "快门"
}
},
"adminUI": {
"config": "materialize",
"tab": "json"
},
"plugins": {
"sentry": {
"dsn": "https://5f58df7167d846e3a90bae5414d4fc09@sentry.iobroker.net/62"
}
}
},
"native": {
"UseAstro": true,
"publicHolidays": true,
"publicHolInstance": "",
"HolidayDP": "",
"schoolfreeDP": "",
"UseSunMode": true,
"currentShutterState": false,
"currentShutterStateTime": 60,
"blockManuMode": false,
"shutterStateRound": 1,
"satIsWeek": false,
"W_shutterDownLiving": "22:00",
"W_shutterUpLivingMin": "05:00",
"W_shutterUpLivingMax": "06:00",
"WE_shutterDownLiving": "22:00",
"WE_shutterUpLivingMin": "05:00",
"WE_shutterUpLivingMax": "06:00",
"driveDelayUpLiving": 10,
"driveHeightUpLiving": 100,
"driveHeightDownLiving": 0,
"triggerAutoLiving": "hm-rpc.0.MEQ1234567.2.STATE",
"livingAutomatic": "livingSunriseSunset",
"W_shutterUpSleepMax": "06:30",
"W_shutterUpSleepMin": "06:00",
"W_shutterDownSleep": "20:00",
"WE_shutterUpSleepMax": "06:30",
"WE_shutterUpSleepMin": "06:00",
"WE_shutterDownSleep": "21:00",
"driveDelayUpSleep": 10,
"driveHeightUpSleep": 100,
"driveHeightDownSleep": 0,
"triggerAutoSleep": "hm-rpc.0.MEQ1234567.2.STATE",
"sleepAutomatic": "sleepSunriseSunset",
"W_shutterUpChildrenMax": "06:30",
"W_shutterUpChildrenMin": "06:00",
"W_shutterDownChildren": "20:00",
"WE_shutterUpChildrenMax": "06:30",
"WE_shutterUpChildrenMin": "06:00",
"WE_shutterDownChildren": "21:00",
"driveDelayUpChildren": 10,
"driveHeightUpChildren": 100,
"driveHeightDownChildren": 0,
"triggerAutoChildren": "hm-rpc.0.MEQ1234567.2.STATE",
"childrenAutomatic": "childrenSunriseSunset",
"astroDelayUp": 30,
"longitude": "",
"latitude": "",
"astroDelayDown": 30,
"driveHeightUpAstro": 100,
"driveHeightDownAstro": 0,
"driveDelayUpAstro": 10,
"sleepEnum": "",
"livingEnum": "",
"livingEnumAuto": "",
"sleepEnumAuto": "",
"sunMonthStart": 5,
"sunMonthEnd": 9,
"sun_shutterUp": "19:00",
"sun_shutterDown": "10:00",
"sunProtecEnum": "",
"driveHeightSun": 30,
"sunProtEndElevation": 10,
"LateAllDown": false,
"LateAllDownTime": "22:15",
"SummerStart": "01.03.",
"SummerEnd": "30.09.",
"XMasStart": "01.12.",
"XMasEnd": "06.01.",
"useXmasLevel": false,
"betweenPosition": false,
"noGoTime": 0,
"betweenPositionTime": "22:00",
"schoolfree": false,
"schoolfreeSleepArea": false,
"schoolfreeLivingArea": false,
"schoolfreeChildrenArea": true,
"schoolfreeInstance": "",
"lightsensorDown": 400,
"lightsensorDownTime": "16:00",
"lightsensorUp": 500,
"lightsensorUpTime": "05:00",
"lightsensorUpDown": "",
"alarmWind1Level": 100,
"alarmWind2Level": 100,
"alarmRainLevel": 100,
"alarmFrostLevel": 80,
"alarmFireLevel": 100,
"alarmWind1": "",
"alarmWind2": "",
"alarmRain": "",
"alarmFrost": "",
"alarmFire": "",
"heatProtection": false,
"events": [
{
"enabled": true,
"shutterName": "shutter example",
"name": "hm-rpc.0.MEQ1234567.2.LEVEL",
"triggerID": "",
"LateDown": true,
"inSummerNotDown": false,
"KeepSunProtect": false,
"heatProtection": false,
"tempHeatProtection": "30",
"typeUp": "goldenhour End",
"typeDown": "elevation",
"type": "in- & outside temperature",
"heightDownSun": "50",
"direction": "290",
"directionRange": "15",
"tempInside": "23",
"tempSensor": "",
"outsideTempSensor": "",
"tempOutside": "23",
"lightSensor": "",
"valueLight": "15",
"currentHeight": "",
"heightUp": "100",
"heightDown": "0",
"triggerState": "true",
"triggerStateTilted": "none",
"triggerDrive": "100",
"triggerChange": "upDown",
"elevation": "4",
"XmasLevel": 0,
"useXmasLevel": false,
"betweenPosition": false,
"betweenPositionLevel": "50",
"trigDelyUp": 1,
"trigDelyDown": 1,
"sunProtectEndDely": 0,
"enableAlarmWind1": false,
"enableAlarmWind2": false,
"enableAlarmRain": false,
"enableAlarmFrost": false,
"enableAlarmFire": false
}
]
},
"objects": [],
"instanceObjects": [
{
"_id": "shutters",
"type": "channel",
"common": {
"name": "Control shutters"
},
"native": {}
},
{
"_id": "shutters.autoUp",
"type": "channel",
"common": {
"name": "Control shutter automatic up"
},
"native": {}
},
{
"_id": "shutters.autoDown",
"type": "channel",
"common": {
"name": "Control shutter automatic down"
},
"native": {}
},
{
"_id": "shutters.autoSun",
"type": "channel",
"common": {
"name": "Control shutter automatic sunprotect"
},
"native": {}
},
{
"_id": "shutters.currentStates",
"type": "state",
"common": {
"role": "json",
"name": "current shutter states",
"type": "string",
"read": true,
"write": true,
"expert": true
},
"native": {}
},
{
"_id": "info",
"type": "channel",
"common": {
"name": "Info Logs"
},
"native": {}
},
{
"_id": "control",
"type": "channel",
"common": {
"name": "Control Buttons"
},
"native": {}
},
{
"_id": "control.Holiday",
"type": "state",
"common": {
"role": "switch",
"name": "Holiday",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {}
},
{
"_id": "control.schoolfree",
"type": "state",
"common": {
"role": "switch",
"name": "Schoolfree",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {}
},
{
"_id": "control.autoLiving",
"type": "state",
"common": {
"role": "switch",
"name": "Auto / Manu Living Area",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {}
},
{
"_id": "control.autoSleep",
"type": "state",
"common": {
"role": "switch",
"name": "Auto / Manu Sleep Area",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {}
},
{
"_id": "control.autoChildren",
"type": "state",
"common": {
"role": "switch",
"name": "Auto / Manu Children Area",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {}
},
{
"_id": "control.closeAll",
"type": "state",
"common": {
"role": "button",
"name": "close all Shutter",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {
"UNIT": "",
"TAB_ORDER": 0,
"OPERATIONS": 6,
"FLAGS": 1,
"TYPE": "ACTION",
"MIN": false,
"MAX": true,
"DEFAULT": false
}
},
{
"_id": "control.openAll",
"type": "state",
"common": {
"role": "button",
"name": "open all Shutter",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {
"UNIT": "",
"TAB_ORDER": 0,
"OPERATIONS": 6,
"FLAGS": 1,
"TYPE": "ACTION",
"MIN": false,
"MAX": true,
"DEFAULT": false
}
},
{
"_id": "control.closeLiving",
"type": "state",
"common": {
"role": "button",
"name": "close Shutter from Living area",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {
"UNIT": "",
"TAB_ORDER": 0,
"OPERATIONS": 6,
"FLAGS": 1,
"TYPE": "ACTION",
"MIN": false,
"MAX": true,
"DEFAULT": false
}
},
{
"_id": "control.openLiving",
"type": "state",
"common": {
"role": "button",
"name": "open Shutter from Living area",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {
"UNIT": "",
"TAB_ORDER": 0,
"OPERATIONS": 6,
"FLAGS": 1,
"TYPE": "ACTION",
"MIN": false,
"MAX": true,
"DEFAULT": false
}
},
{
"_id": "control.closeSleep",
"type": "state",
"common": {
"role": "button",
"name": "close Shutter from Sleep area",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {
"UNIT": "",
"TAB_ORDER": 0,
"OPERATIONS": 6,
"FLAGS": 1,
"TYPE": "ACTION",
"MIN": false,
"MAX": true,
"DEFAULT": false
}
},
{
"_id": "control.openSleep",
"type": "state",
"common": {
"role": "button",
"name": "open Shutter from Sleep area",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {
"UNIT": "",
"TAB_ORDER": 0,
"OPERATIONS": 6,
"FLAGS": 1,
"TYPE": "ACTION",
"MIN": false,
"MAX": true,
"DEFAULT": false
}
},
{
"_id": "control.closeChildren",
"type": "state",
"common": {
"role": "button",
"name": "close Shutter from Children area",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {
"UNIT": "",
"TAB_ORDER": 0,
"OPERATIONS": 6,
"FLAGS": 1,
"TYPE": "ACTION",
"MIN": false,
"MAX": true,
"DEFAULT": false
}
},
{
"_id": "control.openChildren",
"type": "state",
"common": {
"role": "button",
"name": "open Shutter from Children area",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {
"UNIT": "",
"TAB_ORDER": 0,
"OPERATIONS": 6,
"FLAGS": 1,
"TYPE": "ACTION",
"MIN": false,
"MAX": true,
"DEFAULT": false
}
},
{
"_id": "control.sunProtect",
"type": "state",
"common": {
"role": "button",
"name": "close Shutter for sun protect",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {
"UNIT": "",
"TAB_ORDER": 0,
"OPERATIONS": 6,
"FLAGS": 1,
"TYPE": "ACTION",
"MIN": false,
"MAX": true,
"DEFAULT": false
}
},
{
"_id": "control.sunProtectSleep",
"type": "state",
"common": {
"role": "button",
"name": "close Sleep Shutter for sun protect",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {
"UNIT": "",
"TAB_ORDER": 0,
"OPERATIONS": 6,
"FLAGS": 1,
"TYPE": "ACTION",
"MIN": false,
"MAX": true,
"DEFAULT": false
}
},
{
"_id": "control.sunProtectLiving",
"type": "state",
"common": {
"role": "button",
"name": "close Living Shutter for sun protect",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {
"UNIT": "",
"TAB_ORDER": 0,
"OPERATIONS": 6,
"FLAGS": 1,
"TYPE": "ACTION",
"MIN": false,
"MAX": true,
"DEFAULT": false
}
},
{
"_id": "control.sunProtectChildren",
"type": "state",
"common": {
"role": "button",
"name": "close Children Shutter for sun protect",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {
"UNIT": "",
"TAB_ORDER": 0,
"OPERATIONS": 6,
"FLAGS": 1,
"TYPE": "ACTION",
"MIN": false,
"MAX": true,
"DEFAULT": false
}
},
{
"_id": "control.autoAll",
"type": "state",
"common": {
"role": "button",
"name": "set all Shutter to Auto Mode",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {
"UNIT": "",
"TAB_ORDER": 0,
"OPERATIONS": 6,
"FLAGS": 1,
"TYPE": "ACTION",
"MIN": false,
"MAX": true,
"DEFAULT": false
}
},
{
"_id": "info.upTimeSleep",
"type": "state",
"common": {
"role": "indicator",
"name": "Up Time Sleep Area",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.upTimeChildren",
"type": "state",
"common": {
"role": "indicator",
"name": "Up Time Children Area",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.upTimeLiving",
"type": "state",
"common": {
"role": "indicator",
"name": "Up Time Living Area",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.downTimeSleep",
"type": "state",
"common": {
"role": "indicator",
"name": "down Time Sleep Area",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.downTimeChildren",
"type": "state",
"common": {
"role": "indicator",
"name": "down Time Children Area",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.downTimeLiving",
"type": "state",
"common": {
"role": "indicator",
"name": "down Time Living Area",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.Sunrise",
"type": "state",
"common": {
"role": "indicator",
"name": "Sunrise Time",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.Sunset",
"type": "state",
"common": {
"role": "indicator",
"name": "Sunset Time",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.GoldenHour",
"type": "state",
"common": {
"role": "indicator",
"name": "Goldenhour Time",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.GoldenHourEnd",
"type": "state",
"common": {
"role": "indicator",
"name": "Goldenhour end Time",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.Elevation",
"type": "state",
"common": {
"role": "indicator",
"name": "current Elevation",
"type": "number",
"read": true,
"write": false,
"def": 0
},
"native": {}
},
{
"_id": "info.Azimut",
"type": "state",
"common": {
"role": "indicator",
"name": "current Azimut",
"type": "number",
"read": true,
"write": false,
"def": 0
},
"native": {}
}
]
}