We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
identify
1 parent 29fa1f5 commit a404e56Copy full SHA for a404e56
redfish-core/lib/led.hpp
@@ -241,7 +241,7 @@ inline void
241
242
nlohmann::json& jsonIn = jsonInput["LocationIndicatorActive"];
243
dbus::utility::getAssociationEndPoints(
244
- objPath + "/identify_led_group",
+ objPath + "/identifying",
245
[aResp, &jsonIn](const boost::system::error_code& ec,
246
const dbus::utility::MapperEndPoints& endpoints) {
247
if (ec)
@@ -283,7 +283,7 @@ inline void
283
BMCWEB_LOG_DEBUG << "Set LocationIndicatorActive";
284
285
286
287
[aResp, ledState](const boost::system::error_code& ec,
288
289
0 commit comments