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 CHANGED
@@ -1,6 +1,6 @@
1
1
  CC BY-NC 4.0
2
2
 
3
- Copyright (c) 2017-2021 chefkoch009 <info@punktnetzwerk.net>
3
+ Copyright (c) 2017-2023 chefkoch009 <info@punktnetzwerk.net>
4
4
 
5
5
  Creative Commons Attribution-NonCommercial 4.0 International Public License
6
6
 
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-2021 K.Ringmann <info@punktnetzwerk.net>
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.90bbf343.js",
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.90bbf343.js.map": "./static/js/main.90bbf343.js.map"
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.90bbf343.js"
11
+ "static/js/main.c1eafb20.js"
12
12
  ]
13
13
  }
@@ -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.90bbf343.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>
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>