Added device client option

This commit is contained in:
2023-01-20 16:02:46 +01:00
parent 673c986ff9
commit daa3b0ca73
4 changed files with 9 additions and 7 deletions

View File

@@ -4,4 +4,5 @@ class Device(BaseModel):
user: str
name: str
os: str
client: str
last_save: int