From a60dd28b656620e5d0f9d55ba27a279276c1f1c0 Mon Sep 17 00:00:00 2001 From: holysoles <31580846+holysoles@users.noreply.github.com> Date: Fri, 9 Feb 2024 02:24:12 -0600 Subject: [PATCH] Document scan_interval support for RESTful switch (#31330) * Update switch.rest.markdown * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/switch.rest.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/switch.rest.markdown b/source/_integrations/switch.rest.markdown index 4741bc8a318..f6e0b7ac0e5 100644 --- a/source/_integrations/switch.rest.markdown +++ b/source/_integrations/switch.rest.markdown @@ -96,6 +96,11 @@ 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 %}