forked from ioBroker/ioBroker.zigbee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
io-package.json
320 lines (320 loc) · 9.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
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
{
"common": {
"name": "zigbee",
"version": "1.8.10",
"news": {
"1.8.10": {
"en": "fix group access and any new functions",
"de": "fix group access and any new functions"
},
"1.8.9": {
"en": "fix lidl plug",
"de": "deckelstecker",
"ru": "исправить lidl plug",
"pt": "fixar tampa",
"nl": "los deksel",
"fr": "fixer le couvercle",
"it": "correzione della spina del coperchio",
"es": "enchufe de tapa fija",
"pl": "naprawiony plug",
"uk": "фіксувати роз'єм",
"zh-cn": "fix 滑坡"
},
"1.8.8": {
"en": "fix lidl plug",
"de": "fix lidl plug"
},
"1.8.7": {
"en": "fix exposes",
"de": "belichtet fix",
"ru": "исправить экспозиции",
"pt": "corrigir expões",
"nl": "vertaling:",
"fr": "fix expose",
"it": "fix espone",
"es": "arreglar expone",
"pl": "naprawić",
"uk": "фіксувати висадки",
"zh-cn": "fix 暴露"
},
"1.8.6": {
"en": "fix exposes",
"de": "fix exposes"
},
"1.8.5": {
"en": "fix for new code",
"de": "fix für neuen code",
"ru": "исправить для нового кода",
"pt": "corrigir para novo código",
"nl": "vertaling:",
"fr": "correction du nouveau code",
"it": "correzione per nuovo codice",
"es": "fijar para nuevo código",
"pl": "naprawić nowy kod",
"uk": "виправити для нового коду",
"zh-cn": "f 新的守则的ix"
},
"1.8.4": {
"en": "fix for new code"
}
},
"title": "Zigbee",
"titleLang": {
"en": "Zigbee",
"ru": "Zigbee",
"de": "ZigBee",
"pt": "Zigbee",
"nl": "Zigbee",
"fr": "Zigbee",
"it": "Zigbee",
"es": "zigbee",
"pl": "Zigbee",
"zh-cn": "Zigbee"
},
"desc": {
"en": "Zigbee adapter for Xiaomi (and other) devices via Chip cc26xx/cc25xx",
"ru": "Zigbee адаптер для Xiaomi (и других) устройств через Chip cc26xx/cc25xx",
"de": "ZigBee-Adapter für Xiaomi (und andere) Geräte über Chip cc26xx/cc25xx",
"pt": "Adaptador Zigbee para dispositivos Xiaomi (e outros) via Chip cc26xx/cc25xx",
"nl": "Zigbee-adapter voor Xiaomi (en andere) apparaten via Chip cc26xx/cc25xx",
"fr": "Adaptateur Zigbee pour périphériques Xiaomi (et autres) Chip cc26xx/cc25xx",
"it": "Adattatore Zigbee per dispositivi Xiaomi (e altri) tramite Chip cc26xx/cc25xx",
"es": "Adaptador Zigbee para dispositivos Xiaomi (y otros) a través de Chip cc26xx/cc25xx",
"pl": "Adapter Zigbee do urządzeń Xiaomi (i innych) za pośrednictwem Chip cc26xx/cc25xx",
"zh-cn": "适用于小米(和其他)设备的Zigbee适配器,通过Chip cc26xx/cc25xx"
},
"authors": [
"Kirov Ilya<[email protected]>"
],
"license": "MIT",
"platform": "Javascript/Node.js",
"mode": "daemon",
"icon": "zigbee.png",
"extIcon": "https://raw.githubusercontent.com/ioBroker/ioBroker.zigbee/master/admin/zigbee.png",
"enabled": true,
"keywords": [
"zigbee",
"xiaomi",
"cc2531",
"cc2530",
"cc2538",
"cc2652",
"deconz",
"conbee",
"raspbee"
],
"readme": "https://github.com/ioBroker/ioBroker.zigbee/blob/master/README.md",
"loglevel": "info",
"type": "hardware",
"materialize": true,
"messagebox": true,
"stopBeforeUpdate": true,
"dataFolder": "zigbee_%INSTANCE%",
"compact": true,
"materializeTab": true,
"connectionType": "local",
"dataSource": "push",
"tier": 2,
"adminTab": {
"name": {
"en": "Zigbee",
"de": "Zigbee",
"ru": "Zigbee",
"pt": "Zigbee",
"nl": "Zigbee",
"fr": "Zigbee",
"it": "Zigbee",
"es": "Zigbee",
"pl": "Zigbee",
"zh-cn": "Zigbee"
},
"fa-icon": "</i><img style='width:24px;margin-bottom:-6px;' src='/adapter/zigbee/zigbee.svg'><i>"
},
"plugins": {
"sentry": {
"dsn": "https://[email protected]/5812498"
}
},
"globalDependencies": [
{
"admin": ">=5.1.25"
}
],
"dependencies": [
{
"js-controller": ">=3.3.0"
}
],
"messages": [
{
"condition": {
"operand": "and",
"rules": [
"oldVersion<=1.6.18",
"newVersion>=1.7.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": "This new version cleans the file backup (under \\opt\\iobroker\\iobroker-data\\zigbee_0\\) of the adapter. Only the last 10 backups are kept.",
"de": "Diese neue Version bereinigt das Datei backup (unter \\opt\\iobroker\\iobroker-data\\zigbee_0\\) des Adapter. Es werden nur die letzten 10 Sicherungen behalten.",
"ru": "Эта новая версия очищает резервную копию файла (в папке \\opt\\iobroker\\iobroker-data\\zigbee_0\\) адаптера. Сохраняются только последние 10 резервных копий.",
"pt": "Esta nova versão limpa o backup do arquivo (em \\opt\\iobroker\\iobroker-data\\zigbee_0\\) do adaptador. Apenas os últimos 10 backups são mantidos.",
"nl": "Deze nieuwe versie maakt de bestandsback-up schoon (onder \\opt\\iobroker\\iobroker-data\\zigbee_0\\) van de adapter. Alleen de laatste 10 back-ups worden bewaard.",
"fr": "Cette nouvelle version nettoie le fichier de sauvegarde (sous \\opt\\iobroker\\iobroker-data\\zigbee_0\\) de l'adaptateur. Seules les 10 dernières sauvegardes sont conservées.",
"it": "Questa nuova versione pulisce il backup del file (in \\opt\\iobroker\\iobroker-data\\zigbee_0\\) dell'adattatore. Vengono mantenuti solo gli ultimi 10 backup.",
"es": "Esta nueva versión limpia la copia de seguridad del archivo (en \\opt\\iobroker\\iobroker-data\\zigbee_0\\) del adaptador. Solo se conservan las últimas 10 copias de seguridad.",
"pl": "Ta nowa wersja czyści kopię pliku (w \\opt\\iobroker\\iobroker-data\\zigbee_0\\) adaptera. Przechowywanych jest tylko 10 ostatnich kopii.",
"zh-cn": "这个新版本清理了适配器的文件备份(在 \\opt\\iobroker\\iobroker-data\\zigbee_0\\ 下)。仅保留最后 10 个备份。"
},
"link": "https://github.com/ioBroker/ioBroker.zigbee/blob/master/README.md",
"level": "warn",
"linkText": {
"en": "Readme",
"de": "Liesmich",
"ru": "Прочти меня",
"pt": "Leia-me",
"nl": "Leesmij",
"fr": "Lisez-moi",
"it": "Leggimi",
"es": "Léame",
"pl": "Readme",
"zh-cn": "自述文件"
},
"buttons": [
"agree",
"cancel"
]
}
]
},
"native": {
"port": "",
"panID": 6754,
"extPanID": "DDDDDDDDDDDDDDDD",
"channel": 11,
"disableLed": false,
"precfgkey": "01030507090B0D0F00020406080A0C0D",
"countDown": 60,
"adapterType": "zstack",
"debugHerdsman": false,
"disablePing": false,
"disableBackup": false,
"external": "",
"startWithInconsistent": false
},
"instanceObjects": [
{
"_id": "exclude",
"type": "channel",
"common": {
"name": "exclude devs from devices.js"
},
"native": {}
},
{
"_id": "exclude.all",
"type": "state",
"common": {
"name": "all",
"type": "string",
"read": true,
"write": true,
"def": "[]"
},
"native": {}
},
{
"_id": "info",
"type": "channel",
"common": {
"name": "Information"
},
"native": {}
},
{
"_id": "info.connection",
"type": "state",
"common": {
"role": "indicator.connected",
"name": "If connected to zigbee device",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
},
{
"_id": "info.pairingMode",
"type": "state",
"common": {
"name": "Pairing mode",
"type": "boolean",
"read": true,
"write": false,
"def": false
},
"native": {}
},
{
"_id": "info.pairingCountdown",
"type": "state",
"common": {
"name": "Pairing countdown",
"type": "number",
"read": true,
"write": false,
"def": 0
},
"native": {}
},
{
"_id": "info.pairingMessage",
"type": "state",
"common": {
"name": "Pairing message",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.groups",
"type": "state",
"common": {
"name": "Groups",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
},
{
"_id": "info.undefinedDevices",
"type": "state",
"common": {
"name": "Recorded undefined devices",
"type": "string",
"read": true,
"write": false,
"def": ""
},
"native": {}
}
]
}