iobroker.devices 2.0.2 → 2.0.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 +4 -1
- package/admin/assets/index-SJof8gXx.js +845 -0
- package/admin/index_m.html +1 -1
- package/admin/tab.html +1 -1
- package/build/lib/WidgetsManagement.js +20 -2
- package/build/lib/WidgetsManagement.js.map +1 -1
- package/io-package.json +15 -15
- package/package.json +3 -3
- package/www/assets/index-C8dcoZB8.js +748 -0
- package/www/index.html +1 -1
- package/admin/assets/index-Csa94g2Q.js +0 -845
- package/www/assets/index-DHISOGRL.js +0 -748
package/README.md
CHANGED
|
@@ -131,7 +131,10 @@ This adapter is built with the help of `type-detector`. All possible devices cou
|
|
|
131
131
|
Placeholder for the next version (at the beginning of the line):
|
|
132
132
|
### **WORK IN PROGRESS**
|
|
133
133
|
-->
|
|
134
|
-
### 2.0.
|
|
134
|
+
### 2.0.5 (2026-03-26)
|
|
135
|
+
* (@GermanBluefox) Added many new widgets.
|
|
136
|
+
|
|
137
|
+
### 2.0.3 (2026-03-24)
|
|
135
138
|
* (@GermanBluefox) Added widgets' visualisation. Now it is possible to create a GUI within the adapter
|
|
136
139
|
|
|
137
140
|
### 1.2.14 (2026-02-06)
|