iobroker.device-watcher 0.2.0 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/io-package.json CHANGED
@@ -1,8 +1,56 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "device-watcher",
4
- "version": "0.2.0",
4
+ "version": "0.2.4",
5
5
  "news": {
6
+ "0.2.4": {
7
+ "en": "many changes of code, comments and error handling",
8
+ "de": "viele änderungen von code, kommentaren und fehlerbehandlung",
9
+ "ru": "много изменений кода, комментариев и обработки ошибок",
10
+ "pt": "muitas mudanças de código, comentários e manipulação de erros",
11
+ "nl": "veel veranderingen van code, commentaar en fouten",
12
+ "fr": "de nombreux changements de code, de commentaires et de traitement des erreurs",
13
+ "it": "molte modifiche di codice, commenti e gestione degli errori",
14
+ "es": "muchos cambios de código, comentarios y manejo de errores",
15
+ "pl": "wiele zmian kodu, komentarzy i obsługi błędów",
16
+ "zh-cn": "守则、评论和错误处理的许多变化"
17
+ },
18
+ "0.2.3": {
19
+ "en": "many changes of code, comments and error handling",
20
+ "de": "viele änderungen von code, kommentaren und fehlerbehandlung",
21
+ "ru": "много изменений кода, комментариев и обработки ошибок",
22
+ "pt": "muitas mudanças de código, comentários e manipulação de erros",
23
+ "nl": "veel veranderingen van code, commentaar en fouten",
24
+ "fr": "de nombreux changements de code, de commentaires et de traitement des erreurs",
25
+ "it": "molte modifiche di codice, commenti e gestione degli errori",
26
+ "es": "muchos cambios de código, comentarios y manejo de errores",
27
+ "pl": "wiele zmian kodu, komentarzy i obsługi błędów",
28
+ "zh-cn": "守则、评论和错误处理的许多变化"
29
+ },
30
+ "0.2.2": {
31
+ "en": "- fixed translations\n- added sentry\n- added nuki battery state",
32
+ "de": "- feste übersetzungen\n- zusätzliche sendung\n- hinzugefügt nuki batteriezustand",
33
+ "ru": "- фиксированные переводы\n- добавлена отправка\n- добавлено состояние батареи nuki",
34
+ "pt": "- traduções fixas\n- enviado adicionado\n- adicionado estado da bateria nuki",
35
+ "nl": "vertaling:\n- vertaling:\n- vertaling:",
36
+ "fr": "- traductions fixes\n- envoi ajouté\n- l'état de la batterie nuki ajouté",
37
+ "it": "- traduzioni fisse\n- invio aggiunto\n- stato della batteria nuki aggiunto",
38
+ "es": "- traducciones fijas\n- centinela agregada\n- estado de batería de nuki añadido",
39
+ "pl": "- poprawne tłumaczenia\n- dodanie\n- dodanie stanu nuki",
40
+ "zh-cn": "- 固定翻译\n- 增派送\n- 增加电池国"
41
+ },
42
+ "0.2.1": {
43
+ "en": "- removed test states",
44
+ "de": "- entfernte testzustände",
45
+ "ru": "- удаленные состояния тестов",
46
+ "pt": "- estados de teste removidos",
47
+ "nl": "verwijderde teststaat",
48
+ "fr": "- états d ' essai enlevés",
49
+ "it": "- stati di test rimossi",
50
+ "es": "- estados de prueba eliminados",
51
+ "pl": "- zlikwidowane państwa testowe",
52
+ "zh-cn": "- 取消试验国"
53
+ },
6
54
  "0.2.0": {
7
55
  "en": "- added function to create data of each adapter",
8
56
  "de": "- zusätzliche funktion zur erstellung von daten jedes adapters",
@@ -100,7 +148,6 @@
100
148
  "zh-cn": "首次出版"
101
149
  }
102
150
  },
103
- "title": "Device-Watcher",
104
151
  "titleLang": {
105
152
  "en": "Device-Watcher",
106
153
  "de": "Device-Watcher",
@@ -114,25 +161,28 @@
114
161
  "zh-cn": "设备观察者"
115
162
  },
116
163
  "desc": {
117
- "en": "Watchdog for wireless devices",
118
- "de": "Watchdog für drahtlose Geräte",
119
- "ru": "Сторожевой таймер для беспроводных устройств",
120
- "pt": "Watchdog para dispositivos sem fio",
121
- "nl": "Watchdog voor draadloze apparaten",
122
- "fr": "Chien de garde pour les appareils sans fil",
123
- "it": "Watchdog per dispositivi wireless",
124
- "es": "Watchdog para dispositivos inalámbricos",
125
- "pl": "Watchdog dla urządzeń bezprzewodowych",
126
- "zh-cn": "无线设备看门狗"
164
+ "en": "Watchdog for devices",
165
+ "de": "Watchdog für Geräte",
166
+ "ru": "Сторожевой таймер для устройств",
167
+ "pt": "Watchdog para dispositivos",
168
+ "nl": "Waakhond voor apparaten",
169
+ "fr": "Chien de garde pour les appareils",
170
+ "it": "Watchdog per i dispositivi",
171
+ "es": "Vigilancia de dispositivos",
172
+ "pl": "Watchdog dla urządzeń",
173
+ "zh-cn": "设备看门狗"
127
174
  },
