diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index 2a2195abd..e4613bdf7 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -157,4 +157,15 @@ Topic to adjust motion contour area for a camera. Expected value is an integer. ### `frigate//motion_contour_area/state` -Topic with current motion contour area for a camera. Published value is an integer. \ No newline at end of file +Topic with current motion contour area for a camera. Published value is an integer. + +### `frigate//ptz` + +Topic to send PTZ commands to camera. + +| Command | Description | +| -------------------- | --------------------------------------------------------------------------------------- | +| preset- | send command to move to preset with name | +| MOVE_ | send command to continuously move in , possible values are [UP, DOWN, LEFT, RIGHT] | +| ZOOM_ | send command to continuously zoom , possible values are [IN, OUT] | +| STOP | send command to stop moving | \ No newline at end of file