iobroker.modbus 5.0.8 → 5.0.11

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 CHANGED
@@ -278,6 +278,9 @@ There are some programs in folder *test' to test the TCP communication:
278
278
  ### **WORK IN PROGRESS**
279
279
  -->
280
280
  ## Changelog
281
+ ### 5.0.11 (2022-12-01)
282
+ * (clausmuus) fixed reconnect of serial communication
283
+
281
284
  ### 5.0.8 (2022-09-27)
282
285
  * (bluefox) GUI packages updated
283
286
 
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "files": {
3
3
  "main.css": "./static/css/main.96b3c861.css",
4
- "main.js": "./static/js/main.d67c9159.js",
4
+ "main.js": "./static/js/main.8083c40d.js",
5
5
  "index.html": "./index.html",
6
6
  "main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
7
- "main.d67c9159.js.map": "./static/js/main.d67c9159.js.map"
7
+ "main.8083c40d.js.map": "./static/js/main.8083c40d.js.map"
8
8
  },
9
9
  "entrypoints": [
10
10
  "static/css/main.96b3c861.css",
11
- "static/js/main.d67c9159.js"
11
+ "static/js/main.8083c40d.js"
12
12
  ]
13
13
  }
@@ -1 +1 @@
1
- <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><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" src="./../../lib/js/socket.io.js"></script><title>Modbus</title><script defer="defer" src="./static/js/main.d67c9159.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="./favicon.ico"/><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" src="./../../lib/js/socket.io.js"></script><title>Modbus</title><script defer="defer" src="./static/js/main.8083c40d.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>