mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-09-14 15:25:32 -04:00
FE+BE: performance improvements
This commit is contained in:
1 parent
cff3ddfc38
commit
f52de6cbdc
23 files changed
+428
-31
No files matched your search
@@ -265,6 +265,8 @@ class DeviceListRequest(BaseModel):
|
||||
"- offline: Devices not present in the last scan"
|
||||
)
|
||||
)
|
||||
limit: Optional[int] = Field(None, ge=1, le=1000, description="Max devices to return")
|
||||
offset: Optional[int] = Field(None, ge=0, description="Number of devices to skip")
|
||||
|
||||
|
||||
class DeviceListResponse(RootModel):
|
||||
|
||||
Reference in new issue
Block a user