Work on event launcher related

This commit is contained in:
Scott Idem
2022-04-17 16:28:41 -04:00
parent 2fb5acd485
commit 8051360bfc
3 changed files with 37 additions and 2 deletions

View File

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