Update mqtt docs

This commit is contained in:
Nick Mowen 2022-05-01 12:56:44 -06:00
parent 488724159f
commit 0749f271f5

View File

@ -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`.
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`
Topic with current state of motion detection for a camera. Published values are `ON` and `OFF`.