diff --git a/frigate/types.py b/frigate/types.py index d65c601fb..f582c6c0f 100644 --- a/frigate/types.py +++ b/frigate/types.py @@ -14,6 +14,7 @@ class CameraMetricsTypes(TypedDict): detection_frame: Synchronized ffmpeg_pid: Synchronized frame_queue: Queue + motion_enabled: Synchronized improve_contrast_enabled: Synchronized process: Optional[Process] process_fps: Synchronized