iobroker.device-watcher 2.13.1 → 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 +26 -2
- package/admin/jsonConfig.json5 +1537 -2869
- package/io-package.json +525 -213
- package/lib/{arrApart.js → adapterArray.js} +195 -67
- package/lib/crud.js +1985 -1932
- package/lib/tools.js +158 -155
- package/lib/translations.js +26 -0
- package/main.js +384 -438
- package/package.json +13 -13
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,32 @@ 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
|
+
|
|
196
220
|
### 2.13.1 (2025-09-06)
|
|
197
221
|
* (arteck) Dependencies have been fixed
|
|
198
222
|
|