Fix #7944: Adds tls_insecure to the onvif configuration (#15603)

* Adds tls_insecure to the onvif configuration

* reformat using ruff
This commit is contained in:
Gabriel de Biasi
2024-12-19 16:54:33 -03:00
committed by GitHub
parent 4af752028f
commit ddfe8f3921
5 changed files with 14 additions and 1 deletions

View File

@@ -142,6 +142,7 @@ export interface CameraConfig {
password: string | null;
port: number;
user: string | null;
tls_insecure: boolean;
};
record: {
enabled: boolean;