iobroker.device-watcher 2.13.0 → 2.14.5

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/README.md CHANGED
@@ -141,8 +141,6 @@ It's also counting them in the same categories. You can use the lists and states
141
141
  </tr>
142
142
 
143
143
  </table>
144
-
145
- A list with more information about the supported adapters can be found here: [in German](docs/de/listSupportAdapter.md) or [in English](docs/en/listSupportAdapter.md).</br>
146
144
  **If one adapter is missing, feel free to open an request [issue](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/new/choose) to add it.**
147
145
 
148
146
  ### Notifications:
@@ -193,6 +191,35 @@ This adapter would not have been possible without the great work of Christian Be
193
191
  Placeholder for the next version (at the beginning of the line):
194
192
  ### **WORK IN PROGRESS**
195
193
  -->
194
+ ### 2.14.5 (2025-11-16)
195
+ * (arteck) add homee battery devices (only)
196
+ * (arteck) fix battery list
197
+
198
+ ### 2.14.4 (2025-11-13)
199
+ * (arteck) fix silent telegram notification
200
+ * (arteck) fix offline list
201
+
202
+ ### 2.14.3 (2025-11-13)
203
+ * (arteck) corr offline devices
204
+
205
+ ### 2.14.2 (2025-11-13)
206
+ * (arteck) corr finder
207
+
208
+ ### 2.14.1 (2025-11-13)
209
+ * (arteck) corr cronparser
210
+
211
+ ### 2.14.0 (2025-11-13)
212
+ * (arteck) Dependencies have been fixed
213
+ * (arteck) ping adapter have been fixed
214
+ * (arteck) optimisations for adapter without info.connection state
215
+ * (arteck) clean code
216
+ * (arteck) silent notification for telegram
217
+ * (arteck) add matter devices
218
+ * (arteck) corr lupusec battery state
219
+
220
+ ### 2.13.1 (2025-09-06)
221
+ * (arteck) Dependencies have been fixed
222
+
196
223
  ### 2.13.0 (2025-09-04)
197
224
  - (mcm1957) Adapter requires admin >= 7.6.17, js-controller >= 6.0.11 and node.js>= 20 now.
198
225
  - (mcm1957) Missing dependency of 'node-schedule' has been fixed.