128
175
  "authors": [
129
176
  "Christian Behrends <mail@christian-behrends.de>"
130
177
  ],
131
178
  "keywords": [
132
- "watchdog",
133
- "devices",
134
- "wireless",
135
- "watcher"
179
+ "device",
180
+ "watcher",
181
+ "device-watcher",
182
+ "battery",
183
+ "rssi",
184
+ "link-quality",
185
+ "lists"
136
186
  ],
137
187
  "license": "MIT",
138
188
  "platform": "Javascript/Node.js",
@@ -150,6 +200,11 @@
150
200
  "connectionType": "local",
151
201
  "dataSource": "poll",
152
202
  "materialize": true,
203
+ "plugins": {
204
+ "sentry": {
205
+ "dsn": "https://77c117cb4f6e43059424e03819439c24@o1337119.ingest.sentry.io/6606442"
206
+ }
207
+ },
153
208
  "adminUI": {
154
209
  "config": "json"
155
210
  },
@@ -236,12 +291,22 @@
236
291
  "_id": "offlineCount",
237
292
  "type": "state",
238
293
  "common": {
239
- "name": "Quantity devices offline",
294
+ "name": {
295
+ "en": "Number of devices offline",
296
+ "de": "Anzahl der Geräte offline",
297
+ "ru": "Количество устройств offline",
298
+ "pt": "Número de dispositivos offline",
299
+ "nl": "Nummer van apparatuur offline",
300
+ "fr": "Nombre de dispositifs hors ligne",
301
+ "it": "Numero di dispositivi offline",
302
+ "es": "Número de dispositivos sin conexión",
303
+ "pl": "Ilość urządzeń offline",
304
+ "zh-cn": "线内装置数量"
305
+ },
240
306
  "type": "number",
241
307
  "role": "value",
242
308
  "read": true,
243
- "write": false,
244
- "def": 0
309
+ "write": false
245
310
  },
246
311
  "native": {}
247
312
  },
@@ -249,12 +314,22 @@
249
314
  "_id": "offlineList",
250
315
  "type": "state",
251
316
  "common": {
252
- "name": "List devices offline",
317
+ "name": {
318
+ "en": "List of offline devices",
319
+ "de": "Liste der Offline-Geräte",
320
+ "ru": "Список оффлайн устройств",
321
+ "pt": "Lista de dispositivos off-line",
322
+ "nl": "List van offline apparatuur",
323
+ "fr": "Liste des dispositifs hors ligne",
324
+ "it": "Elenco dei dispositivi offline",
325
+ "es": "Lista de dispositivos sin conexión",
326
+ "pl": "Lista urządzeń offline",
327
+ "zh-cn": "线装置清单"
328
+ },
253
329
  "type": "array",
254
330
  "role": "json",
255
331
  "read": true,
256
- "write": false,
257
- "def": "[{Device: '--keine--', Adapter: '', Last_contact: ''}]"
332
+ "write": false
258
333
  },
259
334
  "native": {}
260
335
  },
@@ -262,12 +337,22 @@
262
337
  "_id": "listAll",
263
338
  "type": "state",
264
339
  "common": {
265
- "name": "List all devices",
340
+ "name": {
341
+ "en": "List of all devices",
342
+ "de": "Liste aller Geräte",
343
+ "ru": "Список всех устройств",
344
+ "pt": "Lista de todos os dispositivos",
345
+ "nl": "List van alle apparaten",
346
+ "fr": "Liste de tous les dispositifs",
347
+ "it": "Elenco di tutti i dispositivi",
348
+ "es": "Lista de todos los dispositivos",
349
+ "pl": "Lista wszystkich urządzeń",
350
+ "zh-cn": "所有装置清单"
351
+ },
266
352
  "type": "array",
267
353
  "role": "json",
268
354
  "read": true,
269
- "write": false,
270
- "def": "[{Device: '--keine--', Adapter: '', Battery: '', Last_contact: '', Link_quality: ''}]"
355
+ "write": false
271
356
  },
272
357
  "native": {}
273
358
  },
@@ -275,12 +360,22 @@
275
360
  "_id": "linkQualityList",
276
361
  "type": "state",
