feat: add disable_device_pairing option to gateway configuration
This commit is contained in:
@@ -23,6 +23,7 @@ class Gateway(QueryModel, table=True):
|
||||
name: str
|
||||
url: str
|
||||
token: str | None = Field(default=None)
|
||||
disable_device_pairing: bool = Field(default=False)
|
||||
workspace_root: str
|
||||
created_at: datetime = Field(default_factory=utcnow)
|
||||
updated_at: datetime = Field(default_factory=utcnow)
|
||||
|
||||
Reference in New Issue
Block a user