iobroker.device-watcher 2.9.8 → 2.9.9
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 +4 -0
- package/io-package.json +859 -837
- package/main.js +24 -13
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -189,6 +189,10 @@ 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.9.9 (2023-12-07)
|
|
193
|
+
|
|
194
|
+
- (ciddi89) Fixed: Write log message of selected adapters only on startup
|
|
195
|
+
|
|
192
196
|
### 2.9.8 (2023-11-26)
|
|
193
197
|
|
|
194
198
|
- (ciddi89) Fixed: Added additional check for instance states [#262](https://github.com/ciddi89/ioBroker.device-watcher/issues/262)
|