iobroker.knx 2.0.17 → 2.0.19
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 +12 -1
- package/admin/asset-manifest.json +3 -3
- package/admin/index_m.html +1 -1
- package/admin/static/js/{main.90bbf343.js → main.7a69233b.js} +3 -3
- package/admin/static/js/{main.90bbf343.js.map → main.7a69233b.js.map} +1 -1
- package/admin/zip/zip-fs.js +4307 -4307
- package/io-package.json +31 -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.7a69233b.js.LICENSE.txt} +0 -0
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -244,6 +244,14 @@ relation.
|
|
|
244
244
|
-->
|
|
245
245
|
|
|
246
246
|
## Changelog
|
|
247
|
+
### 2.0.19 (29.05.2023)
|
|
248
|
+
* added ETS V6.1.0 import
|
|
249
|
+
* required node version >= 16.13.1
|
|
250
|
+
|
|
251
|
+
### 2.0.18 (08.04.2023)
|
|
252
|
+
* fixed send-delay
|
|
253
|
+
* small changes
|
|
254
|
+
|
|
247
255
|
### 2.0.17 (14.10.2022)
|
|
248
256
|
* added ETSv6.0.6 import
|
|
249
257
|
* major changes in Adapter Config UI
|
|
@@ -579,11 +587,14 @@ Sentry reporting is used starting with js-controller 3.0.
|
|
|
579
587
|
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
588
|
adapter version and host id is also reported.
|
|
581
589
|
|
|
590
|
+
## Many thanks for support and help
|
|
591
|
+
* bluefox
|
|
592
|
+
* foxriver76
|
|
582
593
|
|
|
583
594
|
## License
|
|
584
595
|
The CC-NC-BY License (CC-NC-BY)
|
|
585
596
|
|
|
586
|
-
Copyright (c) 2016-
|
|
597
|
+
Copyright (c) 2016-2023 K.Ringmann <info@punktnetzwerk.net>
|
|
587
598
|
|
|
588
599
|
THE WORK IS PROVIDED UNDER THE TERMS OF THIS CREATIVE
|
|
589
600
|
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.7a69233b.js",
|
|
5
5
|
"index.html": "./index.html",
|
|
6
6
|
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
|
|
7
|
-
"main.
|
|
7
|
+
"main.7a69233b.js.map": "./static/js/main.7a69233b.js.map"
|
|
8
8
|
},
|
|
9
9
|
"entrypoints": [
|
|
10
10
|
"static/css/main.96b3c861.css",
|
|
11
|
-
"static/js/main.
|
|
11
|
+
"static/js/main.7a69233b.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.7a69233b.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>
|