You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 implementxyz.openbmc_project.Led.Group
interface, When the LED manager setasserted
property totrue
, PLDM daemon will doSetHostStateEffector
to PHYP.PLDM will not do anything when the LED manager set
asserted
property tofalse
, PHYP will auto stop the timer.this story depends on #2732
The text was updated successfully, but these errors were encountered: