iobroker.device-watcher 2.10.0 → 2.10.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 +5 -0
- package/io-package.json +860 -838
- package/lib/translations.js +65 -0
- package/main.js +166 -109
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -189,6 +189,11 @@ It's possible to select:
|
|
|
189
189
|
Placeholder for the next version (at the beginning of the line):
|
|
190
190
|
### **WORK IN PROGRESS**
|
|
191
191
|
-->
|
|
192
|
+
### 2.10.1 (2024-01-15)
|
|
193
|
+
|
|
194
|
+
- (ciddi89) Fixed: several bugs from last version
|
|
195
|
+
- (ciddi89) Added: finished translations
|
|
196
|
+
|
|
192
197
|
### 2.10.0 (2024-01-13)
|
|
193
198
|
|
|
194
199
|
- (ciddi89) Fixed: Batterie value for shelly plus Gen2 devices [#282](https://github.com/ciddi89/ioBroker.device-watcher/issues/282)
|