Improve SNMP discovery item context

This commit is contained in:
Keith Smith
2026-05-26 21:08:07 -06:00
parent 6ff452a8a9
commit af72a6c563
8 changed files with 303 additions and 92 deletions
+1
View File
@@ -237,6 +237,7 @@ class SnmpDiscoveryItemRead(BaseModel):
group: str
label: str
unit: str | None = None
current_value: str | None = None
class SnmpMonitorsCreate(BaseModel):