friage: Store recordings for 7 days
This commit is contained in:
parent
8136e10758
commit
1ff4842775
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@ detectors:
|
||||||
type: edgetpu
|
type: edgetpu
|
||||||
device: usb
|
device: usb
|
||||||
|
|
||||||
|
record:
|
||||||
|
enabled: true
|
||||||
|
retain:
|
||||||
|
days: 7
|
||||||
|
mode: motion
|
||||||
|
|
||||||
cameras:
|
cameras:
|
||||||
{% for camera in cctv_cameras %}
|
{% for camera in cctv_cameras %}
|
||||||
{{ camera.name }}:
|
{{ camera.name }}:
|
||||||
|
|
Loading…
Add table
Reference in a new issue