diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index 57bf9a9fb..cdf4fb637 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -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`. +### `frigate//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//motion/state` + +Topic with current state of motion detection for a camera. Published values are `ON` and `OFF`. + ### `frigate//improve_contrast/set` Topic to turn improve_contrast for a camera on and off. Expected values are `ON` and `OFF`.