-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathio-package.json
159 lines (159 loc) · 5.76 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
{
"common": {
"name": "resol",
"version": "1.5.1",
"news": {
"1.5.1": {
"en": "Fix: Fixed minor issues in Admin-UI",
"de": "Fix: Behobene kleinere Probleme in Admin-UI",
"ru": "Fix: Исправлены незначительные проблемы в Admin-UI",
"pt": "Corrigir: problemas menores fixos no Admin-UI",
"nl": "Fix: Vaste kleine problemen in Admin-UI",
"fr": "Correction: Correction de problèmes mineurs dans Admin-UI",
"it": "Fix: Risolto problemi minori in Admin-UI",
"es": "Corrección: Problemas menores fijos en Admin-UI",
"pl": "Fix: Naprawiono drobne problemy w Administrat- UI",
"uk": "Виправлення: Виправлено незначні питання в Admin-UI",
"zh-cn": "纠正:行政上小问题"
},
"1.5.0": {
"en": "Upd: Fixed some issues mentioned by adapter-checker",
"de": "Upd: Behoben einige Probleme von Adapter-Checker",
"ru": "Upd: Исправлены некоторые вопросы, упомянутые адаптером-проверщиком",
"pt": "Upd: Corrigido alguns problemas mencionados pelo verificador do adaptador",
"nl": "Upd: Enkele problemen opgelost die door adapter-checker worden genoemd",
"fr": "Mise à jour: Correction de certains problèmes mentionnés par adaptateur-vérificateur",
"it": "Upd: Risolto alcuni problemi menzionati da adattatore-chicker",
"es": "Subir: Arreglar algunos problemas mencionados por el adaptador",
"pl": "Upd: Naprawiono niektóre problemy wymienione przez adapter- checker",
"uk": "Увімкнено: Виправлено деякі проблеми, зазначені адаптером",
"zh-cn": "Upd: 解决适配器-检查器提到的一些问题"
},
"1.4.2": {
"en": "Upd: Internal update",
"de": "Aktualisierung: Internes Update",
"ru": "Upd: внутреннее обновление",
"pt": "Upd: Atualização interna",
"nl": "Upd: interne update",
"fr": "Mise à jour : mise à jour interne",
"it": "Aggiornamento interno",
"es": "Actualización interna",
"pl": "Upd: Aktualizacja wewnętrzna",
"uk": "Оновлення: Внутрішнє оновлення",
"zh-cn": "Upd: 内部更新"
}
},
"titleLang": {
"en": "Connect your Resol VBus Devices",
"de": "Verbinden Sie Ihre Resol VBus-Geräte",
"ru": "Подключите свои устройства Resol VBus",
"pt": "Conecte seus dispositivos Resol VBus",
"nl": "Verbind uw Resol VBus-apparaten",
"fr": "Connectez vos appareils Resol VBus",
"it": "Collega i tuoi dispositivi Resol VBus",
"es": "Conecte sus dispositivos Resol VBus",
"pl": "Podłącz urządzenia Resol VBus",
"zh-cn": "将您的Resol VBus设备连接",
"uk": "Підключіть свої пристрої Resol VBus"
},
"desc": {
"en": "Connects to various Resol-VBus-based devices",
"de": "Verbindet sich mit verschiedenen Resol-VBus-basierten Geräten",
"ru": "Подключается к различным устройствам на базе Resol-VBus",
"pt": "Conecta-se a vários dispositivos baseados em Resol-VBus",
"nl": "Maakt verbinding met verschillende op Resol-VBus gebaseerde apparaten",
"fr": "Se connecte à divers appareils basés sur Resol-VBus",
"it": "Si collega a vari dispositivi basati su Resol-VBus",
"es": "Se conecta a varios dispositivos basados en Resol-VBus",
"pl": "Łączy się z różnymi urządzeniami opartymi na Resol-VBus",
"zh-cn": "连接到各种基于 Resol-VBus 的设备",
"uk": "Підключається до різних пристроїв на основі Resol-VBus"
},
"authors": [
"grizzelbee <[email protected]>"
],
"keywords": [
"resol",
"VBus",
"Solar"
],
"platform": "Javascript/Node.js",
"icon": "resol.svg",
"enabled": true,
"extIcon": "https://raw.githubusercontent.com/grizzelbee/ioBroker.resol/master/admin/resol.svg",
"readme": "https://github.com/grizzelbee/ioBroker.resol/blob/master/README.md",
"loglevel": "info",
"mode": "daemon",
"type": "energy",
"tier": 2,
"compact": true,
"supportCustoms": false,
"connectionType": "local",
"dataSource": "push",
"messagebox": true,
"adminUI": {
"config": "json"
},
"globalDependencies": [
{
"admin": ">=5.1.13"
}
],
"dependencies": [
{
"js-controller": ">=5.0.19"
}
],
"plugins": {
"sentry": {
"dsn": "https://[email protected]/5758903"
}
},
"licenseInformation": {
"license": "MIT",
"link": "https://github.com/grizzelbee/ioBroker.resol/blob/master/README.md",
"type": "free"
}
},
"native": {
"connectionDevice": "",
"connectionIdentifier": "",
"connectionPort": 7053,
"vbusPassword": "",
"vbusChannel": 7,
"vbusViaTag": "",
"vbusInterval": 30,
"controller": "Other",
"controllerMajorVersion": 1
},
"encryptedNative": [
"vbusPassword"
],
"protectedNative": [
"vbusPassword"
],
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "VBus device connected",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}