Updated event device model
This commit is contained in:
@@ -44,6 +44,19 @@ class Event_Device_Base(BaseModel):
|
|||||||
|
|
||||||
api_secret_key: Optional[str]
|
api_secret_key: Optional[str]
|
||||||
|
|
||||||
|
api_server_base_url: Optional[str]
|
||||||
|
app_server_base_url: Optional[str]
|
||||||
|
file_server_base_url: Optional[str]
|
||||||
|
|
||||||
|
trigger_reset: Optional[bool]
|
||||||
|
trigger_open_file_id: Optional[str]
|
||||||
|
trigger_open_file_path: Optional[str]
|
||||||
|
trigger_open_session_id: Optional[str]
|
||||||
|
trigger_open_session_id: Optional[str]
|
||||||
|
|
||||||
|
trigger_show_admin: Optional[str]
|
||||||
|
trigger_show_hidden: Optional[str]
|
||||||
|
|
||||||
host_file_cache_path: Optional[str] # Path for hash file cache only
|
host_file_cache_path: Optional[str] # Path for hash file cache only
|
||||||
host_file_temp_path: Optional[str] # Path for copied and renamed temporary files from hash file cache directory
|
host_file_temp_path: Optional[str] # Path for copied and renamed temporary files from hash file cache directory
|
||||||
recording_path: Optional[str] # Path to save recordings
|
recording_path: Optional[str] # Path to save recordings
|
||||||
|
|||||||
Reference in New Issue
Block a user