Document scan_interval support for RESTful switch (#31330)

* Update switch.rest.markdown

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
holysoles 2024-02-09 02:24:12 -06:00 committed by GitHub
parent 45c5acb46d
commit a60dd28b65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}
<div class='note warning'>