Changes for 0.15.0
This commit is contained in:
@@ -49,9 +49,14 @@ let
|
||||
days = cfg.retention.default;
|
||||
mode = "motion";
|
||||
};
|
||||
events.retain = {
|
||||
detections.retain = {
|
||||
default = cfg.retention.events;
|
||||
mode = "active_objects";
|
||||
mode = "motion";
|
||||
objects = cfg.retention.objects;
|
||||
};
|
||||
alerts.retain = {
|
||||
default = cfg.retention.events;
|
||||
mode = "motion";
|
||||
objects = cfg.retention.objects;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user