-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
101 lines (101 loc) · 2.49 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
{
"common": {
"name": "sky-q",
"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": "Sky Q Remote Control",
"titleLang": {
"en": "Sky Q Remote Control",
"de": "Sky Q-Fernbedienung",
"ru": "Пульт дистанционного управления Sky Q",
"pt": "Controle remoto Sky Q",
"nl": "Sky Q-afstandsbediening",
"fr": "Télécommande SkyQ",
"it": "Telecomando Sky Q",
"es": "Mando a distancia Sky Q",
"pl": "Pilot zdalnego sterowania Sky Q",
"zh-cn": "天空Q遥控器"
},
"desc": {
"en": "Integrate your Sky Q Set-Top Box",
"de": "Integrieren Sie Ihre Sky Q Set-Top-Box",
"ru": "Интегрируйте свою телевизионную приставку Sky Q",
"pt": "Integre seu decodificador Sky Q",
"nl": "Integreer uw Sky Q Set-Top Box",
"fr": "Intégrez votre décodeur Sky Q",
"it": "Integra il tuo decoder Sky Q",
"es": "Integre su decodificador Sky Q",
"pl": "Zintegruj swój dekoder Sky Q",
"zh-cn": "集成您的 Sky Q 机顶盒"
},
"authors": ["iPhilBln <iphilbln@philscloud.de>"],
"keywords": ["sky", "skyq", "remote", "control", "settop box"],
"license": "MIT",
"platform": "Javascript/Node.js",
"main": "main.js",
"icon": "sky-q.png",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/iPhilBln/ioBroker.sky-q/main/admin/sky-q.png",
"readme": "https://github.com/iPhilBln/ioBroker.sky-q/blob/main/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "multimedia",
"compact": true,
"connectionType": "local",
"dataSource": "poll",
"adminUI": {
"config": "json"
},
"dependencies": [
{
"js-controller": ">=3.3.22"
}
],
"globalDependencies": [
{
"admin": ">=5.1.13"
}
]
},
"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": {}
}
]
}