Add toggle command to cover REST API commands (#3658)

This commit is contained in:
Nate Clark 2024-03-04 16:55:13 -05:00 committed by GitHub
parent f3c10ed34b
commit 6d1ed9878e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ stopped midway. An example GET request for ``/cover/front_window_blinds`` might
- **tilt**: (only if supported by this cover component) tilt angle from 0.0 to 1.0. - **tilt**: (only if supported by this cover component) tilt angle from 0.0 to 1.0.
POST requests on the other hand allow performing actions on the cover, the available POST requests on the other hand allow performing actions on the cover, the available
methods being ``open``, ``close``, ``stop`` and ``set``. The following parameters methods being ``open``, ``close``, ``stop``, ``toggle`` and ``set``. The following parameters
can be used: can be used:
- **position**: The target position for a ``set`` call. The ``open`` method implies - **position**: The target position for a ``set`` call. The ``open`` method implies