Adding camera to tracked_object_update

Make it easier to get the camera name in the tracked_object_update
This commit is contained in:
Tue Topholm 2025-01-24 20:10:07 +01:00 committed by GitHub
parent 6d8234fa27
commit 5ef0b03681
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
} }
), ),
) )