277
362
  "common": {
278
- "name": "List devices with qualitiy strength",
363
+ "name": {
364
+ "en": "List of devices with signal strength",
365
+ "de": "Liste der Geräte mit Signalstärke",
366
+ "ru": "Список устройств с силой сигнала",
367
+ "pt": "Lista de dispositivos com força de sinal",
368
+ "nl": "List van apparaten met signaalkracht",
369
+ "fr": "Liste des dispositifs avec force de signal",
370
+ "it": "Elenco dei dispositivi con forza del segnale",
371
+ "es": "Lista de dispositivos con fuerza de señal",
372
+ "pl": "Lista urządzeń z siłą sygnałową",
373
+ "zh-cn": "具有信号实力的装置清单"
374
+ },
279
375
  "type": "array",
280
376
  "role": "json",
281
377
  "read": true,
282
- "write": false,
283
- "def": "[{Device: '--keine--', Adapter: '', Link_quality: ''}]"
378
+ "write": false
284
379
  },
285
380
  "native": {}
286
381
  },
@@ -288,12 +383,22 @@
288
383
  "_id": "countAll",
289
384
  "type": "state",
290
385
  "common": {
291
- "name": "Quantity devices all",
386
+ "name": {
387
+ "en": "Number of all devices",
388
+ "de": "Anzahl aller Geräte",
389
+ "ru": "Количество всех устройств",
390
+ "pt": "Número de todos os dispositivos",
391
+ "nl": "Nummer van alle apparaten",
392
+ "fr": "Nombre de tous les appareils",
393
+ "it": "Numero di tutti i dispositivi",
394
+ "es": "Número de todos los dispositivos",
395
+ "pl": "Ilość wszystkich urządzeń",
396
+ "zh-cn": "所有装置的数目"
397
+ },
292
398
  "type": "number",
293
399
  "role": "value",
294
400
  "read": true,
295
- "write": false,
296
- "def": 0
401
+ "write": false
297
402
  },
298
403
  "native": {}
299
404
  },
@@ -301,12 +406,22 @@
301
406
  "_id": "batteryList",
302
407
  "type": "state",
303
408
  "common": {
304
- "name": "List devices with battery state",
409
+ "name": {
410
+ "en": "List of devices with battery state",
411
+ "de": "Liste der Geräte mit Batteriezustand",
412
+ "ru": "Список устройств с состоянием батареи",
413
+ "pt": "Lista de dispositivos com estado da bateria",
414
+ "nl": "List van apparaten met batterij staat",
415
+ "fr": "Liste des appareils avec état de batterie",
416
+ "it": "Elenco dei dispositivi con stato della batteria",
417
+ "es": "Lista de dispositivos con estado de batería",
418
+ "pl": "Lista urządzeń z baterią stanową",
419
+ "zh-cn": "电池国装置清单"
420
+ },
305
421
  "type": "array",
306
422
  "role": "json",
307
423
  "read": true,
308
- "write": false,
309
- "def": "[{Device: '--keine--', Adapter: '', Battery: ''}]"
424
+ "write": false
310
425
  },
311
426
  "native": {}
312
427
  },
@@ -314,12 +429,22 @@
314
429
  "_id": "lowBatteryList",
315
430
  "type": "state",
316
431
  "common": {
317
- "name": "List devices with low battery state",
432
+ "name": {
433
+ "en": "List of devices with low battery state",
434
+ "de": "Liste der Geräte mit niedrigem Batteriezustand",
435
+ "ru": "Список устройств с низким состоянием батареи",
436
+ "pt": "Lista de dispositivos com baixo estado da bateria",
437
+ "nl": "List van apparaten met lage batterij staat",
438
+ "fr": "Liste des appareils à faible état de batterie",
439
+ "it": "Elenco di dispositivi con stato di batteria basso",
440
+ "es": "Lista de dispositivos con estado de batería bajo",
441
+ "pl": "Lista urządzeń o niskim stanie baterii",
442
+ "zh-cn": "低电池国家装置清单"
443
+ },
318
444
  "type": "array",
319
445
  "role": "json",
320
446
  "read": true,
321
- "write": false,
322
- "def": "[{Device: '--keine--', Adapter: '', Battery: ''}]"
447
+ "write": false
323
448
  },
324
449
  "native": {}
325
450
  },
@@ -327,12 +452,22 @@
327
452
  "_id": "lowBatteryCount",
328
453
  "type": "state",
329
454
  "common": {
330
- "name": "Quantity devices with low battery",
455
+ "name": {
456
+ "en": "Number of devices with low battery",
457
+ "de": "Anzahl der Geräte mit niedriger Batterie",
458
+ "ru": "Количество устройств c низкой батареей",
459
+ "pt": "Número de dispositivos com bateria baixa",
460
+ "nl": "Nummer van apparaten met lage batterij",
461
+ "fr": "Nombre de dispositifs avec batterie basse",
462
+ "it": "Numero di dispositivi con batteria bassa",
463
+ "es": "Número de dispositivos con batería baja",
464
+ "pl": "Liczba urządzeń z niską baterią",
465
+ "zh-cn": "低电池的装置数量"
466
+ },
331
467
  "type": "number",
332
468
  "role": "value",
333
469
  "read": true,
334
- "write": false,
335
- "def": 0
470
+ "write": false
336
471
  },
