Add MQTT topic to expose current camera review status

This commit is contained in:
Nicolas Mowen
2025-03-20 10:38:44 -06:00
parent d84fd324b2
commit 0bcc1f4ccb
2 changed files with 7 additions and 0 deletions

View File

@@ -305,6 +305,10 @@ Topic to adjust motion contour area for a camera. Expected value is an integer.
Topic with current motion contour area for a camera. Published value is an integer.
### `frigate/<camera_name>/review_status`
Topic with current activity status of the camera. Possible values are `NONE`, `DETECTION`, or `ALERT`.
### `frigate/<camera_name>/ptz`
Topic to send PTZ commands to camera.