mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-30 11:54:52 +03:00
fix review description
This commit is contained in:
parent
a97333d881
commit
123e12cee8
@ -24,7 +24,7 @@ class AlertsConfig(FrigateBaseModel):
|
|||||||
enabled: bool = Field(
|
enabled: bool = Field(
|
||||||
default=True,
|
default=True,
|
||||||
title="Enable alerts",
|
title="Enable alerts",
|
||||||
description="Enable or disable alert generation for this camera.",
|
description="Enable or disable alert generation for all cameras; can be overridden per-camera.",
|
||||||
)
|
)
|
||||||
|
|
||||||
labels: list[str] = Field(
|
labels: list[str] = Field(
|
||||||
@ -64,7 +64,7 @@ class DetectionsConfig(FrigateBaseModel):
|
|||||||
enabled: bool = Field(
|
enabled: bool = Field(
|
||||||
default=True,
|
default=True,
|
||||||
title="Enable detections",
|
title="Enable detections",
|
||||||
description="Enable or disable detection events for this camera.",
|
description="Enable or disable detection events for all cameras; can be overridden per-camera.",
|
||||||
)
|
)
|
||||||
|
|
||||||
labels: Optional[list[str]] = Field(
|
labels: Optional[list[str]] = Field(
|
||||||
|
|||||||
@ -888,7 +888,7 @@
|
|||||||
"description": "Settings for which tracked objects generate alerts and how alerts are retained.",
|
"description": "Settings for which tracked objects generate alerts and how alerts are retained.",
|
||||||
"enabled": {
|
"enabled": {
|
||||||
"label": "Enable alerts",
|
"label": "Enable alerts",
|
||||||
"description": "Enable or disable alert generation for this camera."
|
"description": "Enable or disable alert generation for all cameras; can be overridden per-camera."
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
"label": "Alert labels",
|
"label": "Alert labels",
|
||||||
@ -912,7 +912,7 @@
|
|||||||
"description": "Settings for creating detection events (non-alert) and how long to keep them.",
|
"description": "Settings for creating detection events (non-alert) and how long to keep them.",
|
||||||
"enabled": {
|
"enabled": {
|
||||||
"label": "Enable detections",
|
"label": "Enable detections",
|
||||||
"description": "Enable or disable detection events for this camera."
|
"description": "Enable or disable detection events for all cameras; can be overridden per-camera."
|
||||||
},
|
},
|
||||||
"labels": {
|
"labels": {
|
||||||
"label": "Detection labels",
|
"label": "Detection labels",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user