Work on event sessions and related files. Internal use is a new thing.

This commit is contained in:
Scott Idem
2022-09-15 17:47:07 -04:00
parent ee297d9ea7
commit 84b33bb21f
8 changed files with 83 additions and 26 deletions

View File

@@ -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]