mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
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
@ -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…
x
Reference in New Issue
Block a user