fix: Reolink PTZ support should work with hub-connected cameras (#2014)
- Related: #1964
This commit is contained in:
@@ -228,6 +228,7 @@ export const cameraConfigSchema = z
|
||||
reolink: z
|
||||
.object({
|
||||
url: z.string().optional(),
|
||||
channel: z.number().optional(),
|
||||
media_resolution: z
|
||||
.enum(['high', 'low'])
|
||||
.default(cameraConfigDefault.reolink.media_resolution),
|
||||
|
||||
Reference in New Issue
Block a user