* Add onConnect to mqtt and doucment

* Add play pause via mouse click
This commit is contained in:
Nicolas Mowen
2024-09-26 08:12:15 -06:00
committed by GitHub
parent a6ccb37683
commit 35a4460334
3 changed files with 28 additions and 12 deletions

View File

@@ -147,6 +147,10 @@ Message published for each changed review item. The first message is published w
Same data available at `/api/stats` published at a configurable interval.
### `frigate/camera_activity`
Returns data about each camera, its current features, and if it is detecting motion, objects, etc. Can be triggered by publising to `frigate/onConnect`
### `frigate/notifications/set`
Topic to turn notifications on and off. Expected values are `ON` and `OFF`.