Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update command structure #1245

Merged
merged 2 commits into from
Jun 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/Modbus-Bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `<port>` = start the Modbus TCP bridge on the specified port
ModbusTCPConnect | `<port>,<ip_address>` = connect to a remote Modbus TCP server on remote tcp `port˙` and `ip_address`
ModbusTCPMqtt| `<x>` = send results queried by tcp modbus client also to mqtt when parameter is 1

## Returned Data
```json
Expand Down