Changes for 0.15.0
This commit is contained in:
parent
4f176eeb90
commit
1c34a4cd9d
@ -49,9 +49,14 @@ let
|
|||||||
days = cfg.retention.default;
|
days = cfg.retention.default;
|
||||||
mode = "motion";
|
mode = "motion";
|
||||||
};
|
};
|
||||||
events.retain = {
|
detections.retain = {
|
||||||
default = cfg.retention.events;
|
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;
|
objects = cfg.retention.objects;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user