From 93daccf77f24c8d8f0b9fdc739e102a662eef8df Mon Sep 17 00:00:00 2001 From: Dhruvaraj Subhashchandran Date: Tue, 28 Mar 2017 04:02:53 -0500 Subject: Corrected sensor name from PsRedundancy to PowerSupplyRedundancy resolves openbmc/openbmc#1391 Change-Id: Iba7d2af745f8e30e42fd447b8cc3f05cb76c9eb5 Signed-off-by: Dhruvaraj Subhashchandran --- obmc/sensors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obmc/sensors.py b/obmc/sensors.py index d3faef9..ca7be3c 100644 --- a/obmc/sensors.py +++ b/obmc/sensors.py @@ -299,7 +299,7 @@ class OperatingSystemStatusSensor(VirtualSensor): class PowerSupplyRedundancySensor(VirtualSensor): def __init__(self, bus, name): VirtualSensor.__init__(self, bus, name) - super(PsRedundancySensor,self).setValue("Disabled") + super(PowerSupplyRedundancySensor,self).setValue("Disabled") ## override setValue method @dbus.service.method( -- cgit v1.2.3