iobroker.modbus 5.0.5 → 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 +6 -0
- package/admin/asset-manifest.json +3 -3
- package/admin/index_m.html +1 -1
- package/admin/static/js/main.8083c40d.js +3 -0
- package/admin/static/js/{main.92002ca6.js.LICENSE.txt → main.8083c40d.js.LICENSE.txt} +1 -1
- package/admin/static/js/main.8083c40d.js.map +1 -0
- package/io-package.json +25 -24
- package/lib/jsmodbus/transports/modbus-client-serial.js +33 -29
- package/package.json +7 -7
- package/admin/static/js/main.92002ca6.js +0 -3
- package/admin/static/js/main.92002ca6.js.map +0 -1
package/README.md
CHANGED
|
@@ -278,6 +278,12 @@ 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
|
+
|
|
284
|
+
### 5.0.8 (2022-09-27)
|
|
285
|
+
* (bluefox) GUI packages updated
|
|
286
|
+
|
|
281
287
|
### 5.0.5 (2022-08-13)
|
|
282
288
|
* (Apollon77) Prevent some crash cases reported by Sentry
|
|
283
289
|
|
|
@@ -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.8083c40d.js",
|
|
5
5
|
"index.html": "./index.html",
|
|
6
6
|
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
|
|
7
|
-
"main.
|
|
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.
|
|
11
|
+
"static/js/main.8083c40d.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="./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.
|
|
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>
|