diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index fa6950f7ecc..3960ab054cb 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -53,6 +53,11 @@ timeout: required: false default: 3 type: integer +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. + required: false + default: 0 + type: integer {% endconfiguration %} ### Serial connection