iobroker.device-watcher 2.15.15 → 2.15.17

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.
Files changed (5) hide show
  1. package/README.md +7 -2
  2. package/io-package.json +27 -14
  3. package/lib/crud.js +2057 -2045
  4. package/main.js +29 -10
  5. package/package.json +11 -10
package/README.md CHANGED
@@ -191,6 +191,11 @@ This adapter would not have been possible without the great work of Christian Be
191
191
  Placeholder for the next version (at the beginning of the line):
192
192
  ### **WORK IN PROGRESS**
193
193
  -->
194
+ ### 2.15.17 (2026-06-19)
195
+ - (mcm1957) Release of 2.15.16 has failed and has been restarted
196
+ - (arteck) i/o minimized
197
+ - (mcm1957) Dependencies have been updated
198
+
194
199
  ### 2.15.15 (2026-05-13)
195
200
  * (arteck) fix adapter device mix
196
201
 
@@ -203,8 +208,8 @@ This adapter would not have been possible without the great work of Christian Be
203
208
  ### 2.15.12 (2026-05-06)
204
209
  * (arteck) fix hueExtended battery check
205
210
 
206
- ### 2.15.11 (2026-05-06)
207
- * (arteck)
211
+
212
+ [Older changelogs can be found there](CHANGELOG_OLD.md)
208
213
 
209
214
  ## License
210
215
 
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "device-watcher",
4
- "version": "2.15.15",
4
+ "version": "2.15.17",
5
5
  "news": {
6
+ "2.15.17": {
7
+ "en": "Release of 2.15.16 has failed and has been restarted\ni/o minimized\nDependencies have been updated",
8
+ "de": "Die Veröffentlichung von Version 2.15.16 ist fehlgeschlagen und wurde neu gestartet.\nE/A minimiert\nDie Abhängigkeiten wurden aktualisiert.",
9
+ "ru": "Выпуск версии 2.15.16 завершился неудачей и был перезапущен.\nминимизированный ввод/вывод\nЗависимости обновлены.",
10
+ "pt": "A publicação da versão 2.15.16 falhou e foi reiniciada.\nentrada/saída minimizada\nAs dependências foram atualizadas.",
11
+ "nl": "De release van 2.15.16 is mislukt en is opnieuw gestart.\nI/O geminimaliseerd\nAfhankelijkheden zijn bijgewerkt.",
12
+ "fr": "La publication de la version 2.15.16 a échoué et a été redémarrée.\nE/S minimisées\nLes dépendances ont été mises à jour",
13
+ "it": "Il rilascio della versione 2.15.16 non è riuscito ed è stato riavviato.\nI/O minimizzati\nLe dipendenze sono state aggiornate",
14
+ "es": "El lanzamiento de la versión 2.15.16 ha fallado y se ha reiniciado.\nE/S minimizada\nSe han actualizado las dependencias.",
15
+ "pl": "Wydanie wersji 2.15.16 nie powiodło się i zostało uruchomione ponownie\nzminimalizowane wejście/wyjście\nZaktualizowano zależności",
16
+ "uk": "Випуск версії 2.15.16 не вдався, його було перезапущено.\nвведення/виведення мінімізовано\nЗалежності оновлено",
17
+ "zh-cn": "2.15.16 版本发布失败,已重新启动。\n输入/输出最小化\n依赖项已更新"
18
+ },
19
+ "2.15.16": {
20
+ "en": "minimize i/o",
21
+ "de": "i/o minimieren",
22
+ "ru": "минимизировать i/o",
23
+ "pt": "minimizar i/o",
24
+ "nl": "i/o minimaliseren",
25
+ "fr": "réduire au minimum i/o",
26
+ "it": "minimizzare i",
27
+ "es": "minimizar i/o",
28
+ "pl": "zminimalizować i / o",
29
+ "uk": "мінімізація i/o",
30
+ "zh-cn": "尽量减少i/o"
31
+ },
6
32
  "2.15.15": {
7
33
  "en": "fix adapter device mix",
8
34
  "de": "befestigungsadapter-mix",
@@ -67,19 +93,6 @@
67
93
  "pl": "fix",
68
94
  "uk": "fix",
69
95
  "zh-cn": "fix"
70
- },
71
- "2.15.5": {
72
- "en": "fix admin",
73
- "de": "admin",
74
- "ru": "исправить admin",
75
- "pt": "corrigir administrador",
76
- "nl": "fix admin",
77
- "fr": "réparer l'administration",
78
- "it": "fix admin",
79
- "es": "admin",
80
- "pl": "fix admin",
81
- "uk": "адмін",
82
- "zh-cn": "固定管理员"
83
96
  }
84
97
  },
85
98
  "titleLang": {