forked from Github/frigate
Implement alerts when a potential problem is detected (#10734)
* Implement alerts on statusbar when a potential problem is detected * Add alert to mobile
This commit is contained in:
@@ -58,3 +58,8 @@ export type StorageStats = {
|
||||
used: number;
|
||||
mount_type: string;
|
||||
};
|
||||
|
||||
export type PotentialProblem = {
|
||||
text: string;
|
||||
color: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user