337
472
  "native": {}
338
473
  },
@@ -340,12 +475,22 @@
340
475
  "_id": "batteryCount",
341
476
  "type": "state",
342
477
  "common": {
343
- "name": "Quantity devices with battery",
478
+ "name": {
479
+ "en": "Number of devices with battery",
480
+ "de": "Anzahl der Geräte mit Batterie",
481
+ "ru": "Количество устройств c батареей",
482
+ "pt": "Número de dispositivos com bateria",
483
+ "nl": "Nummer van apparaten met batterij",
484
+ "fr": "Nombre de dispositifs avec batterie",
485
+ "it": "Numero di dispositivi con batteria",
486
+ "es": "Número de dispositivos con batería",
487
+ "pl": "Liczba urządzeń z baterią",
488
+ "zh-cn": "电池的装置数量"
489
+ },
344
490
  "type": "number",
345
491
  "role": "value",
346
492
  "read": true,
347
- "write": false,
348
- "def": 0
493
+ "write": false
349
494
  },
350
495
  "native": {}
351
496
  },
@@ -353,12 +498,22 @@
353
498
  "_id": "lastCheck",
354
499
  "type": "state",
355
500
  "common": {
356
- "name": "Timestamp of last run",
501
+ "name": {
502
+ "en": "Timestamp from last run",
503
+ "de": "Zeitstempel der letzten Ausführung",
504
+ "ru": "Timestamp от последнего запуска",
505
+ "pt": "Vampiro da última corrida",
506
+ "nl": "Timestamp",
507
+ "fr": "Timestamp de la dernière course",
508
+ "it": "Timestamp dall'ultima corsa",
509
+ "es": "Timestamp de la última carrera",
510
+ "pl": "Timestamp",
511
+ "zh-cn": "二. 从最后经营期间的时间限制"
512
+ },
357
513
  "type": "string",
358
514
  "role": "indicator",
359
515
  "read": true,
360
- "write": false,
361
- "def": ""
516
+ "write": false
362
517
  },
363
518
  "native": {}
364
519
  },
@@ -366,12 +521,30 @@
366
521
  "_id": "lastNotification",
367
522
  "type": "state",
368
523
  "common": {
369
- "name": "Last Notification",
524
+ "name": {
525
+ "en": "Last notification",
526
+ "de": "Letzte Meldung",
527
+ "ru": "Последнее уведомление",
528
+ "pt": "Última notificação",
529
+ "nl": "Laatste bericht",
530
+ "fr": "Dernière notification",
531
+ "it": "Ultimo avviso",
532
+ "es": "Última notificación",
533
+ "pl": "Oświadczenie",
534
+ "zh-cn": "上次通知"
535
+ },
370
536
  "type": "string",
371
537
  "role": "indicator",
372
538
  "read": true,
373
- "write": false,
374
- "def": ""
539
+ "write": false
540
+ },
541
+ "native": {}
542
+ },
543
+ {
544
+ "_id": "info",
545
+ "type": "channel",
546
+ "common": {
547
+ "name": "Information"
375
548
  },
376
549
  "native": {}
377
550
  },
@@ -379,7 +552,18 @@
379
552
  "_id": "info.lastBatteryNotification",
380
553
  "type": "state",
381
554
  "common": {
382
- "name": "Indicator if last battery notification was send today.",
555
+ "name": {
556
+ "en": "Indicator if last battery notification was send today.",
557
+ "de": "Indikator, ob letzte Batterie-Benachrichtigung heute gesendet wurde.",
558
+ "ru": "Индикатор если последнее уведомление батареи было отправлено сегодня.",
559
+ "pt": "Indicador se a última notificação da bateria foi enviada hoje.",
560
+ "nl": "Indicator als laatste accu-informatie vandaag werd verstuurd.",
561
+ "fr": "Indicateur si la dernière notification de batterie a été envoyée aujourd'hui.",
562
+ "it": "Indicatore se ultima notifica della batteria è stato inviato oggi.",
563
+ "es": "Indicador si la última notificación de batería fue enviada hoy.",
564
+ "pl": "Inskrypcjacyjna, jeśli ostatnia powiadomiona baterią została do dzisiaj.",
565
+ "zh-cn": "如果最后一个电池的通知今天才发出,则不用说。."
566
+ },
383
567
  "type": "boolean",
384
568
  "role": "indicator",
385
569
  "read": true,
@@ -389,4 +573,4 @@
389
573
  "native": {}
390
574
  }
391
575
  ]
392
- }
576
+ }