mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Add docs for mqtt
This commit is contained in:
parent
020dcb4561
commit
3a493bb65f
@ -155,4 +155,20 @@ Topic to adjust motion contour area for a camera. Expected value is an integer.
|
|||||||
|
|
||||||
### `frigate/<camera_name>/motion_contour_area/state`
|
### `frigate/<camera_name>/motion_contour_area/state`
|
||||||
|
|
||||||
Topic with current motion contour area for a camera. Published value is an integer.
|
Topic with current motion contour area for a camera. Published value is an integer.
|
||||||
|
### `frigate/<camera_name>/birdseye/set`
|
||||||
|
|
||||||
|
Topic to turn birdseye for a camera on and off. Expected valures are `ON` and `OFF`.
|
||||||
|
|
||||||
|
### `frigate/camera_name>/birdseye/state`
|
||||||
|
|
||||||
|
Topic with current state of birdseye for a camera. Published valeus are `ON` and `OFF`.
|
||||||
|
|
||||||
|
### `frigate/camera_name>/birdseye/mode/set`
|
||||||
|
|
||||||
|
Topic to set birdseye mode for a camera. Expected values are `continuous`, `objects`, and `motion`.
|
||||||
|
|
||||||
|
### `frigate/<camera_name>/birdseye/mode`
|
||||||
|
|
||||||
|
Topic with current birdseye mode for a camera. Published values are `continuous`, `objects`, and `motion`.
|
||||||
|
>>>>>>> adb6126 (Add docs for mqtt)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user