Updated event device model with more triggers
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user