forked from Github/frigate
Improve review mqtt topic (#11072)
* Don't request preview for current hour and fix content type * Send before / after on messages * Send before / after for end * Handle specific cases * remove log * Fix update type
This commit is contained in:
@@ -31,7 +31,8 @@ type FrigateObjectState = {
|
||||
|
||||
export interface FrigateReview {
|
||||
type: "new" | "update" | "end";
|
||||
review: ReviewSegment;
|
||||
before: ReviewSegment;
|
||||
after: ReviewSegment;
|
||||
}
|
||||
|
||||
export interface FrigateEvent {
|
||||
|
||||
Reference in New Issue
Block a user