From 16c1efa37af0db807e99fdb64de239b9c5b916b9 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 1 Feb 2025 12:02:28 -0600 Subject: [PATCH] add inertia to speed threshold example --- docs/docs/configuration/zones.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/configuration/zones.md b/docs/docs/configuration/zones.md index c194913bb..1d1e66c27 100644 --- a/docs/docs/configuration/zones.md +++ b/docs/docs/configuration/zones.md @@ -175,5 +175,6 @@ cameras: sidewalk: coordinates: ... distances: ... + inertia: 1 speed_threshold: 20 # unit is in kph or mph, depending on how unit_system is set (see above) ```