mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-28 14:49:01 +03:00
* Adds tls_insecure to the onvif configuration * reformat using ruff
This commit is contained in:
@@ -142,6 +142,7 @@ export interface CameraConfig {
|
||||
password: string | null;
|
||||
port: number;
|
||||
user: string | null;
|
||||
tls_insecure: boolean;
|
||||
};
|
||||
record: {
|
||||
enabled: boolean;
|
||||
|
||||
Reference in New Issue
Block a user