Open
Description
When the LED manager started lamp test, as part of lamp test, we need to send a command to PHYP and thus need to send a PLDM command.
PLDM daemon will host /xyz/openbmc_project/led/groups/host_lamp_test
D-Bus object and implement xyz.openbmc_project.Led.Group
interface, When the LED manager set asserted
property to true
, PLDM daemon will do SetHostStateEffector
to PHYP.
PLDM will not do anything when the LED manager set asserted
property to false
, PHYP will auto stop the timer.
this story depends on #2732