iobroker.device-watcher 2.12.0 → 2.12.1
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 +9 -3
- package/io-package.json +844 -866
- package/lib/arrApart.js +2 -0
- package/main.js +19 -5
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -183,6 +183,7 @@ It's possible to select:
|
|
|
183
183
|

|
|
184
184
|
|
|
185
185
|
## Credits
|
|
186
|
+
|
|
186
187
|
This adapter would not have been possible without the great work of Christian Behrends <mail@christian-behrends.de> who implemented the initial releases of this adapter.
|
|
187
188
|
|
|
188
189
|
## Changelog
|
|
@@ -191,10 +192,15 @@ This adapter would not have been possible without the great work of Christian Be
|
|
|
191
192
|
Placeholder for the next version (at the beginning of the line):
|
|
192
193
|
### **WORK IN PROGRESS**
|
|
193
194
|
-->
|
|
195
|
+
### 2.12.1 (2024-05-09)
|
|
196
|
+
|
|
197
|
+
- (ciddi89) Added: [#341](https://github.com/iobroker-community-adapters/ioBroker.device-watcher/issues/341) Support for Zigbee battery_state datapoint
|
|
198
|
+
|
|
194
199
|
### 2.12.0 (2024-04-05)
|
|
195
|
-
|
|
196
|
-
-
|
|
197
|
-
-
|
|
200
|
+
|
|
201
|
+
- (mcm1957) Adapter requires nodeJS >= 18 and js-controller >= 5 now
|
|
202
|
+
- (mcm1957) Adpter has been migrated to iobroker-community-adapters organisation
|
|
203
|
+
- (mcm1957) Dependencies have been updated
|
|
198
204
|
|
|
199
205
|
### 2.11.0 (2024-03-18)
|
|
200
206
|
|