[PATCH skeleton v5 02/19] Heartbeat Led function
OpenBMC Patches
openbmc-patches at stwcx.xyz
Mon Apr 11 11:20:31 AEST 2016
From: Ken <ken1029 at gmail.com>
---
bin/Barreleye.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/Barreleye.py b/bin/Barreleye.py
index 08a91a9..ff6690b 100755
--- a/bin/Barreleye.py
+++ b/bin/Barreleye.py
@@ -68,9 +68,9 @@ ENTER_STATE_CALLBACK = {
},
'BMC_READY' : {
- 'setOn' : {
+ 'setBlinkSlow' : {
'bus_name' : 'org.openbmc.control.led',
- 'obj_name' : '/org/openbmc/control/led/beep',
+ 'obj_name' : '/org/openbmc/control/led/heartbeat',
'interface_name' : 'org.openbmc.Led',
},
'init' : {
--
2.7.1
More information about the openbmc
mailing list