From 4bbe0a21e8ffa33bc344ebdf243588caadbb998c Mon Sep 17 00:00:00 2001 From: jan iversen Date: Sat, 16 Sep 2023 21:18:39 +0200 Subject: [PATCH] remove retry_on_empty. (#28899) --- source/_integrations/modbus.markdown | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/_integrations/modbus.markdown b/source/_integrations/modbus.markdown index 3736653b2a6..dfc450181f3 100644 --- a/source/_integrations/modbus.markdown +++ b/source/_integrations/modbus.markdown @@ -59,11 +59,6 @@ retries: required: false default: 3 type: integer -retry_on_empty: - description: "Retry request, when receiving an empty message." - required: false - default: false - type: boolean timeout: description: "Timeout while waiting for a response in seconds." required: false @@ -126,7 +121,6 @@ modbus: delay: 0 message_wait_milliseconds: 30 retries: 3 - retry_on_empty: false timeout: 5 ``` @@ -175,7 +169,6 @@ modbus: delay: 0 message_wait_milliseconds: 30 retries: 3 - retry_on_empty: false timeout: 5 ``` @@ -220,7 +213,6 @@ modbus: delay: 0 message_wait_milliseconds: 30 retries: 3 - retry_on_empty: false timeout: 5 ``` @@ -317,7 +309,6 @@ modbus: delay: 0 message_wait_milliseconds: 30 retries: 3 - retry_on_empty: false timeout: 5 ```