mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 09:15:22 +03:00
Add ability to set whether camera is shown in GUI.
This commit is contained in:
parent
8b72bd9bc3
commit
3f24cee86d
@ -499,6 +499,7 @@ class CameraLiveConfig(FrigateBaseModel):
|
||||
|
||||
class CameraGuiConfig(FrigateBaseModel):
|
||||
order: int = Field(default=0, title="Order of camera in GUI.")
|
||||
show: bool = Field(default=True, title="Show this camera in Frigate GUI.")
|
||||
|
||||
|
||||
class CameraConfig(FrigateBaseModel):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user