Remove system info

This commit is contained in:
Ben McDonald 2025-06-12 15:25:48 -07:00
parent 20492fe03e
commit 6b3d317086
No known key found for this signature in database
2 changed files with 2 additions and 53 deletions

View file

@ -7,9 +7,6 @@ type PDUOutlet struct {
}
type PDUInventory struct {
Hostname string `json:"hostname"`
Model string `json:"model,omitempty"`
SerialNumber string `json:"serial_number,omitempty"`
FirmwareVersion string `json:"firmware_version,omitempty"`
Outlets []PDUOutlet `json:"outlets"`
Hostname string `json:"hostname"`
Outlets []PDUOutlet `json:"outlets"`
}