forked from iobroker-community-adapters/ioBroker.fhem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathio-package.json
307 lines (307 loc) · 13.7 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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
{
"common": {
"name": "fhem",
"version": "1.6.3",
"title": "FHEM connection",
"titleLang": {
"en": "FHEM connection",
"de": "FHEM-Verbindung",
"ru": "Подключение FHEM",
"pt": "Conexão FHEM",
"nl": "FHEM-verbinding",
"fr": "Connexion FHEM",
"it": "Connessione FHEM",
"es": "Conexión FHEM",
"pl": "Połączenie FHEM",
"zh-cn": "FHEM 连接"
},
"desc": {
"en": "FHEM",
"de": "FHEM",
"ru": "FHEM",
"pt": "FHEM",
"nl": "FHEM",
"fr": "FHEM",
"it": "FHEM",
"es": "FHEM",
"pl": "FHEM",
"zh-cn": "FHEM"
},
"news": {
"1.6.3": {
"en": "fix crash case",
"de": "Crashfall beheben",
"ru": "исправить случай аварии",
"pt": "consertar caso de acidente",
"nl": "crashgeval repareren",
"fr": "réparer le cas de crash",
"it": "risolvere il caso di incidente",
"es": "arreglar caso de accidente",
"pl": "napraw przypadek awarii",
"zh-cn": "修复崩溃案例"
},
"1.6.2": {
"en": "fix crash case",
"de": "Crashfall beheben",
"ru": "исправить случай аварии",
"pt": "consertar caso de acidente",
"nl": "crashgeval repareren",
"fr": "réparer le cas de crash",
"it": "risolvere il caso di incidente",
"es": "arreglar caso de accidente",
"pl": "napraw przypadek awarii",
"zh-cn": "修复崩溃案例"
},
"1.6.1": {
"en": "fix use Controller 3.3.x\njs-controller 3.3 optimizations\nAdd Sentry crash reporting",
"de": "Fix verwenden Controller 3.3.x\njs-Controller 3.3 Optimierungen\nSentry-Absturzberichte hinzufügen",
"ru": "исправить использование контроллера 3.3.x\njs-controller 3.3 оптимизации\nДобавить отчет о сбоях Sentry",
"pt": "corrigir usar o controlador 3.3.x\nOtimizações do js-controller 3.3\nAdicionar relatório de falha do Sentry",
"nl": "fix gebruik Controller 3.3.x\njs-controller 3.3 optimalisaties\nSentry-crashrapportage toevoegen",
"fr": "correction d'utilisation du contrôleur 3.3.x\njs-controller 3.3 optimisations\nAjouter un rapport de plantage Sentry",
"it": "correggere l'uso del controller 3.3.x\njs-controller 3.3 ottimizzazioni\nAggiungi segnalazione di arresto anomalo di Sentry",
"es": "arreglar el uso del controlador 3.3.x\nOptimizaciones de js-controller 3.3\nAgregar informe de fallas de Sentry",
"pl": "napraw użyj Kontrolera 3.3.x\njs-controller 3.3 optymalizacje\nDodaj raport o awariach Sentry",
"zh-cn": "修复使用控制器 3.3.x\njs-controller 3.3 优化\n添加哨兵崩溃报告"
},
"1.6.0": {
"en": "Several fixes and changes",
"de": "Mehrere Korrekturen und Änderungen",
"ru": "Несколько исправлений и изменений",
"pt": "Várias correções e mudanças",
"nl": "Diverse fixes en wijzigingen",
"fr": "Plusieurs correctifs et modifications",
"it": "Diverse correzioni e modifiche",
"es": "Varias correcciones y cambios",
"pl": "Kilka poprawek i zmian",
"zh-cn": "若干修复和变更"
},
"1.5.3": {
"en": "Several fixes and changes",
"de": "Mehrere Korrekturen und Änderungen",
"ru": "Несколько исправлений и изменений",
"pt": "Várias correções e mudanças",
"nl": "Verschillende oplossingen en wijzigingen",
"fr": "Plusieurs corrections et changements",
"it": "Diverse correzioni e modifiche",
"es": "Varias correcciones y cambios.",
"pl": "Kilka poprawek i zmian",
"zh-cn": "几个修复和更改"
},
"1.5.2": {
"en": "Several fixes and changes",
"de": "Mehrere Korrekturen und Änderungen",
"ru": "Несколько исправлений и изменений",
"pt": "Várias correções e mudanças",
"nl": "Verschillende oplossingen en wijzigingen",
"fr": "Plusieurs corrections et changements",
"it": "Diverse correzioni e modifiche",
"es": "Varias correcciones y cambios.",
"pl": "Kilka poprawek i zmian",
"zh-cn": "几个修复和更改"
},
"1.5.0": {
"en": "Several fixes and changes",
"de": "Mehrere Korrekturen und Änderungen",
"ru": "Несколько исправлений и изменений",
"pt": "Várias correções e mudanças",
"nl": "Verschillende oplossingen en wijzigingen",
"fr": "Plusieurs corrections et changements",
"it": "Diverse correzioni e modifiche",
"es": "Varias correcciones y cambios.",
"pl": "Kilka poprawek i zmian",
"zh-cn": "几个修复和更改"
},
"1.4.3": {
"en": "fix compact mode",
"de": "Kompaktmodus korrigieren",
"ru": "исправить компактный режим",
"pt": "corrigir modo compacto",
"nl": "fix compacte modus",
"fr": "correction du mode compact",
"it": "correzione della modalità compatta",
"es": "arreglar el modo compacto",
"pl": "napraw tryb kompaktowy",
"zh-cn": "修正压缩模式"
},
"1.4.2": {
"en": "Running timers will be stopped by unload",
"de": "Laufende Timer werden durch Entladen gestoppt",
"ru": "Таймеры запуска будут остановлены при выгрузке",
"pt": "Os temporizadores em execução serão interrompidos por descarregamento",
"nl": "Lopende timers worden gestopt door lossen",
"fr": "Les minuteries en cours d'exécution seront arrêtées par déchargement",
"it": "I timer in esecuzione verranno arrestati allo scaricamento",
"es": "Los temporizadores en ejecución se detendrán al descargar",
"pl": "Uruchomione stopery zostaną zatrzymane przez rozładowanie",
"zh-cn": "正在运行的计时器将通过卸载停止"
},
"1.4.1": {
"en": "Several fixes and changes",
"de": "Mehrere Korrekturen und Änderungen",
"ru": "Несколько исправлений и изменений",
"pt": "Várias correções e mudanças",
"nl": "Verschillende oplossingen en wijzigingen",
"fr": "Plusieurs corrections et changements",
"it": "Diverse correzioni e modifiche",
"es": "Varias correcciones y cambios.",
"pl": "Kilka poprawek i zmian",
"zh-cn": "几个修复和更改"
},
"1.4.0": {
"en": "adapter optimized",
"de": "Adapter optimiert",
"ru": "адаптер оптимизирован",
"pt": "adaptador otimizado",
"nl": "adapter geoptimaliseerd",
"fr": "adaptateur optimisé",
"it": "adattatore ottimizzato",
"es": "adaptador optimizado",
"pl": "adapter zoptymalizowany",
"zh-cn": "适配器优化"
},
"1.3.0": {
"en": "Compact mode was added",
"de": "Kompaktmodus wurde hinzugefügt",
"ru": "Компактный режим был добавлен",
"pt": "Modo compacto foi adicionado",
"nl": "Compact-modus is toegevoegd",
"fr": "Le mode compact a été ajouté",
"it": "È stata aggiunta la modalità compatta",
"es": "Se agregó el modo compacto",
"pl": "Dodano tryb kompaktowy",
"zh-cn": "紧凑模式已添加"
},
"1.2.2": {
"en": "Several fixes and changes",
"de": "Mehrere Korrekturen und Änderungen",
"ru": "Несколько исправлений и изменений",
"pt": "Várias correções e mudanças",
"nl": "Verschillende oplossingen en wijzigingen",
"fr": "Plusieurs corrections et changements",
"it": "Diverse correzioni e modifiche",
"es": "Varias correcciones y cambios.",
"pl": "Kilka poprawek i zmian",
"zh-cn": "几个修复和更改"
},
"1.2.1": {
"en": "Several fixes and changes",
"de": "Mehrere Korrekturen und Änderungen",
"ru": "Несколько исправлений и изменений",
"pt": "Várias correções e mudanças",
"nl": "Verschillende oplossingen en wijzigingen",
"fr": "Plusieurs corrections et modifications",
"it": "Diverse correzioni e modifiche",
"es": "Varias correcciones y cambios",
"pl": "Kilka poprawek i zmian",
"zh-cn": "几个修复和更改"
},
"1.2.0": {
"en": "Several fixes and changes",
"de": "Mehrere Korrekturen und Änderungen",
"ru": "Несколько исправлений и изменений",
"pt": "Várias correções e mudanças",
"nl": "Verschillende oplossingen en wijzigingen",
"fr": "Plusieurs corrections et modifications",
"it": "Diverse correzioni e modifiche",
"es": "Varias correcciones y cambios",
"pl": "Kilka poprawek i zmian",
"zh-cn": "几个修复和更改"
},
"1.1.1": {
"en": "Several fixes and changes",
"de": "Mehrere Korrekturen und Änderungen",
"ru": "Несколько исправлений и изменений",
"pt": "Várias correções e mudanças",
"nl": "Verschillende oplossingen en wijzigingen",
"fr": "Plusieurs corrections et modifications",
"it": "Diverse correzioni e modifiche",
"es": "Varias correcciones y cambios",
"pl": "Kilka poprawek i zmian",
"zh-cn": "几个修复和更改"
},
"1.1.0": {
"en": "Big changes",
"de": "Große veränderungen",
"ru": "Большие изменения",
"pt": "Grandes mudanças",
"nl": "Grote veranderingen",
"fr": "Grands changements",
"it": "Grandi cambiamenti",
"es": "Grandes cambios",
"pl": "Duże zmiany",
"zh-cn": "大变化"
}
},
"license": "MIT",
"localLink": "http://%host%:8083",
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "fhem.png",
"enabled": true,
"materialize": true,
"compact": true,
"extIcon": "https://raw.githubusercontent.com/iobroker-community-adapters/ioBroker.fhem/master/admin/fhem.png",
"keywords": [
"FHEM"
],
"readme": "https://github.com/iobroker-community-adapters/ioBroker.fhem/blob/master/README.md",
"loglevel": "info",
"type": "iot-systems",
"authors": [
"bluefox <[email protected]>"
],
"connectionType": "local",
"dataSource": "push",
"tier": 2,
"plugins": {
"sentry": {
"dsn": "https://[email protected]/136"
}
}
},
"native": {
"port": 7072,
"host": "127.0.0.1",
"reconnectTimeout": 30000,
"password": "",
"prompt": "fhem>"
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to FHEM server",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
},
{
"_id": "info.resync",
"type": "state",
"common": {
"role": "state",
"name": "read all states from FHEM anew",
"type": "boolean",
"read": true,
"write": true,
"def": false
},
"native": {}
}
]
}