From fa730441bfc6ce60b4b3db79155304a0c308fe05 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 26 May 2025 07:49:22 -0500 Subject: [PATCH] mqtt docs --- docs/docs/integrations/mqtt.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index d6dcaa3fb..f09aceb9d 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -125,7 +125,7 @@ Message published for updates to tracked object metadata, for example: "name": "John", "score": 0.95, "camera": "front_door_cam", - "timestamp": 1607123958.748393, + "timestamp": 1607123958.748393 } ``` @@ -139,7 +139,17 @@ Message published for updates to tracked object metadata, for example: "plate": "123ABC", "score": 0.95, "camera": "driveway_cam", - "timestamp": 1607123958.748393, + "timestamp": 1607123958.748393 +} +``` + +#### Live Audio Transcription Update + +```json +{ + "type": "transcription", + "text": "Hello Johnny, are you home?", + "camera": "doorbell" } ```