This commit is contained in:
2025-12-01 09:14:07 +00:00
parent 67e65a8c9d
commit 007c8bc9c1
16 changed files with 82 additions and 71 deletions

View File

@@ -126,11 +126,15 @@ in
days = 2;
mode = "all";
};
events = {
pre_capture = 5;
post_capture = 5;
alerts = {
retain = {
default = 5;
days = 5;
mode = "motion";
};
};
detections = {
retain = {
days = 5;
mode = "motion";
};
};