diff --git a/web/src/types/frigateConfig.ts b/web/src/types/frigateConfig.ts index 1b3dbd3f3..1f0d4c24a 100644 --- a/web/src/types/frigateConfig.ts +++ b/web/src/types/frigateConfig.ts @@ -391,6 +391,12 @@ export interface FrigateConfig { colormap: { [key: string]: [number, number, number] }; attributes_map: { [key: string]: [string] }; all_attributes: [string]; + plus?: { + name: string; + trainDate: string; + baseModel: string; + supportedDetectors: string[]; + }; }; motion: Record | null;