node-red-contrib-modbus-modpackqt 2.0.3 → 2.0.5
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/CHANGELOG.md +17 -0
- package/README.md +5 -20
- package/package.json +2 -7
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,23 @@ All notable changes to **node-red-contrib-modbus-modpackqt** are documented
|
|
|
4
4
|
here. This project follows [Semantic Versioning](https://semver.org/) — pin a
|
|
5
5
|
major version (`^2.0.0`) in production.
|
|
6
6
|
|
|
7
|
+
## [2.0.5] — 2026-05-09
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- **README:** removed the "Why Modbus + bytes are split into two palettes"
|
|
12
|
+
explainer section.
|
|
13
|
+
|
|
14
|
+
## [2.0.4] — 2026-05-09
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- **README & package.json:** removed all GitHub repo and email references
|
|
19
|
+
(we don't have a public GitHub org or support inbox set up yet). Bug reports
|
|
20
|
+
and security disclosures now go through `modpackqt.com/contact` and
|
|
21
|
+
`modpackqt.com/security`. The `repository` field was removed from
|
|
22
|
+
package.json since the URL was a placeholder.
|
|
23
|
+
|
|
7
24
|
## [2.0.3] — 2026-05-09
|
|
8
25
|
|
|
9
26
|
### Changed
|
package/README.md
CHANGED
|
@@ -146,18 +146,6 @@ External masters connecting to `your-host:1502`, unit `1`, FC `3`, address `0`,
|
|
|
146
146
|
|
|
147
147
|
---
|
|
148
148
|
|
|
149
|
-
## Why Modbus + bytes are split into two palettes
|
|
150
|
-
|
|
151
|
-
Most Modbus packages bake type decoding into the read node — one giant dropdown for int16 / int32 / float32 / Siemens-CDAB / etc. That made sense in 2010 but it's a mess: every protocol re-implements the same decoders, and you can't reuse them for MQTT / TCP / BLE / file payloads.
|
|
152
|
-
|
|
153
|
-
We split them on purpose:
|
|
154
|
-
- **Modbus nodes** speak Modbus and output raw registers — nothing else.
|
|
155
|
-
- **Bytes nodes** decode any binary payload into typed values.
|
|
156
|
-
|
|
157
|
-
You write less code, your flows stay readable, and the same decoder works whether the data came from a PLC, an MQTT broker, or a UDP socket.
|
|
158
|
-
|
|
159
|
-
---
|
|
160
|
-
|
|
161
149
|
## Pricing
|
|
162
150
|
|
|
163
151
|
| | Free | Paid |
|
|
@@ -202,17 +190,14 @@ Make sure `node-red-contrib-bytes-modpackqt` is also installed before importing
|
|
|
202
190
|
|
|
203
191
|
## Reporting bugs & getting updates
|
|
204
192
|
|
|
205
|
-
- **Bugs / feature requests:**
|
|
206
|
-
|
|
207
|
-
- **Security issues:** see [`SECURITY.md`](./SECURITY.md) — please report
|
|
208
|
-
privately to **support@modpackqt.com**.
|
|
193
|
+
- **Bugs / feature requests:** use our [contact page](https://modpackqt.com/contact).
|
|
194
|
+
- **Security issues:** report privately via the [security page](https://modpackqt.com/security).
|
|
209
195
|
- **Updates are never automatic.** Node-RED's palette manager will show
|
|
210
196
|
"update available" when we publish a new version — you choose when to
|
|
211
197
|
upgrade. Pin a major version (`^2.0.0`) in production.
|
|
212
|
-
- **Changelog:**
|
|
213
|
-
[semver](https://semver.org/) — patch releases for bug fixes only.
|
|
214
|
-
- **Paid customers** get
|
|
215
|
-
releases.
|
|
198
|
+
- **Changelog:** the `CHANGELOG.md` file is shipped inside this package. We
|
|
199
|
+
follow [semver](https://semver.org/) — patch releases for bug fixes only.
|
|
200
|
+
- **Paid customers** get notice for security and breaking-change releases.
|
|
216
201
|
|
|
217
202
|
---
|
|
218
203
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-modbus-modpackqt",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.5",
|
|
4
4
|
"description": "Node-RED Modbus nodes — embedded Modbus TCP/RTU master + slave server, no extra apps required. By ModPackQT. FC1/FC2/FC3/FC4 reads, FC5/FC6/FC15/FC16 writes, a built-in slave register store, and a free passive traffic monitor for debugging.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node-red",
|
|
@@ -22,13 +22,8 @@
|
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"author": "ModPackQT",
|
|
24
24
|
"homepage": "https://modpackqt.com/nodered",
|
|
25
|
-
"repository": {
|
|
26
|
-
"type": "git",
|
|
27
|
-
"url": "git+https://github.com/modpackqt/node-red-contrib-modbus-modpackqt.git"
|
|
28
|
-
},
|
|
29
25
|
"bugs": {
|
|
30
|
-
"url": "https://
|
|
31
|
-
"email": "support@modpackqt.com"
|
|
26
|
+
"url": "https://modpackqt.com/contact"
|
|
32
27
|
},
|
|
33
28
|
"engines": {
|
|
34
29
|
"node": ">=14"
|