Add MQTT docs for PTZ

This commit is contained in:
Nick Mowen 2023-01-20 08:57:54 -07:00
parent 6dc1d3e906
commit f87b8b4999

View File

@ -158,3 +158,14 @@ Topic to adjust motion contour area for a camera. Expected value is an integer.
### `frigate/<camera_name>/motion_contour_area/state`
Topic with current motion contour area for a camera. Published value is an integer.
### `frigate/<camera_name>/ptz`
Topic to send PTZ commands to camera.
| Command | Description |
| -------------------- | --------------------------------------------------------------------------------------- |
| preset-<preset_name> | send command to move to preset with name <preset_name> |
| MOVE_<dir> | send command to continuously move in <dir>, possible values are [UP, DOWN, LEFT, RIGHT] |
| ZOOM_<dir> | send command to continuously zoom <dir>, possible values are [IN, OUT] |
| STOP | send command to stop moving |