Documentation for modbus timeout PR (#3570)
* Documentation for modbus timeout PR * Documentation aligned with the general guidelines.
This commit is contained in:
parent
f597f65f0e
commit
b2032b2caf
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,7 @@ Configuration variables:
|
|||
- **type** (*Required*): Type of the connection to Modbus.
|
||||
- **host** (*Required*): The IP address of your Modbus device, eg. 192.168.1.1.
|
||||
- **port** (*Required*): The port for the communication.
|
||||
- **timeout** (*Optional*): Timeout for slave response in seconds. (default: 3)
|
||||
|
||||
For a serial connection:
|
||||
|
||||
|
@ -57,6 +58,7 @@ Configuration variables:
|
|||
- **stopbits** (*Required*): The stopbits for the serial connection.
|
||||
- **bytesize** (*Required*): The bytesize for the serial connection.
|
||||
- **parity** (*Required*): The parity for the serial connection.
|
||||
- **timeout** (*Optional*): Timeout for slave response in seconds. (default: 3)
|
||||
|
||||
### {% linkable_title Services %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue