mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-01-31 00:18:55 +01:00
Adding camera to tracked_object_update
Make it easier to get the camera name in the tracked_object_update
This commit is contained in:
parent
6d8234fa27
commit
5ef0b03681
@ -143,6 +143,7 @@ class Dispatcher:
|
|||||||
"type": TrackedObjectUpdateTypesEnum.description,
|
"type": TrackedObjectUpdateTypesEnum.description,
|
||||||
"id": event.id,
|
"id": event.id,
|
||||||
"description": event.data["description"],
|
"description": event.data["description"],
|
||||||
|
"camera": event.camera,
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user