From c330648d4757b6d55d3a43ad802ff741e2968ec7 Mon Sep 17 00:00:00 2001 From: Tue Topholm Date: Fri, 24 Jan 2025 20:16:54 +0100 Subject: [PATCH] Adding camera to tracked_object_update Adding camera to tracked_object_update --- docs/docs/integrations/mqtt.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index 194821cbd..7cc78ffe0 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -102,7 +102,8 @@ Message published for updates to tracked object metadata, for example when GenAI { "type": "description", "id": "1607123955.475377-mxklsc", - "description": "The car is a red sedan moving away from the camera." + "description": "The car is a red sedan moving away from the camera.", + "camera": "front_door" } ```