iobroker.knx 2.0.17 → 2.0.18
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 +8 -1
- package/admin/asset-manifest.json +3 -3
- package/admin/index_m.html +1 -1
- package/admin/static/js/{main.90bbf343.js → main.c1eafb20.js} +3 -3
- package/admin/static/js/{main.90bbf343.js.map → main.c1eafb20.js.map} +1 -1
- package/admin/zip/zip-fs.js +4307 -4307
- package/io-package.json +18 -88
- package/knx.js +2 -2
- package/package.json +186 -177
- package/lib/utils.js +0 -68
- /package/admin/static/js/{main.90bbf343.js.LICENSE.txt → main.c1eafb20.js.LICENSE.txt} +0 -0
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -244,6 +244,10 @@ relation.
|
|
|
244
244
|
-->
|
|
245
245
|
|
|
246
246
|
## Changelog
|
|
247
|
+
### 2.0.18 (08.04.2023)
|
|
248
|
+
* fixed send-delay
|
|
249
|
+
* small changes
|
|
250
|
+
|
|
247
251
|
### 2.0.17 (14.10.2022)
|
|
248
252
|
* added ETSv6.0.6 import
|
|
249
253
|
* major changes in Adapter Config UI
|
|
@@ -579,11 +583,14 @@ Sentry reporting is used starting with js-controller 3.0.
|
|
|
579
583
|
The developer is not able to get any further special informations about the system/config/user/enviroment. In case no license is found the
|
|
580
584
|
adapter version and host id is also reported.
|
|
581
585
|
|
|
586
|
+
## Many thanks for support and help
|
|
587
|
+
* bluefox
|
|
588
|
+
* foxriver76
|
|
582
589
|
|
|
583
590
|
## License
|
|
584
591
|
The CC-NC-BY License (CC-NC-BY)
|
|
585
592
|
|
|
586
|
-
Copyright (c) 2016-
|
|
593
|
+
Copyright (c) 2016-2023 K.Ringmann <info@punktnetzwerk.net>
|
|
587
594
|
|
|
588
595
|
THE WORK IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
|
|
589
596
|
COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY
|
|
@@ -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.c1eafb20.js",
|
|
5
5
|
"index.html": "./index.html",
|
|
6
6
|
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
|
|
7
|
-
"main.
|
|
7
|
+
"main.c1eafb20.js.map": "./static/js/main.c1eafb20.js.map"
|
|
8
8
|
},
|
|
9
9
|
"entrypoints": [
|
|
10
10
|
"static/css/main.96b3c861.css",
|
|
11
|
-
"static/js/main.
|
|
11
|
+
"static/js/main.c1eafb20.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.c1eafb20.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>
|