mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-05 13:07:44 +03:00
add fields to frontend type
This commit is contained in:
parent
0e515ac6da
commit
3539e50ed4
@ -391,6 +391,12 @@ export interface FrigateConfig {
|
|||||||
colormap: { [key: string]: [number, number, number] };
|
colormap: { [key: string]: [number, number, number] };
|
||||||
attributes_map: { [key: string]: [string] };
|
attributes_map: { [key: string]: [string] };
|
||||||
all_attributes: [string];
|
all_attributes: [string];
|
||||||
|
plus?: {
|
||||||
|
name: string;
|
||||||
|
trainDate: string;
|
||||||
|
baseModel: string;
|
||||||
|
supportedDetectors: string[];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
motion: Record<string, unknown> | null;
|
motion: Record<string, unknown> | null;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user