ibm-openbmc / dev

Product Development Project Mgmt and Tracking
16 stars 2 forks source link

eBMC LED Management :: Implement LocationIndicatorActive property for RTC Battery resource #2145

Closed vishwabmc closed 2 years ago

vishwabmc commented 4 years ago

Implement LocationIndicatorActive for RTC Battery resource.

vishwabmc commented 4 years ago

Ref: https://github.com/ibm-openbmc/dev/issues/2126

vishwabmc commented 4 years ago

This will be Assembly


So, what will this do :

1/. Get the corresponding Inventory for this resource 2/. See if there is any Association by name "indicator_led_group". 3/. If so, read the Asserted property: ( GET ) Example: busctl get xyz.openbmc_project.LED.GroupManager <Data from step-2> xyz.openbmc_project.Led.Group Asserted 4/. For PATCH, set true or false depending on the input

vishwabmc commented 3 years ago

Need Assembly schema implemented before we can get to this. @santoshpuranik is already working on Assembly schema

mzipse commented 2 years ago

Closing. Work is complete.