From 90237c31a5ed79de439838975a107cc93b3c2c4e Mon Sep 17 00:00:00 2001 From: Kai Curry Date: Mon, 9 Feb 2026 17:59:13 -0100 Subject: [PATCH] rm obvious lpr comments --- docs/docs/integrations/mqtt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index 44f320e47..66775a473 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -156,8 +156,8 @@ Published when a license plate is recognized on a car object. See the [License P "type": "lpr", "id": "1607123955.475377-mxklsc", "name": "John's Car", // known name for the plate, or null - "plate": "123ABC", // recognized plate string - "score": 0.95, // recognition confidence + "plate": "123ABC", + "score": 0.95, "camera": "driveway_cam", "timestamp": 1607123958.748393 }