summaryrefslogtreecommitdiffstats
path: root/pystatemgr
diff options
context:
space:
mode:
authorJayanth Othayoth <ojayanth@in.ibm.com>2017-03-29 04:27:35 -0500
committerJayanth Othayoth <ojayanth@in.ibm.com>2017-03-30 06:37:47 -0500
commitc99bd0c47ac238bfd3ca46ab9a2effc504e12b7a (patch)
tree533c5e2e43b2a8d1fa215d47ae5250dace6beef4 /pystatemgr
parent6b1f0f5063eff534ff9edae58253da56b8aea734 (diff)
downloadtalos-skeleton-c99bd0c47ac238bfd3ca46ab9a2effc504e12b7a.tar.gz
talos-skeleton-c99bd0c47ac238bfd3ca46ab9a2effc504e12b7a.zip
Update Power Supply Redundancy Sensor D-Bus interface name.
Resolves openbmc/openbmc#1213 Change-Id: Iea56a41e20ea15df13e2775f3d73af2eed608da7 Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Diffstat (limited to 'pystatemgr')
-rw-r--r--pystatemgr/discover_system_state.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pystatemgr/discover_system_state.py b/pystatemgr/discover_system_state.py
index ca49867..cc2ae10 100644
--- a/pystatemgr/discover_system_state.py
+++ b/pystatemgr/discover_system_state.py
@@ -42,7 +42,7 @@ dbus_objects = {
'powersupplyredundancy': {
'bus_name': 'org.openbmc.Sensors',
'object_name': '/org/openbmc/sensors/host/PowerSupplyRedundancy',
- 'interface_name': 'org.freedesktop.DBus.Properties'
+ 'interface_name': 'org.openbmc.SensorValue'
},
'turboallowed': {
'bus_name': 'org.openbmc.Sensors',
OpenPOWER on IntegriCloud