Compare commits

...

2 Commits

Author SHA1 Message Date
Kai Curry
90237c31a5 rm obvious lpr comments 2026-02-09 17:59:13 -01:00
Kai Curry
91ab990034 fix (expand) lpr doc link 2026-02-09 17:09:26 -01:00

View File

@ -149,15 +149,15 @@ Published after each recognition attempt, regardless of whether the score meets
#### License Plate Recognition Update
Published when a license plate is recognized on a car object. See the [License Plate Recognition](/configuration/lpr) documentation for details.
Published when a license plate is recognized on a car object. See the [License Plate Recognition](/configuration/license_plate_recognition) documentation for details.
```json
{
"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
}