forked from Github/frigate
* 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