iobroker.knx 2.0.23 → 2.0.24
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 +3 -0
- package/admin/asset-manifest.json +3 -3
- package/admin/index_m.html +1 -1
- package/admin/static/js/{main.e7b74ad6.js → main.8df18f32.js} +3 -3
- package/admin/static/js/{main.e7b74ad6.js.map → main.8df18f32.js.map} +1 -1
- package/io-package.json +14 -169
- package/knx.js +2 -2
- package/package.json +1 -1
- /package/admin/static/js/{main.e7b74ad6.js.LICENSE.txt → main.8df18f32.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -244,6 +244,9 @@ relation.
|
|
|
244
244
|
-->
|
|
245
245
|
|
|
246
246
|
## Changelog
|
|
247
|
+
### 2.0.24 (24.11.2023)
|
|
248
|
+
* updated the adapter import schema for ETS 6.1.1
|
|
249
|
+
|
|
247
250
|
### 2.0.23 (11.10.2023)
|
|
248
251
|
* corrected wrong GW Port after adapter upgrade
|
|
249
252
|
* allow self-defined values for min and max
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"files": {
|
|
3
3
|
"main.css": "./static/css/main.96b3c861.css",
|
|
4
|
-
"main.js": "./static/js/main.
|
|
4
|
+
"main.js": "./static/js/main.8df18f32.js",
|
|
5
5
|
"index.html": "./index.html",
|
|
6
6
|
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
|
|
7
|
-
"main.
|
|
7
|
+
"main.8df18f32.js.map": "./static/js/main.8df18f32.js.map"
|
|
8
8
|
},
|
|
9
9
|
"entrypoints": [
|
|
10
10
|
"static/css/main.96b3c861.css",
|
|
11
|
-
"static/js/main.
|
|
11
|
+
"static/js/main.8df18f32.js"
|
|
12
12
|
]
|
|
13
13
|
}
|
package/admin/index_m.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./knx.png"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="../../lib/js/socket.io.js"></script><script type="text/javascript" src="./zip/zip-fs.js"></script><title>KNX settings</title><script defer="defer" src="./static/js/main.
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./knx.png"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" onerror="setTimeout(function(){window.location.reload()}, 5000)" src="../../lib/js/socket.io.js"></script><script type="text/javascript" src="./zip/zip-fs.js"></script><title>KNX settings</title><script defer="defer" src="./static/js/main.8df18f32.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
|