mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Add socket type and construct correct xname
This commit is contained in:
parent
dc09b7051d
commit
940e7fee2a
3 changed files with 8 additions and 5 deletions
|
|
@ -4,6 +4,7 @@ type PDUOutlet struct {
|
|||
ID string `json:"id"` // e.g., "35" or "BA35"
|
||||
Name string `json:"name"` // e.g., "Link1_Outlet_35"
|
||||
PowerState string `json:"power_state"` // e.g., "ON" or "OFF"
|
||||
SocketType string `json:"socket_type"`
|
||||
}
|
||||
|
||||
type PDUInventory struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue