From 5f10b0f6a9317f1070dd1e3ca03097aad8079891 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 17 Apr 2022 15:36:04 -0600 Subject: [PATCH] Update mqtt docs --- docs/docs/integrations/mqtt.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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`.