Work on event device model and related.
This commit is contained in:
@@ -101,8 +101,8 @@ class Event_Device_Base(BaseModel):
|
||||
# This is only for convenience. Probably going to keep unless it causes a problem.
|
||||
|
||||
# Including JSON data
|
||||
# other_json: Optional[Json]
|
||||
# meta_json: Optional[Json]
|
||||
other_json: Optional[Union[str,Json]]
|
||||
meta_json: Optional[Union[str,Json]]
|
||||
|
||||
# Including other related objects
|
||||
event_cfg: Optional[Event_Cfg_Base]
|
||||
|
||||
Reference in New Issue
Block a user