forked from Github/frigate
Implement Review Filters (#10031)
* Get cameras filter working * Implement label and review filters * Fix * Add time selection * Cleanup * Cleanup * cleanup * remove commented code * Fix
This commit is contained in:
@@ -19,3 +19,11 @@ export type ReviewData = {
|
||||
significant_motion_areas: number[];
|
||||
zones: string[];
|
||||
};
|
||||
|
||||
export type ReviewFilter = {
|
||||
cameras?: string[];
|
||||
labels?: string[];
|
||||
before?: number;
|
||||
after?: number;
|
||||
showReviewed?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user