node-red-contrib-modbus-modpackqt 2.0.0 → 2.0.1
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 +9 -1
- package/README.md +6 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,15 @@ 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.
|
|
7
|
+
## [2.0.1] — 2026-05-09
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- **README:** moved the production safety notice from the top of the README to
|
|
12
|
+
the bottom and trimmed it to one line. Full safe-use checklist remains in
|
|
13
|
+
[`DISCLAIMER.md`](./DISCLAIMER.md). No code or behavior changes.
|
|
14
|
+
|
|
15
|
+
## [2.0.0] — 2026-05-09
|
|
8
16
|
|
|
9
17
|
### ⚠️ Breaking changes
|
|
10
18
|
|
package/README.md
CHANGED
|
@@ -19,21 +19,6 @@ By [ModPackQT](https://modpackqt.com).
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
-
> ## ⚠️ Read before deploying in production
|
|
23
|
-
>
|
|
24
|
-
> This software writes to industrial control equipment. A wrong write can damage
|
|
25
|
-
> equipment, ruin a batch, or cause a safety incident.
|
|
26
|
-
>
|
|
27
|
-
> - **Test against the embedded slave server first** — never wire a new write
|
|
28
|
-
> directly to a real device.
|
|
29
|
-
> - **Not for safety-instrumented systems** (SIS / SIL-rated loops). This is
|
|
30
|
-
> for monitoring and supervisory control, not safety interlocks.
|
|
31
|
-
> - **You are responsible** for what your flows do. See
|
|
32
|
-
> [`DISCLAIMER.md`](./DISCLAIMER.md) for the full safe-use checklist and
|
|
33
|
-
> [`LICENSE`](./LICENSE) for the legal terms.
|
|
34
|
-
|
|
35
|
-
---
|
|
36
|
-
|
|
37
22
|
## Install
|
|
38
23
|
|
|
39
24
|
**Recommended (one shot):** install both palettes — Modbus + decoders — together.
|
|
@@ -244,6 +229,12 @@ Make sure `node-red-contrib-bytes-modpackqt` is also installed before importing
|
|
|
244
229
|
|
|
245
230
|
---
|
|
246
231
|
|
|
232
|
+
## ⚠️ Read before deploying in production
|
|
233
|
+
|
|
234
|
+
Test new writes against the embedded slave server before wiring them to a real device. **Not for safety-instrumented systems (SIS / SIL).** See [`DISCLAIMER.md`](./DISCLAIMER.md) for the full safe-use checklist and [`LICENSE`](./LICENSE) for legal terms.
|
|
235
|
+
|
|
236
|
+
---
|
|
237
|
+
|
|
247
238
|
## License
|
|
248
239
|
|
|
249
240
|
MIT — © ModPackQT
|
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.1",
|
|
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",
|