From 31e48f8aeabc91af5a16146c385372768751083e Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:56:50 -0600 Subject: [PATCH] update reference config --- docs/docs/configuration/reference.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/configuration/reference.md b/docs/docs/configuration/reference.md index bb7ae49a3..3890a48f0 100644 --- a/docs/docs/configuration/reference.md +++ b/docs/docs/configuration/reference.md @@ -329,6 +329,8 @@ objects: review: # Optional: alerts configuration alerts: + # Optional: enables alerts for the camera (default: True) + enabled: True # Optional: labels that qualify as an alert (default: shown below) labels: - car @@ -341,6 +343,8 @@ review: - driveway # Optional: detections configuration detections: + # Optional: enables detections for the camera (default: True) + enabled: True # Optional: labels that qualify as a detection (default: all labels that are tracked / listened to) labels: - car