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
488724159f
commit
0749f271f5
@ -123,6 +123,10 @@ Topic with current state of snapshots for a camera. Published values are `ON` an
|
|||||||
Topic to turn motion detection for a camera on and off. Expected values are `ON` and `OFF`.
|
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.
|
NOTE: Turning off motion detection will fail if detection is not disabled.
|
||||||
|
|
||||||
|
### `frigate/<camera_name>/motion/detected`
|
||||||
|
|
||||||
|
Whether camera_name is currently detecting motion. Will reset to False after configurable amount of time (30 seconds by default).
|
||||||
|
|
||||||
### `frigate/<camera_name>/motion/state`
|
### `frigate/<camera_name>/motion/state`
|
||||||
|
|
||||||
Topic with current state of motion detection for a camera. Published values are `ON` and `OFF`.
|
Topic with current state of motion detection for a camera. Published values are `ON` and `OFF`.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user