This commit is contained in:
Alexander Pivkin 2025-09-05 18:31:53 +03:00
parent 0ae8fab1b5
commit 2b29e09ff7

View File

@ -17,7 +17,6 @@ type Device struct {
Class string `json:"class"`
ID int64 `json:"id"`
Name string `json:"name"`
Info OsdMetadata
}