From 692e58498eddd0f45f89d3cdcaae8bdd7994d87d Mon Sep 17 00:00:00 2001 From: jan iversen Date: Sat, 8 May 2021 13:39:21 +0200 Subject: [PATCH] Describe "delay" for modbus (#17703) * Describe "delay" for modbus. * Update source/_integrations/modbus.markdown Co-authored-by: Martin Hjelmare Co-authored-by: Martin Hjelmare --- source/_integrations/modbus.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 69ffcf33ed8..4324599425c 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -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