node-red-contrib-modbus-modpackqt 1.1.1 → 1.1.2
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 +1 -1
- package/package.json +2 -6
package/README.md
CHANGED
|
@@ -207,7 +207,7 @@ Add one `modpackqt-config` node per gateway instance. All other nodes reference
|
|
|
207
207
|
- [Free Modbus Tutorial](https://modpackqt.com/resources/tutorial)
|
|
208
208
|
- [Modbus Resources Hub](https://modpackqt.com/resources)
|
|
209
209
|
- [Node-RED Docs](https://nodered.org/docs/)
|
|
210
|
-
- [Report an Issue](https://
|
|
210
|
+
- [Contact / Report an Issue](https://modpackqt.com/contact)
|
|
211
211
|
|
|
212
212
|
---
|
|
213
213
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-modbus-modpackqt",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Node-RED nodes for ModPackQT — read/write Modbus TCP registers (master & slave) via the ModPackQT Gateway app. Supports FC1/FC2/FC3/FC4 reads and FC5/FC6/FC15/FC16 writes.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node-red",
|
|
@@ -20,12 +20,8 @@
|
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"author": "ModPackQT",
|
|
22
22
|
"homepage": "https://modpackqt.com",
|
|
23
|
-
"repository": {
|
|
24
|
-
"type": "git",
|
|
25
|
-
"url": "https://github.com/jomer0411/Modsimcontrol.git"
|
|
26
|
-
},
|
|
27
23
|
"bugs": {
|
|
28
|
-
"url": "https://
|
|
24
|
+
"url": "https://modpackqt.com/contact"
|
|
29
25
|
},
|
|
30
26
|
"engines": {
|
|
31
27
|
"node": ">=14"
|