mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 15:45:27 +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
|
||||
ids: conlist(constr(min_length=1), min_length=1)
|
||||
|
||||
|
||||
class ReviewDeleteMultipleReviewsBody(BaseModel):
|
||||
# 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)
|
||||
|
||||
@ -40,11 +40,13 @@ class ReviewSummaryResponse(BaseModel):
|
||||
last24Hours: Last24HoursReview
|
||||
root: Dict[str, DayReview]
|
||||
|
||||
|
||||
class ReviewActivityMotionResponse(BaseModel):
|
||||
start_time: int
|
||||
motion: float
|
||||
camera: str
|
||||
|
||||
|
||||
class ReviewActivityAudioResponse(BaseModel):
|
||||
start_time: int
|
||||
audio: int
|
||||
audio: int
|
||||
|
||||
Loading…
Reference in New Issue
Block a user