stmcginnis / gofish

Gofish is a Golang client library for DMTF Redfish and SNIA Swordfish interaction.
BSD 3-Clause "New" or "Revised" License
211 stars 112 forks source link

add LocationIndicatorActive field to chassis.go #304

Closed iamsli closed 6 months ago

iamsli commented 6 months ago

IndicatorLED was deprecated in v1.14 in favor of LocationIndicatorActive

It's currently not a field in redfish/chassis.go but has been added in other files.

stmcginnis commented 6 months ago

Thanks for pointing that out. I can try to get that added soon. Otherwise contributions are welcome!