Clarify motion detector behavior in docs

This commit is contained in:
Nick Mowen 2022-05-14 11:31:51 -06:00
parent 49ebd1db06
commit cc079b4f44

View File

@ -125,8 +125,9 @@ NOTE: Turning off motion detection will fail if detection is not disabled.
### `frigate/<camera_name>/motion` ### `frigate/<camera_name>/motion`
Whether camera_name is currently detecting motion. Expected valeus are `ON` and `OFF`. Whether camera_name is currently detecting motion. Expected values are `ON` and `OFF`.
NOTE: Will reset to `OFF` after configurable amount of time (30 seconds by default). 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/<camera_name>/motion/state` ### `frigate/<camera_name>/motion/state`