From fee644ef8445303c133494eb001fdd60814fa028 Mon Sep 17 00:00:00 2001 From: Vinod S R Date: Tue, 22 Sep 2020 19:35:44 +0530 Subject: [PATCH] Updated the topics in the README (new event) --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index d3f37a539..90a5ccdb1 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,19 @@ Publishes `ON` or `OFF` and is designed to be used a as a binary sensor in HomeA Publishes a jpeg encoded frame of the detected object type. When the object is no longer detected, the highest confidence image is published or the original image is published again. +### frigate///event +Publishes a jpeg encoded frame as well as data of the detected object in the same message. The message will have the below format +```json +{ + "image": "", + "status": "ON/OFF", + "label": "person", + "score" : 0.76354, + "start_time" : 1594298020.819046, + "id": "1594298020.819046-0" +} +``` + ### frigate//events/start Message published at the start of any tracked object. JSON looks as follows: ```json