mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-03 13:54:55 +03:00
frontend types
This commit is contained in:
parent
76ecee92eb
commit
20b3cdf5e7
@ -28,6 +28,9 @@ export type CameraStats = {
|
||||
expected_fps: number;
|
||||
reconnects_last_hour: number;
|
||||
stalls_last_hour: number;
|
||||
ffmpeg_cpu?: string;
|
||||
capture_cpu?: string;
|
||||
detect_cpu?: string;
|
||||
};
|
||||
|
||||
export type CpuStats = {
|
||||
@ -42,6 +45,8 @@ export type DetectorStats = {
|
||||
inference_speed: number;
|
||||
pid: number;
|
||||
temperature?: number;
|
||||
cpu?: string;
|
||||
mem?: string;
|
||||
};
|
||||
|
||||
export type EmbeddingsStats = {
|
||||
@ -53,6 +58,8 @@ export type EmbeddingsStats = {
|
||||
|
||||
export type ExtraProcessStats = {
|
||||
pid: number;
|
||||
cpu?: string;
|
||||
mem?: string;
|
||||
};
|
||||
|
||||
export type GpuStats = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user