Work on event launcher related
This commit is contained in:
@@ -38,12 +38,21 @@ class Event_Device_Base(BaseModel):
|
||||
name: Optional[str]
|
||||
description: Optional[str]
|
||||
|
||||
app_mode: Optional[str] # null, default, onsite, app
|
||||
use_local_api: Optional[bool]
|
||||
use_local_app: Optional[bool]
|
||||
|
||||
api_secret_key: Optional[str]
|
||||
|
||||
host_file_cache_path: Optional[str] # Path for hash file cache only
|
||||
host_file_temp_path: Optional[str] # Path for copied and renamed temporary files from hash file cache directory
|
||||
recording_path: Optional[str] # Path to save recordings
|
||||
|
||||
check_event_loop_period: Optional[int]
|
||||
check_event_device_loop_period: Optional[int]
|
||||
check_event_location_loop_period: Optional[int]
|
||||
check_event_session_loop_period: Optional[int]
|
||||
|
||||
enable: Optional[bool]
|
||||
|
||||
# hide: Optional[bool]
|
||||
|
||||
Reference in New Issue
Block a user