Updated event device model clean up
This commit is contained in:
@@ -52,15 +52,18 @@ class Event_Device_Base(BaseModel):
|
||||
app_server_base_url_bak: Optional[str] # Backup URL
|
||||
file_server_base_url_bak: Optional[str] # Backup URL
|
||||
|
||||
trigger_open_filename: Optional[str] # The file hash filename
|
||||
trigger_open_extension: Optional[str] # The file hash extension part
|
||||
trigger_open_internal_os: Optional[str] # Use internal_os for win vs mac
|
||||
|
||||
trigger_open_file_id: Optional[str] # The file ID random; use along with filename, extension, and internal_os
|
||||
trigger_open_hash_file: Optional[str] # The file hash; use along with filename, extension, and internal_os
|
||||
trigger_open_file_path: Optional[str] # Use along with filename
|
||||
|
||||
trigger_open_session_id: Optional[str]
|
||||
trigger_open_session_id: Optional[str]
|
||||
|
||||
trigger_reset: Optional[bool]
|
||||
trigger_open_file_id: Optional[str]
|
||||
trigger_open_hash_file: Optional[str] # The file hash
|
||||
trigger_open_hash_file_filename: Optional[str] # The file hash filename
|
||||
trigger_open_hash_file_extension: Optional[str] # The file hash extension part
|
||||
trigger_open_hash_file_internal_os: Optional[str] # Use internal_os for win vs mac
|
||||
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]
|
||||
|
||||
Reference in New Issue
Block a user