iobroker.knx 2.0.29 → 2.0.31
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/LICENSE +1 -1
- package/README.md +14 -2
- package/admin/assets/index-DRq0NPa5.js +599 -0
- package/admin/index_m.html +1 -1
- package/io-package.json +28 -2
- package/knx.js +2 -2
- package/package.json +3 -3
- package/admin/assets/index-Baz34uJE.js +0 -599
package/LICENSE
CHANGED
|
@@ -8,7 +8,7 @@ Additionally, you need a license to use the adapter. The license editions are av
|
|
|
8
8
|
|
|
9
9
|
## CC BY-NC 4.0
|
|
10
10
|
|
|
11
|
-
Copyright (c) 2017-
|
|
11
|
+
Copyright (c) 2017-2025 chefkoch009 <info@punktnetzwerk.net>
|
|
12
12
|
|
|
13
13
|
Creative Commons Attribution-NonCommercial 4.0 International Public License
|
|
14
14
|
|
package/README.md
CHANGED
|
@@ -244,11 +244,23 @@ relation.
|
|
|
244
244
|
### **WORK IN PROGRESS**
|
|
245
245
|
-->
|
|
246
246
|
|
|
247
|
-
##
|
|
248
|
-
|
|
247
|
+
## Versions
|
|
248
|
+
|
|
249
|
+
### 2.0.31 (22.05.2025)
|
|
250
|
+
|
|
251
|
+
* updated the adapter import schema for ETS 6.3.1
|
|
252
|
+
* nodejs >= 22 is required
|
|
253
|
+
|
|
254
|
+
### 2.0.30 (22.12.2024)
|
|
255
|
+
* fixed GUI errors, starting redesign GA-Tools
|
|
256
|
+
|
|
257
|
+
### 2.0.29 (11.12.2024)
|
|
249
258
|
* updated the adapter import schema for ETS 6.3.0
|
|
250
259
|
* nodejs >= 20 is required
|
|
251
260
|
|
|
261
|
+
### 2.0.28
|
|
262
|
+
* Update license related data and fix package version
|
|
263
|
+
|
|
252
264
|
### 2.0.27 (02.05.2024)
|
|
253
265
|
* updated the adapter import schema for ETS 6.2.2
|
|
254
266
|
* fixed UTF-8 error
|