mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-05 04:27:56 +00:00
836ab7e896
IndicatorLED is deprecated in redfish in favour of the boolean LocationIndicatorActive, so a platform that only implements the newer property reported no identify state and could not be told to light up. Read either one, preferring the older where both appear, and write the boolean when that is what the resource offers. The boolean has no way to express blinking, so a request to blink lights it steadily. The led resource shares the same reader, so it gains this as well.