Updated event device model with more triggers

This commit is contained in:
Scott Idem
2022-05-06 11:04:43 -04:00
parent 674b15afab
commit a83da83b84

View File

@@ -50,6 +50,10 @@ class Event_Device_Base(BaseModel):
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]