Updating the models to include a standard passcode field.
This commit is contained in:
@@ -83,6 +83,8 @@ class Event_Device_Base(BaseModel):
|
||||
check_event_location_loop_period: Optional[int]
|
||||
check_event_session_loop_period: Optional[int]
|
||||
|
||||
passcode: Optional[str]
|
||||
|
||||
alert: Optional[bool]
|
||||
alert_msg: Optional[str]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user