forked from Github/frigate
Visit camera directly from system page (#8405)
* Visit camera directly from system page * Processed all feedback * Changed button caption
This commit is contained in:
@@ -731,6 +731,9 @@ class CameraConfig(FrigateBaseModel):
|
||||
default=60,
|
||||
title="How long to wait for the image with the highest confidence score.",
|
||||
)
|
||||
webui_url: Optional[str] = Field(
|
||||
title="URL to visit the camera directly from system page",
|
||||
)
|
||||
zones: Dict[str, ZoneConfig] = Field(
|
||||
default_factory=dict, title="Zone configuration."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user