-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
79 lines (79 loc) · 1.8 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
{
"common": {
"name": "skyq",
"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": "SkyQ",
"titleLang": {
"en": "SkyQ",
"de": "SkyQ",
"ru": "SkyQ",
"pt": "SkyQ",
"nl": "SkyQ",
"fr": "SkyQ",
"it": "SkyQ",
"es": "SkyQ",
"pl": "SkyQ",
"zh-cn": "SkyQ"
},
"desc": {
"en": "Connection to SkyQ receiver",
"de": "Verbindung zum SkyQ-Empfänger",
"ru": "Подключение к приемнику SkyQ",
"pt": "Conexão com o receptor SkyQ",
"nl": "Aansluiting op SkyQ-ontvanger",
"fr": "Connexion au récepteur SkyQ",
"it": "Collegamento al ricevitore SkyQ",
"es": "Conexión al receptor SkyQ",
"pl": "Połączenie z odbiornikiem SkyQ",
"zh-cn": "连接到 SkyQ 接收器"
},
"authors": [
"Ca-Pe-21 <[email protected]>"
],
"keywords": [
"Sky",
"SkyQ",
"TV"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "skyq.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/Ca-Pe-21/ioBroker.skyq/main/admin/skyq.png",
"readme": "https://github.com/Ca-Pe-21/ioBroker.skyq/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "multimedia",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"materialize": true,
"adminUI": {"config":"materialize"},
"dependencies": [
{
"js-controller": ">=2.0.0"
}
]
},
"native": {
"option1": true,
"option2": "42"
},
"objects": [],
"instanceObjects": []
}