mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Update mqtt docs
This commit is contained in:
parent
a973605e2e
commit
5f10b0f6a9
@ -118,6 +118,15 @@ Topic to turn snapshots for a camera on and off. Expected values are `ON` and `O
|
|||||||
|
|
||||||
Topic with current state of snapshots for a camera. Published values are `ON` and `OFF`.
|
Topic with current state of snapshots for a camera. Published values are `ON` and `OFF`.
|
||||||
|
|
||||||
|
### `frigate/<camera_name>/motion/set`
|
||||||
|
|
||||||
|
Topic to turn motion detection for a camera on and off. Expected values are `ON` and `OFF`.
|
||||||
|
NOTE: Turning off motion detection will fail if detection is not disabled.
|
||||||
|
|
||||||
|
### `frigate/<camera_name>/motion/state`
|
||||||
|
|
||||||
|
Topic with current state of motion detection for a camera. Published values are `ON` and `OFF`.
|
||||||
|
|
||||||
### `frigate/<camera_name>/improve_contrast/set`
|
### `frigate/<camera_name>/improve_contrast/set`
|
||||||
|
|
||||||
Topic to turn improve_contrast for a camera on and off. Expected values are `ON` and `OFF`.
|
Topic to turn improve_contrast for a camera on and off. Expected values are `ON` and `OFF`.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user