mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Describe "delay" for modbus (#17703)
* Describe "delay" for modbus. * Update source/_integrations/modbus.markdown Co-authored-by: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
8bc9d706a3
commit
692e58498e
@ -49,7 +49,7 @@ modbus:
|
||||
|
||||
{% configuration %}
|
||||
delay:
|
||||
description: Time to sleep in seconds after connecting and before sending messages. Some modbus-tcp servers need a short delay typically 1-2 seconds in order to prepare the communication. If a server accepts connecting, but there is no response to the requests send, this parameter might help.
|
||||
description: Time to delay messages in seconds after connecting. Some modbus devices need a delay typically 1-2 seconds after connection is established in order to prepare the communication. If a device accepts connecting with no response to the requests sent or the device disconnects, this parameter might help.
|
||||
required: false
|
||||
default: 0
|
||||
type: integer
|
||||
|
Loading…
x
Reference in New Issue
Block a user