Visit camera directly from system page (#8405)

* Visit camera directly from system page

* Processed all feedback

* Changed button caption
This commit is contained in:
tpjanssen
2023-11-01 14:08:59 +01:00
committed by GitHub
parent fd6a3bd5d2
commit 8a9b26df4e
5 changed files with 41 additions and 1 deletions

View File

@@ -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."
)