Work on event sessions and related files. Internal use is a new thing.
This commit is contained in:
@@ -54,10 +54,10 @@ class Event_Device_Base(BaseModel):
|
||||
|
||||
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_open_in_os: Optional[str] # Use open_in_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_id: Optional[str] # The file ID random; use along with filename, extension, and open_in_os
|
||||
trigger_open_hash_file: Optional[str] # The file hash; use along with filename, extension, and open_in_os
|
||||
trigger_open_file_path: Optional[str] # Use along with filename
|
||||
|
||||
trigger_open_session_id: Optional[str]
|
||||
|
||||
Reference in New Issue
Block a user