mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-17 08:35:21 +03:00
Run ruff format frigate
This commit is contained in:
parent
3b31fb53f8
commit
6d7ca61309
@ -5,6 +5,7 @@ class ReviewSetMultipleReviewedBody(BaseModel):
|
|||||||
# List of string with at least one element and each element with at least one char
|
# List of string with at least one element and each element with at least one char
|
||||||
ids: conlist(constr(min_length=1), min_length=1)
|
ids: conlist(constr(min_length=1), min_length=1)
|
||||||
|
|
||||||
|
|
||||||
class ReviewDeleteMultipleReviewsBody(BaseModel):
|
class ReviewDeleteMultipleReviewsBody(BaseModel):
|
||||||
# List of string with at least one element and each element with at least one char
|
# List of string with at least one element and each element with at least one char
|
||||||
ids: conlist(constr(min_length=1), min_length=1)
|
ids: conlist(constr(min_length=1), min_length=1)
|
||||||
|
|||||||
@ -40,11 +40,13 @@ class ReviewSummaryResponse(BaseModel):
|
|||||||
last24Hours: Last24HoursReview
|
last24Hours: Last24HoursReview
|
||||||
root: Dict[str, DayReview]
|
root: Dict[str, DayReview]
|
||||||
|
|
||||||
|
|
||||||
class ReviewActivityMotionResponse(BaseModel):
|
class ReviewActivityMotionResponse(BaseModel):
|
||||||
start_time: int
|
start_time: int
|
||||||
motion: float
|
motion: float
|
||||||
camera: str
|
camera: str
|
||||||
|
|
||||||
|
|
||||||
class ReviewActivityAudioResponse(BaseModel):
|
class ReviewActivityAudioResponse(BaseModel):
|
||||||
start_time: int
|
start_time: int
|
||||||
audio: int
|
audio: int
|
||||||
Loading…
Reference in New Issue
Block a user