Fix small audio events details (#6978)

* Fix missed audio details

* Add mqtt docs

* Delete instead of setting to None
This commit is contained in:
Nicolas Mowen
2023-07-01 11:19:14 -05:00
committed by GitHub
parent c3b313a70d
commit 7ee17c7af8
4 changed files with 15 additions and 5 deletions
+10 -2
View File
@@ -109,11 +109,19 @@ Same data available at `/api/stats` published at a configurable interval.
### `frigate/<camera_name>/detect/set`
Topic to turn detection for a camera on and off. Expected values are `ON` and `OFF`.
Topic to turn object detection for a camera on and off. Expected values are `ON` and `OFF`.
### `frigate/<camera_name>/detect/state`
Topic with current state of detection for a camera. Published values are `ON` and `OFF`.
Topic with current state of object detection for a camera. Published values are `ON` and `OFF`.
### `frigate/<camera_name>/audio/set`
Topic to turn audio detection for a camera on and off. Expected values are `ON` and `OFF`.
### `frigate/<camera_name>/audio/state`
Topic with current state of audio detection for a camera. Published values are `ON` and `OFF`.
### `frigate/<camera_name>/recordings/set`