Fix the dbus object path for bmc effecter
- This commit would fix the object path of the bmc effecter
that sets the ScheduledTime dbus property.
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: Iee307889081691a1ee8fe2fe950b5bb40e30b484
diff --git a/configurations/pdr/11.json b/configurations/pdr/11.json
index b2e1916..673a59a 100644
--- a/configurations/pdr/11.json
+++ b/configurations/pdr/11.json
@@ -120,7 +120,7 @@
"effecter_data_size": 4,
"range_field_format": 4,
"dbus" : {
- "path":"/xyz/openbmc_project/state/scheduledHostTransition",
+ "path":"/xyz/openbmc_project/state/host0",
"interface":"xyz.openbmc_project.State.ScheduledHostTransition",
"property_name":"ScheduledTime",
"property_type":"uint64_t"