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

View File

@@ -143,6 +143,7 @@ class Dispatcher:
"type": TrackedObjectUpdateTypesEnum.description,
"id": event.id,
"description": event.data["description"],
"camera": event.camera,
}
),
)