-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
io-package.json
892 lines (892 loc) · 27 KB
/
io-package.json
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
{
"common": {
"name": "shuttercontrol",
"version": "1.8.4",
"news": {
"1.8.4": {
"en": "Issue Info added\nDependencies updated\nDesign Fix\nBugfix Brightness down",
"de": "Ausgabe Info hinzugefügt\nAusgaben aktualisiert\nDesign Fix\nBugfix Helligkeit unten",
"ru": "Добавлено\nОбновленные данные о зависимостях\nДизайн Fix\nЯркость",
"pt": "Informação de emissão adicionada\nDependências atualizadas\nCorreção de Design\nBugfix Brilho para baixo",
"nl": "Issue Info toegevoegd\nAfhankelijkheden bijgewerkt\nOntwerpfix\nBugfix Helderheid naar beneden",
"fr": "Numéro d'information ajouté\nDépendances actualisées\nCorrection de conception\nBugfix Brightness down",
"it": "Numero Info aggiunto\nDipendenze aggiornate\nDesign Fix\nBugfix luminosità giù",
"es": "Información sobre el número añadido\nActualización de las dependencias\nDiseño fijo\nBugfix Brightness abajo",
"pl": "Dodano informację\nAktualizacja zależności\nPopraw projekt\nBugfix Jasność w dół",
"uk": "Інформація про випуск\nЗалежність оновлено\nФіксація дизайну\nBugfix яскравість вниз",
"zh-cn": "添加问题信息\n更新的依赖关系\n设计\n错误修正亮度"
},
"1.8.3": {
"en": "Fix Alarm\nFix Design\nDependencies updated",
"de": "Alarmstufe\nFehlerhaftes Design\nAusgaben aktualisiert",
"ru": "Fix Alarm\nFix Design\nОбновленные данные о зависимостях",
"pt": "Alarme de fixação\nDesign fixo\nDependências atualizadas",
"nl": "Herinnering herstellen\nFix ontwerp\nAfhankelijkheden bijgewerkt",
"fr": "Correction de l'alarme\nConception de la correction\nDépendances actualisées",
"it": "Risolvere l'allarme\nFisso Design\nDipendenze aggiornate",
"es": "Alarma fija\nDiseño fijo\nActualización de las dependencias",
"pl": "Napraw alarm\nFix Design\nAktualizacja zależności",
"uk": "Виправлення сигналізації\nФіксований дизайн\nЗалежність оновлено",
"zh-cn": "修正警报\n固定设计\n更新的依赖关系"
},
"1.8.2": {
"en": "Responsive design Fix",
"de": "Responsive Design Fehler",
"ru": "Реакция Fix",
"pt": "Design responsivo Fixação",
"nl": "Responsief ontwerp Repareren",
"fr": "Conception sensible Correction",
"it": "Design reattivo Fisso",
"es": "Diseño responsable Corrección",
"pl": "Odpowiednia konstrukcja Napraw",
"uk": "Відповідальний дизайн Фіксація",
"zh-cn": "反应设计 修补"
},
"1.8.1": {
"en": "small Design Fix",
"de": "kleines Design Fix",
"ru": "маленький дизайн Fix",
"pt": "pequeno Design Fix",
"nl": "kleine ontwerp Fix",
"fr": "petite fixation de conception",
"it": "piccolo Design Fix",
"es": "pequeño diseño fijar",
"pl": "mały projekt Fix",
"uk": "невеликий дизайн виправити",
"zh-cn": "小设计"
},
"1.8.0": {
"en": "Dependencies updated\nFix End-Delay for Sunprotect\nUpdate Translations\nTrigger changed\nCode revision and improvements\nmany small fixes\nFix Sunprotect end by Shutter up\nFix Shutter up when open the Window\nTest & Release updated\nFix Trigger\nResponsive Design added\nDocu Sync2Wiki added",
"de": "Ausgaben aktualisiert\nFix End-Delay für Sonnenschutz\nÜbersetzungen aktualisieren\nTrigger geändert\nCode-Revision und Verbesserungen\nviele kleine fixierungen\nFix Sunprotect Ende von Shutter up\nHalten Sie die Klappe, wenn Sie das Fenster öffnen\nTest und Release aktualisiert\nFehler behoben\nResponsive Design hinzugefügt\nDocu Sync2 Wiki hinzugefügt",
"ru": "Обновленные данные о зависимостях\nFix End-Delay для Sunprotect\nОбновление переводов\nТриггер изменился\nПересмотр и совершенствование кодекса\nмного небольших исправлений\nФикс Sunprotect end by Shutter\nИсправить затвор при открытии окна\nТест и выпуск обновлен\nFix Trigger\nResponsive Design\nDocu Sync2 Wiki добавлен",
"pt": "Dependências atualizadas\nFix End-Delay para Sunprotect\nAtualizar traduções\nTrigger mudou\nRevisão de código e melhorias\nmuitas pequenas correções\nFix Sunprotect end by Shutter up\nFix Shutter para cima quando abrir a janela\nTeste e versão atualizada\nAcionador de fixação\nDesign responsivo adicionado\nDocu Sync2 Wiki adicionado",
"nl": "Afhankelijkheden bijgewerkt\nFix End-Delay voor Sunprotect\nVertalingen bijwerken\nTrigger gewijzigd\nHerziening van de code en verbeteringen\nveel kleine fixes\nFix Sunprotect end by Shutter up\nFix Shutter up bij het openen van het venster\nTest & Release bijgewerkt\nFix Trigger\nResponsive Design toegevoegd\nDocu Sync2 Wiki toegevoegd",
"fr": "Dépendances actualisées\nCorrection de l'end-delay pour Sunprotect\nMettre à jour les traductions\nDéclencheur modifié\nRévision et amélioration du code\nde nombreuses petites corrections\nRéparez Sunprotect end par Shutter up\nCorrection de l'ouverture de la fenêtre\nMise à jour du test et de la publication\nCorrection du déclencheur\nDesign sensible ajouté\nDocu Sync2 Wiki ajouté",
"it": "Dipendenze aggiornate\nRisolvere il ritardo per la protezione solare\nTraduzioni di aggiornamento\nTrigger cambiato\nRevisione del codice e miglioramenti\nmolte piccole correzioni\nFissare la protezione solare fine da Shutter up\nFissare l'otturatore quando aprire la finestra\nTest & Rilascia aggiornato\nRisolvere il Trigger\nResponsive Design aggiunto\nDocu Sync2 Wiki aggiunto",
"es": "Actualización de las dependencias\nFijar End-Delay para Sunprotect\nTraducción actualizada\nTrigger cambió\nRevisión y mejora del Código\nmuchos pequeños arreglos\nFijar el extremo protector solar por Shutter up\nArregla el transbordador cuando abra la ventana\nTest & Release updated\nCorrección\nDiseño responsable añadido\nDocu Sync2 Wiki añadido",
"pl": "Aktualizacja zależności\nFix End- Opóźnienie dla Sunprotect\nAktualizuj tłumaczenia\nZmieniono trygger\nPrzegląd kodeksu i ulepszenia\nwiele małych poprawek\nNapraw Sunprotect end by Shutter up\nFix Shutter się po otwarciu okna\nAktualizacja testu i wydania\nFix Trigger\nDodano projekt odpowiedzialny\nDoku Sync2 Dodano Wiki",
"uk": "Залежність оновлено\nВиправлення End-Delay для Sunprotect\nОновлення перекладів\nТригер змінився\nРевізити та вдосконалення коду\nбагато маленьких фіксаторів\nВиправлення Sunprotect end по Shutter up\nВиправлення перетерти при відкритті вікна\nТест & Реліз оновлений\nВиправлення Trigger\nДодано адаптивний дизайн\nСинхронізація документів Вікі додано",
"zh-cn": "更新的依赖关系\n修正太阳保护的终端延时\n更新翻译\n触发器已更改\n守则的修订和改进\n许多小修正\n将防晒板关闭\n打开窗口时把关上\n测试和发布更新\n修复触发器\n添加响应设计\nDocu 同步2 维基添加"
},
"1.7.3": {
"en": "(simatec) Fix Sunprotect End-Delay",
"de": "(simatec) Sunprotect End-Delay reparieren",
"ru": "Fix Sunprotect End-Delay",
"pt": "(simatec) Fix Sunprotect End-Delay",
"nl": "Fix Sunprotect End-Delay",
"fr": "(simatec) Correction de Sunprotect Fin-Delay",
"it": "(simatec) Fix Sunprotect End-Delay",
"es": "(simatec) Fix Sunprotect End-Delay",
"pl": "(simatec) Fix Sunprotect End- Delay",
"uk": "(simatec) Виправлення Sunprotect End-Delay",
"zh-cn": "(simatec) 修补太阳保护终端延迟"
},
"1.7.2": {
"en": "(simatec) Fix Shutterstate enabled",
"de": "(simatec) Fix Shutterstate aktiviert",
"ru": "Fix Shutterstate включен",
"pt": "(simatec) Fix Shutterstate habilitado",
"nl": "(simatec) Fix Shutterstate ingeschakeld",
"fr": "(simatec) Fix Shutterstate activé",
"it": "(simatec) Fix Shutterstate abilitato",
"es": "(simatec) Fijar Shutterstate habilitado",
"pl": "(simatec) Napraw stan wahadłowca włączony",
"uk": "(simatec) Fix Shutterstate включений",
"zh-cn": "(simatec) 固定关闭状态启用"
}
},
"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,
"dependencies": [
{
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
{
"admin": ">=6.0.0"
}
],
"adminUI": {
"config": "materialize"
},
"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": {}
}
]
}