From 56e7ffdb2502424daf5275db9b8b5f0eb56525db Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Sat, 11 Oct 2025 15:44:04 -0500 Subject: [PATCH] fix type --- web/src/types/cameraWizard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/types/cameraWizard.ts b/web/src/types/cameraWizard.ts index 29d467bb8..1fa4feaa9 100644 --- a/web/src/types/cameraWizard.ts +++ b/web/src/types/cameraWizard.ts @@ -92,7 +92,7 @@ export type WizardFormData = { brandTemplate?: CameraBrand; customUrl?: string; streams?: StreamConfig[]; - liveViewStreamIds?: string[]; + restreamIds?: string[]; }; // API Response Types