From b2032b2caf1c400095960873ceb07d2274cd577d Mon Sep 17 00:00:00 2001 From: ziotibia81 Date: Mon, 9 Oct 2017 23:51:41 +0200 Subject: [PATCH] Documentation for modbus timeout PR (#3570) * Documentation for modbus timeout PR * Documentation aligned with the general guidelines. --- source/_components/modbus.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/modbus.markdown b/source/_components/modbus.markdown index ff2a552fc34..f673298d82e 100644 --- a/source/_components/modbus.markdown +++ b/source/_components/modbus.markdown @@ -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 %}