From cc079b4f4456c108609818f8821aa915c4b87f76 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sat, 14 May 2022 11:31:51 -0600 Subject: [PATCH] Clarify motion detector behavior in docs --- docs/docs/integrations/mqtt.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index 399113f5a..43ecb2b74 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -125,8 +125,9 @@ NOTE: Turning off motion detection will fail if detection is not disabled. ### `frigate//motion` -Whether camera_name is currently detecting motion. Expected valeus are `ON` and `OFF`. -NOTE: Will reset to `OFF` after configurable amount of time (30 seconds by default). +Whether camera_name is currently detecting motion. Expected values are `ON` and `OFF`. +NOTE: After motion is initially detected, `ON` will be set until no motion has +been detected for `motion_off_delay` seconds (30 by default). ### `frigate//motion/state`