mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-04 18:25:22 +03:00
Return sub_labels in event summary information.
This commit is contained in:
parent
962bdc7fa5
commit
c7c5cf6f1a
@ -111,6 +111,7 @@ def events_summary():
|
||||
Event.select(
|
||||
Event.camera,
|
||||
Event.label,
|
||||
Event.sub_label,
|
||||
fn.strftime(
|
||||
"%Y-%m-%d",
|
||||
fn.datetime(
|
||||
@ -124,6 +125,7 @@ def events_summary():
|
||||
.group_by(
|
||||
Event.camera,
|
||||
Event.label,
|
||||
Event.sub_label,
|
||||
fn.strftime(
|
||||
"%Y-%m-%d",
|
||||
fn.datetime(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user