From eb389e429e3c17530ac078ef113630048a0d768e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 12 Feb 2024 07:41:50 +0100 Subject: [PATCH] Revert "Document scan_interval support for RESTful switch (#31330)" (#31348) This reverts commit a60dd28b656620e5d0f9d55ba27a279276c1f1c0. --- source/_integrations/switch.rest.markdown | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/_integrations/switch.rest.markdown b/source/_integrations/switch.rest.markdown index f6e0b7ac0e5..4741bc8a318 100644 --- a/source/_integrations/switch.rest.markdown +++ b/source/_integrations/switch.rest.markdown @@ -96,11 +96,6 @@ verify_ssl: required: false type: boolean default: true -scan_interval: - description: Define the frequency for calling the REST endpoint to get the current state in seconds. - required: false - type: integer - default: 30 {% endconfiguration %}