Mostly adding event device model, methods, and routes. Also general clean up of code.

This commit is contained in:
Scott Idem
2022-03-09 13:05:19 -05:00
parent 0947032a94
commit f073dd337f
10 changed files with 368 additions and 14 deletions

View File

@@ -71,7 +71,6 @@ class Event_File_Base(BaseModel):
enable_to: Optional[datetime.datetime] = None
hide: Optional[bool]
priority: Optional[bool]
sort: Optional[int]
group: Optional[str] # Same or similar as file_purpose?