Documentation for modbus timeout PR (#3570)

* Documentation for modbus timeout PR

* Documentation aligned with the general guidelines.
This commit is contained in:
ziotibia81 2017-10-09 23:51:41 +02:00 committed by Fabian Affolter
parent f597f65f0e
commit b2032b2caf

View File

@ -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 %}