From ecd1f7b2caadb82d97793aceb318acde9d3781d6 Mon Sep 17 00:00:00 2001 From: pkkrusty <79770016+pkkrusty@users.noreply.github.com> Date: Mon, 26 Jun 2023 17:52:52 +0000 Subject: [PATCH 1/2] Update command structure Add detail to command structure --- docs/Modbus-Bridge.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Modbus-Bridge.md b/docs/Modbus-Bridge.md index 5cb6d90c68..fcfff49836 100644 --- a/docs/Modbus-Bridge.md +++ b/docs/Modbus-Bridge.md @@ -68,9 +68,9 @@ int32|Return or send the slave data as a 32 bits signed int ### Additional commands for USE_MODBUS_BRIDGE_TCP Command|Parameters :---|:--- -ModbusTCPStart| Start the Modbus TCP bridge on the specified `tcp port` -ModbusTCPConnect| Connect to a remote Modbus TCP server on `ip address` and `remote tcp port` -ModbusTCPMqtt| Send results queried by tcp modbus client also to mqtt when parameter is 1 +ModbusTCPStart | Start the Modbus TCP bridge on the specified `tcp port` +ModbusTCPConnect ,| Connect to a remote Modbus TCP server on `ip address` and `remote tcp port` +ModbusTCPMqtt | Send results queried by tcp modbus client also to mqtt when parameter is 1 ## Returned Data ```json From 92b9a3d0f88c628e5b14c529b75977ea831934ac Mon Sep 17 00:00:00 2001 From: blakadder Date: Tue, 27 Jun 2023 13:14:41 +0200 Subject: [PATCH 2/2] Update Modbus-Bridge.md --- docs/Modbus-Bridge.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Modbus-Bridge.md b/docs/Modbus-Bridge.md index fcfff49836..a142cba6e0 100644 --- a/docs/Modbus-Bridge.md +++ b/docs/Modbus-Bridge.md @@ -68,9 +68,9 @@ int32|Return or send the slave data as a 32 bits signed int ### Additional commands for USE_MODBUS_BRIDGE_TCP Command|Parameters :---|:--- -ModbusTCPStart | Start the Modbus TCP bridge on the specified `tcp port` -ModbusTCPConnect ,| Connect to a remote Modbus TCP server on `ip address` and `remote tcp port` -ModbusTCPMqtt | Send results queried by tcp modbus client also to mqtt when parameter is 1 +ModbusTCPStart | `` = start the Modbus TCP bridge on the specified port +ModbusTCPConnect | `,` = connect to a remote Modbus TCP server on remote tcp `portĖ™` and `ip_address` +ModbusTCPMqtt| `` = send results queried by tcp modbus client also to mqtt when parameter is 1 ## Returned Data ```json