node-red-contrib-modbus-modpackqt 2.0.4 → 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 CHANGED
@@ -4,6 +4,13 @@ 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
+
7
14
  ## [2.0.4] — 2026-05-09
8
15
 
9
16
  ### 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 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-modbus-modpackqt",
3
- "version": "2.0.4",
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",