Skip to content

Commit a404e56

Browse files
committed
1050: bmcweb update identify association for LED & Item assciation
DBus inventory association uses "/identifying" instead of "/identify_led_group". Related upstream: openbmc/phosphor-dbus-interfaces@9eb460c https://gerrit.openbmc.org/c/openbmc/openbmc/+/61068 Signed-off-by: Myung Bae <[email protected]>
1 parent 29fa1f5 commit a404e56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redfish-core/lib/led.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ inline void
241241

242242
nlohmann::json& jsonIn = jsonInput["LocationIndicatorActive"];
243243
dbus::utility::getAssociationEndPoints(
244-
objPath + "/identify_led_group",
244+
objPath + "/identifying",
245245
[aResp, &jsonIn](const boost::system::error_code& ec,
246246
const dbus::utility::MapperEndPoints& endpoints) {
247247
if (ec)
@@ -283,7 +283,7 @@ inline void
283283
BMCWEB_LOG_DEBUG << "Set LocationIndicatorActive";
284284

285285
dbus::utility::getAssociationEndPoints(
286-
objPath + "/identify_led_group",
286+
objPath + "/identifying",
287287
[aResp, ledState](const boost::system::error_code& ec,
288288
const dbus::utility::MapperEndPoints& endpoints) {
289289
if (ec)

0 commit comments

Comments
 (0)