-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
106 lines (106 loc) · 2.64 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
{
"common": {
"name": "shuttercontrol-ai",
"version": "0.0.1",
"news": {
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"zh-cn": "首次出版"
}
},
"title": "ShutterControl-AI",
"titleLang": {
"en": "ShutterControl-AI",
"de": "ShutterControl-AI",
"ru": "ShutterControl-ИИ",
"pt": "ShutterControl-AI",
"nl": "ShutterControl-AI",
"fr": "ShutterControl-AI",
"it": "ShutterControl-AI",
"es": "ShutterControl-IA",
"pl": "ShutterControl-AI",
"zh-cn": "快门控制-AI"
},
"desc": {
"en": "Artifically intelligent roller shutter control",
"de": "Künstlich intelligente Rollladensteuerung",
"ru": "Искусственно интеллектуальное управление рольставнями",
"pt": "Controle de persianas artificialmente inteligente",
"nl": "Kunstmatig intelligente rolluikbesturing",
"fr": "Commande de volet roulant artificiellement intelligente",
"it": "Controllo delle tapparelle artificialmente intelligente",
"es": "Control de persianas enrollables artificialmente inteligente",
"pl": "Sztucznie inteligentne sterowanie roletami",
"zh-cn": "人工智能卷帘门控制"
},
"authors": [
"Christian Koller-Kink <[email protected]>"
],
"keywords": [
"shuttercontrol",
"A"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "shuttercontrol-ai.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/homecineplexx/ioBroker.shuttercontrol-ai/main/admin/shuttercontrol-ai.png",
"readme": "https://github.com/homecineplexx/ioBroker.shuttercontrol-ai/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "household",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"adminUI": {
"config": "materialize"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.0.0"
}
]
},
"native": {
"option1": true,
"option2": "42"
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "Device or service connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}