-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathio-package.json
407 lines (407 loc) · 26.2 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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
{
"common": {
"name": "knx",
"version": "2.0.10",
"news": {
"2.0.10": {
"en": "import of ETS6.0.2, bugfixes",
"de": "Import von ETS6.0.2, Bugfixes",
"ru": "импорт ETS6.0.2, исправления",
"pt": "importação de ETS6.0.2, correções de bugs",
"nl": "import van ETS6.0.2, bugfixes",
"fr": "importation d'ETS6.0.2, corrections de bogues",
"it": "importazione di ETS6.0.2, correzioni di bug",
"es": "importación de ETS6.0.2, corrección de errores",
"pl": "import ETS6.0.2, poprawki błędów",
"zh-cn": "导入 ETS6.0.2,错误修正"
},
"2.0.9": {
"en": "import password protected project files, bug fixes",
"de": "passwortgeschützte Projektdateien importieren, Fehlerbehebungen",
"ru": "импорт защищенных паролем файлов проекта, исправления ошибок",
"pt": "importar arquivos de projeto protegidos por senha, correções de bugs",
"nl": "met wachtwoord beveiligde projectbestanden importeren, bugfixes",
"fr": "importer des fichiers de projet protégés par mot de passe, corrections de bogues",
"it": "importare file di progetto protetti da password, correzioni di bug",
"es": "importar archivos de proyecto protegidos con contraseña, corrección de errores",
"pl": "importuj pliki projektów chronione hasłem, poprawki błędów",
"zh-cn": "导入受密码保护的项目文件,错误修复"
},
"2.0.8": {
"en": "fixed warning with write without ack, some small other fixes",
"de": "Warnung mit Schreiben ohne Bestätigung behoben, einige kleine andere Korrekturen",
"ru": "исправлено предупреждение при записи без подтверждения, другие мелкие исправления",
"pt": "aviso corrigido com gravação sem ack, algumas outras pequenas correções",
"nl": "vaste waarschuwing met schrijven zonder ack, enkele kleine andere oplossingen",
"fr": "avertissement corrigé avec écriture sans ack, quelques petites autres corrections",
"it": "avviso corretto con scrittura senza ACK, alcune piccole altre correzioni",
"es": "advertencia fija con escritura sin ack, algunas otras pequeñas correcciones",
"pl": "poprawione ostrzeżenie z zapisem bez potwierdzenia, kilka innych drobnych poprawek",
"zh-cn": "修复了没有确认的写入警告,其他一些小的修复"
},
"2.0.7": {
"en": "fixed bug no write to KNX",
"de": "Fehler behoben, kein Schreiben auf KNX",
"ru": "исправлена ошибка без записи в KNX",
"pt": "bug corrigido sem gravação no KNX",
"nl": "bug opgelost, niet schrijven naar KNX",
"fr": "correction d'un bug pas d'écriture sur KNX",
"it": "bug risolto nessuna scrittura su KNX",
"es": "error corregido no escribir en KNX",
"pl": "naprawiony błąd bez zapisu do KNX",
"zh-cn": "修复了没有写入 KNX 的错误"
},
"2.0.6": {
"en": "bugfixes, new feature directLink",
"de": "Bugfixes, neues Feature directLink",
"ru": "исправления, новая функция directLink",
"pt": "correções de bugs, novo recurso directLink",
"nl": "bugfixes, nieuwe functie directLink",
"fr": "corrections de bugs, nouvelle fonctionnalité directLink",
"it": "correzioni di bug, nuova funzionalità directLink",
"es": "corrección de errores, nueva función directLink",
"pl": "poprawki błędów, nowa funkcja directLink",
"zh-cn": "错误修正,新功能 directLink"
},
"2.0.5": {
"en": "fixed problem on ETSv4 import, corrected some messages, corrected DPT14.x min and max range",
"de": "Problem beim ETSv4-Import behoben, einige Meldungen korrigiert, DPT14.x Min- und Max-Bereich korrigiert",
"ru": "исправлена проблема с импортом ETSv4, исправлены некоторые сообщения, исправлены минимальный и максимальный диапазон DPT14.x",
"pt": "corrigiu o problema na importação ETSv4, corrigiu algumas mensagens, corrigiu o intervalo mínimo e máximo DPT14.x",
"nl": "probleem opgelost bij ETSv4-import, enkele berichten gecorrigeerd, DPT14.x min en max bereik gecorrigeerd",
"fr": "correction d'un problème sur l'import ETSv4, correction de certains messages, correction de la plage min et max de DPT14.x",
"it": "risolto problema sull'importazione ETSv4, corretti alcuni messaggi, corretti DPT14.x intervallo minimo e massimo",
"es": "Se solucionó el problema en la importación de ETSv4, se corrigieron algunos mensajes, se corrigió el rango mínimo y máximo de DPT14.x",
"pl": "naprawiono problem z importem ETSv4, poprawiono niektóre komunikaty, poprawiono minimalny i maksymalny zasięg DPT14.x",
"zh-cn": "修复了 ETSv4 导入的问题,更正了一些消息,更正了 DPT14.x 最小和最大范围"
},
"2.0.4": {
"en": "fixed DPT9.xxx and DPT19.xxx, small bugfixes",
"de": "DPT9.xxx und DPT19.xxx behoben, kleine Bugfixes",
"ru": "исправлены DPT9.xxx и DPT19.xxx, исправлены мелкие ошибки",
"pt": "DPT9.xxx e DPT19.xxx corrigidos, pequenas correções de bugs",
"nl": "vaste DPT9.xxx en DPT19.xxx, kleine bugfixes",
"fr": "correction de DPT9.xxx et DPT19.xxx, petites corrections de bugs",
"it": "corretti DPT9.xxx e DPT19.xxx, piccole correzioni di bug",
"es": "arreglado DPT9.xxx y DPT19.xxx, pequeñas correcciones de errores",
"pl": "poprawione DPT9.xxx i DPT19.xxx, drobne poprawki",
"zh-cn": "修复了 DPT9.xxx 和 DPT19.xxx,小错误修正"
},
"2.0.3": {
"en": "fixed counting 1st Datapoint, automaticly remove old V1 license",
"de": "Fehler beim Zählen des 1. Datenpunkts behoben, alte V1-Lizenz automatisch entfernen",
"ru": "исправлен подсчет 1st Datapoint, автоматическое удаление старой лицензии V1",
"pt": "corrigido a contagem do 1º Datapoint, remover automaticamente a licença V1 antiga",
"nl": "vaste telling 1e datapunt, verwijder automatisch oude V1-licentie",
"fr": "comptage fixe du 1er point de données, suppression automatique de l'ancienne licence V1",
"it": "corretto conteggio 1st Datapoint, rimuovere automaticamente la vecchia licenza V1",
"es": "1er punto de datos de conteo fijo, eliminar automáticamente la antigua licencia V1",
"pl": "naprawiono zliczanie pierwszego punktu danych, automatyczne usuwanie starej licencji V1",
"zh-cn": "固定计数第一个数据点,自动删除旧的 V1 许可证"
},
"2.0.2": {
"en": "fixed problem with license acceptance",
"de": "Problem mit Lizenzakzeptanz behoben",
"ru": "исправлена проблема с принятием лицензии",
"pt": "corrigido o problema com a aceitação da licença",
"nl": "probleem opgelost met licentie-acceptatie",
"fr": "problème résolu avec l'acceptation de la licence",
"it": "risolto problema con l'accettazione della licenza",
"es": "problema solucionado con la aceptación de la licencia",
"pl": "naprawiony problem z akceptacją licencji",
"zh-cn": "修复了许可证接受问题"
},
"2.0.1": {
"en": "fixed problem with license acceptance",
"de": "Problem mit Lizenzakzeptanz behoben",
"ru": "исправлена проблема с принятием лицензии",
"pt": "corrigido o problema com a aceitação da licença",
"nl": "probleem opgelost met licentie-acceptatie",
"fr": "problème résolu avec l'acceptation de la licence",
"it": "risolto problema con l'accettazione della licenza",
"es": "problema solucionado con la aceptación de la licencia",
"pl": "naprawiony problem z akceptacją licencji",
"zh-cn": "修复了许可证接受问题"
},
"2.0.0": {
"en": "New admin GUI",
"de": "Neue Admin-GUI",
"ru": "Новый графический интерфейс администратора",
"pt": "Nova GUI de administrador",
"nl": "Nieuwe admin GUI",
"fr": "Nouvelle interface graphique d'administration",
"it": "Nuova GUI di amministrazione",
"es": "Nueva interfaz gráfica de usuario de administración",
"pl": "Nowy graficzny interfejs administratora",
"zh-cn": "新的管理员GUI"
},
"1.0.45": {
"en": "import of ETS V5.7.5 available",
"de": "Import von ETS V5.7.5 verfügbar",
"ru": "доступен импорт ETS V5.7.5",
"pt": "importação de ETS V5.7.5 disponível",
"nl": "import van ETS V5.7.5 beschikbaar",
"fr": "importation d'ETS V5.7.5 disponible",
"it": "importazione di ETS V5.7.5 disponibile",
"es": "importación de ETS V5.7.5 disponible",
"pl": "dostępny import ETS V5.7.5",
"zh-cn": "可以导入ETS V5.7.5"
},
"1.0.44": {
"en": "fixed act and state handling, added some new datapoint types, fix facility and room recognition and device allocation",
"de": "Feste Akt- und Statusbehandlung, einige neue Datenpunkttypen hinzugefügt, Erkennung von Einrichtungen und Räumen sowie Gerätezuordnung korrigiert",
"ru": "исправлена обработка действий и состояний, добавлены некоторые новые типы точек данных, исправлено распознавание объектов и помещений, а также выделение устройств",
"pt": "ato fixo e manipulação de estado, adicionados alguns novos tipos de pontos de dados, instalação de conserto e reconhecimento de sala e alocação de dispositivo",
"nl": "vaste handeling en statusafhandeling, enkele nieuwe datapunttypes toegevoegd, fixfaciliteit en kamerherkenning en apparaattoewijzing",
"fr": "Gestion des actes et des états fixes, ajout de nouveaux types de points de données, reconnaissance des installations et des salles et allocation des appareils",
"it": "azioni fisse e gestione dello stato, aggiunti alcuni nuovi tipi di punti dati, funzioni di correzione e riconoscimento della stanza e assegnazione dei dispositivi",
"es": "manejo de actos y estados fijos, se agregaron algunos tipos de puntos de datos nuevos, instalaciones de reparación y reconocimiento de salas y asignación de dispositivos",
"pl": "poprawiono obsługę działań i stanów, dodano kilka nowych typów punktów danych, naprawiono obiekt i rozpoznawanie pomieszczeń oraz przydział urządzeń",
"zh-cn": "修复了行为和状态处理,添加了一些新的数据点类型,修复了设施和房间识别以及设备分配"
},
"1.0.42": {
"en": "Fixed problem with missing index_m.html",
"de": "Problem mit fehlender index_m.html behoben",
"ru": "Исправлена проблема с отсутствующим index_m.html",
"pt": "Corrigido o problema com index_m.html ausente",
"nl": "Probleem opgelost met ontbrekende index_m.html",
"fr": "Correction d'un problème avec index_m.html manquant",
"it": "Risolto problema con index_m.html mancante",
"es": "Problema solucionado con index_m.html faltante",
"pl": "Naprawiono problem z brakującym index_m.html",
"zh-cn": "解决了缺少index_m.html的问题"
},
"1.0.41": {
"en": "correct recognition of GroupValue_Response, correct connection to gira Gateway",
"de": "korrekte Erkennung von GroupValue_Response, korrekte Verbindung zum gira Gateway",
"ru": "правильное распознавание GroupValue_Response, правильное подключение к gira Gateway",
"pt": "reconhecimento correto de GroupValue_Response, conexão correta com o gira Gateway",
"nl": "correcte herkenning van GroupValue_Response, correcte verbinding met gira Gateway",
"fr": "reconnaissance correcte de GroupValue_Response, connexion correcte à gira Gateway",
"it": "corretto riconoscimento di GroupValue_Response, corretta connessione a gira Gateway",
"es": "reconocimiento correcto de GroupValue_Response, conexión correcta a gira Gateway",
"pl": "prawidłowe rozpoznawanie GroupValue_Response, prawidłowe połączenie z gira Gateway",
"zh-cn": "正确识别GroupValue_Response,正确连接到gira Gateway"
},
"1.0.40": {
"en": "fixed some import issues, fixed bug on GROUPVALUE_RESPONSE event",
"de": "Einige Importprobleme behoben, Fehler beim GROUPVALUE_RESPONSE-Ereignis behoben",
"ru": "исправлены некоторые проблемы с импортом, исправлена ошибка в событии GROUPVALUE_RESPONSE",
"pt": "corrigidos alguns problemas de importação, corrigido um erro no evento GROUPVALUE_RESPONSE",
"nl": "enkele importproblemen opgelost, bug opgelost op GROUPVALUE_RESPONSE-evenement",
"fr": "correction de quelques problèmes d'importation, correction d'un bug sur l'événement GROUPVALUE_RESPONSE",
"it": "risolti alcuni problemi di importazione, corretto bug sull'evento GROUPVALUE_RESPONSE",
"es": "Se corrigieron algunos problemas de importación, se corrigió un error en el evento GROUPVALUE_RESPONSE",
"pl": "naprawiono niektóre problemy z importem, naprawiono błąd w zdarzeniu GROUPVALUE_RESPONSE",
"zh-cn": "修复了一些导入问题,修复了GROUPVALUE_RESPONSE事件的错误"
},
"1.0.39": {
"en": "fixed import errors",
"de": "Importfehler behoben",
"ru": "исправлены ошибки импорта",
"pt": "erros de importação corrigidos",
"nl": "vaste importfouten",
"fr": "erreurs d'importation fixes",
"it": "errori di importazione corretti",
"es": "errores de importación corregidos",
"pl": "naprawione błędy importu",
"zh-cn": "修复了导入错误"
},
"1.0.38": {
"en": "small fixes in KNX-stack, fixed import errors",
"de": "kleine Korrekturen im KNX-Stack, Importfehler behoben",
"ru": "небольшие исправления в KNX-стеке, исправлены ошибки импорта",
"pt": "pequenas correções na pilha KNX, erros de importação corrigidos",
"nl": "kleine fixes in KNX-stack, vaste importfouten",
"fr": "petites corrections dans la pile KNX, erreurs d'importation fixes",
"it": "piccole correzioni nello stack KNX, errori di importazione corretti",
"es": "Pequeñas correcciones en la pila KNX, errores de importación corregidos",
"pl": "drobne poprawki w stosie KNX, naprawione błędy importu",
"zh-cn": "KNX-stack中的小修复,修复了导入错误"
},
"1.0.37": {
"en": "added import for ETS 5.7.3 projects",
"de": "Import für ETS 5.7.3 Projekte hinzugefügt",
"ru": "добавлен импорт для проектов ETS 5.7.3",
"pt": "importação adicionada para projetos ETS 5.7.3",
"nl": "import toegevoegd voor ETS 5.7.3-projecten",
"fr": "ajout d'une importation pour les projets ETS 5.7.3",
"it": "aggiunta importazione per progetti ETS 5.7.3",
"es": "importación agregada para proyectos ETS 5.7.3",
"pl": "dodano import projektów ETS 5.7.3",
"zh-cn": "为ETS 5.7.3项目增加了导入"
},
"1.0.36": {
"en": "some bug fixes",
"de": "einige Bugfixes",
"ru": "некоторые исправления ошибок",
"pt": "algumas correções de bugs",
"nl": "enkele bugfixes",
"fr": "quelques corrections de bugs",
"it": "alcune correzioni di bug",
"es": "algunas correcciones de errores",
"pl": "niektóre poprawki błędów",
"zh-cn": "一些错误修复"
}
},
"titleLang": {
"en": "KNX"
},
"desc": {
"en": "This adapter allows to import KNX projects from ETS and communicate with devices via KNX IP Gateway",
"de": "Dieser Adapter ermöglicht den Import von KNX-Projekten aus der ETS und die Kommunikation mit Geräten über das KNX IP Gateway",
"ru": "Этот адаптер позволяет импортировать проекты KNX из ETS и связываться с устройствами через KNX IP Gateway",
"pt": "Este adaptador permite importar projetos KNX da ETS e se comunicar com dispositivos via KNX IP Gateway",
"nl": "Met deze adapter kunt u KNX-projecten van ETS importeren en met apparaten communiceren via KNX IP Gateway",
"fr": "Cet adaptateur permet d'importer des projets KNX depuis ETS et de communiquer avec des appareils via la passerelle IP KNX",
"it": "Questo adattatore consente di importare progetti KNX da ETS e comunicare con dispositivi tramite KNX IP Gateway",
"es": "Este adaptador permite importar proyectos KNX desde ETS y comunicarse con dispositivos a través de KNX IP Gateway",
"pl": "Ten adapter umożliwia import projektów KNX z ETS i komunikację z urządzeniami za pośrednictwem bramy KNX IP"
},
"materialize": true,
"license": "CC-BY-NC-4.0",
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "knx.png",
"enabled": true,
"messagebox": true,
"plugins": {
"sentry": {
"dsn": "https://[email protected]/162"
}
},
"subscribe": "messagebox",
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.knx/master/admin/knx.png",
"compact": true,
"keywords": [
"knx",
"vis",
"GUI",
"graphical",
"scada"
],
"readme": "https://github.com/ioBroker/ioBroker.knx/blob/master/README.md",
"authors": [
"K.Ringmann <[email protected]>"
],
"loglevel": "info",
"type": "iot-systems",
"adminColumns": [
{
"name": {
"en": "KNX addr",
"de": "KNX-Adr",
"ru": "KNX-адр",
"pt": "End. KNX",
"nl": "KNX-adr",
"fr": "Adr KNX",
"it": "Ind KNX",
"es": "Dir KNX",
"pl": "Adr KNX",
"zh-cn": "KNX地址"
},
"align": "left",
"path": "native.address",
"width": 100
},
{
"name": "DPT",
"path": "native.dpt",
"width": 100,
"align": "left"
}
],
"messages": [
{
"condition": {
"operand": "and",
"rules": [
"oldVersion<2.0.0",
"newVersion>=2.0.0"
]
},
"title": {
"en": "Important notice!",
"de": "Wichtiger Hinweis!",
"ru": "Важное замечание!",
"pt": "Notícia importante!",
"nl": "Belangrijke mededeling!",
"fr": "Avis important!",
"it": "Avviso IMPORTANTE!",
"es": "Noticia importante!",
"pl": "Ważna uwaga!",
"zh-cn": "重要通知!"
},
"text": {
"en": "From the [email protected] version only 500 data points can be used fro free. If you have more than 500 KNX data points, you must order the paid license",
"de": "Ab der Version [email protected] können nur noch 500 Datenpunkte frei verwendet werden. Wenn Sie mehr als 500 KNX-Datenpunkte haben, müssen Sie die kostenpflichtige Lizenz bestellen",
"ru": "Из версии [email protected] только 500 точек данных можно использовать бесплатно. Если у вас более 500 точек данных KNX, необходимо заказать платную лицензию.",
"pt": "Na versão [email protected], apenas 500 pontos de dados podem ser usados gratuitamente. Se você tiver mais de 500 pontos de dados KNX, você deve solicitar a licença paga",
"nl": "Van de [email protected] versie kunnen slechts 500 datapunten gratis worden gebruikt. Als u meer dan 500 KNX-datapunten heeft, moet u de betaalde licentie bestellen",
"fr": "À partir de la version [email protected], seuls 500 points de données peuvent être utilisés gratuitement. Si vous avez plus de 500 points de données KNX, vous devez commander la licence payante",
"it": "Dalla versione [email protected] è possibile utilizzare gratuitamente solo 500 punti dati. Se hai più di 500 punti dati KNX, devi ordinare la licenza a pagamento",
"es": "Desde la versión [email protected], solo se pueden usar 500 puntos de datos de forma gratuita. Si tiene más de 500 puntos de datos KNX, debe solicitar la licencia paga",
"pl": "Od wersji [email protected] można bezpłatnie korzystać tylko z 500 punktów danych. Jeśli masz więcej niż 500 punktów danych KNX, musisz zamówić płatną licencję",
"zh-cn": "从 [email protected] 版本开始,只能免费使用 500 个数据点。如果您有超过 500 个 KNX 数据点,则必须订购付费许可证"
},
"link": "https://iobroker.net/www/pricing",
"level": "warn",
"linkText": {
"en": "Prices",
"de": "Preise",
"ru": "Цены",
"pt": "Preços",
"nl": "Prijzen",
"fr": "Des prix",
"it": "Prezzi",
"es": "Precios",
"pl": "Ceny",
"zh-cn": "价格"
},
"buttons": [
"agree",
"cancel"
]
}
],
"globalDependencies": [
{
"admin": ">=5.1.28"
}
]
},
"native": {
"useBooleans": true,
"gwip": "127.0.0.1",
"gwipport": 3674,
"eibadr": "1.1.0",
"onlyAddNewObjects": false,
"license": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJuYW1lIjoiaW9icm9rZXIua254IiwiY29tbWVudCI6IiIsImRldmljZVV1aWQiOiJJRzE0NDZlYi0wMWI1LWZmODktMGIzYy02Y2E5ODIwODZjYTYwNSIsInZlbmRvciI6ImlvYm94X2dtYmgiLCJlbWFpbCI6ImsucmluZ21hbm5AcHVua3RuZXR6d2Vyay5uZXQiLCJpbnZvaWNlIjoiMTAyNyIsImludm9pY2VVdWlkIjoiMiIsInR5cGUiOiJjb21tZXJjaWFsIiwibHR5cGUiOiJzdyIsImV4cGlyZXMiOjI0ODc5MzAyOTgsInZlcnNpb24iOiI8MiIsImlkIjoiYjliOGM0MjAtZGU5NC0xMWU4LThiMGEtMTE4ODU1MGNiYmFiIiwiaWF0IjoxNTQxMTU5MDk4fQ.eiMmB-FRHTpcULj5Ya-7y_BMtrjLa5RiZAI_aOXinSEKpQ7GGbTa7x0td7CHEOZ-YD8bqOU9Na55M_SmndW5906M_vul-ERy5UEqXkHo14pvUl7Yn86nVuqZk058Ps151lWw3Ux6ESaWrEaBOQlkVId2hifAJHe3zKY6XA-UdddxfnBtbUg8ibOb6oO0vND4cKGT_PvaxIyE9VJVsEiIjVEUY2MZYaHWVhNIdFEbrP1qVAb4vMOoJZVsN63Cr7Tp1IDXPrdRoWQ0ApimcrxhTS1pO7JAUdrnQ_tW913XQk_f3GHeefDFGBDDbEmRK4P9-IRpgQJgQI03zLVTe2cKwA",
"frameInterval": 30,
"bind": "0.0.0.0"
},
"objects": [],
"instanceObjects": [
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to my gateway",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
}
]
}