diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index cdf4fb637..7688cf284 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -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//motion/detected` + +Whether camera_name is currently detecting motion. Will reset to False after configurable amount of time (30 seconds by default). + ### `frigate//motion/state` Topic with current state of motion detection for a camera. Published values are `ON` and `OFF`.