iobroker.knx 2.0.21 → 2.0.23
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 +8 -0
- package/admin/asset-manifest.json +3 -3
- package/admin/index_m.html +1 -1
- package/admin/static/js/{main.66bc91f4.js → main.e7b74ad6.js} +3 -3
- package/admin/static/js/{main.66bc91f4.js.map → main.e7b74ad6.js.map} +1 -1
- package/io-package.json +27 -1
- package/knx.js +2 -2
- package/package.json +74 -71
- /package/admin/static/js/{main.66bc91f4.js.LICENSE.txt → main.e7b74ad6.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -244,6 +244,14 @@ relation.
|
|
|
244
244
|
-->
|
|
245
245
|
|
|
246
246
|
## Changelog
|
|
247
|
+
### 2.0.23 (11.10.2023)
|
|
248
|
+
* corrected wrong GW Port after adapter upgrade
|
|
249
|
+
* allow self-defined values for min and max
|
|
250
|
+
* some small other fixes
|
|
251
|
+
|
|
252
|
+
### 2.0.22 (04.07.2023)
|
|
253
|
+
* added import specification, solved problems in GaTools
|
|
254
|
+
|
|
247
255
|
### 2.0.21 (17.06.2023)
|
|
248
256
|
* fixed license handling
|
|
249
257
|
|
|
@@ -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.e7b74ad6.js",
|
|
5
5
|
"index.html": "./index.html",
|
|
6
6
|
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
|
|
7
|
-
"main.
|
|
7
|
+
"main.e7b74ad6.js.map": "./static/js/main.e7b74ad6.js.map"
|
|
8
8
|
},
|
|
9
9
|
"entrypoints": [
|
|
10
10
|
"static/css/main.96b3c861.css",
|
|
11
|
-
"static/js/main.
|
|
11
|
+
"static/js/main.e7b74ad6.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.e7b74ad6.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>
|