Work on event management related and created generic SQL select endpoint

This commit is contained in:
Scott Idem
2022-05-23 18:55:21 -04:00
parent 803c2118b6
commit 14b03ff340
8 changed files with 130 additions and 3 deletions

View File

@@ -77,6 +77,9 @@ class Event_Device_Base(BaseModel):
check_event_location_loop_period: Optional[int]
check_event_session_loop_period: Optional[int]
alert: Optional[bool]
alert_msg: Optional[str]
enable: Optional[bool]
# hide: Optional[bool]