From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender163-mail.zoho.com (sender163-mail.zoho.com [74.201.84.163]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 396EC1A1AF7 for ; Sat, 19 Dec 2015 10:40:50 +1100 (AEDT) Received: from localhost (172.110.7.206 [172.110.7.206]) by mx.zohomail.com with SMTPS id 145048204087734.8713312154224; Fri, 18 Dec 2015 15:40:40 -0800 (PST) From: OpenBMC Patches To: openbmc@lists.ozlabs.org Cc: Ken Subject: [PATCH skeleton 07/15] Remove setblinkslow Date: Fri, 18 Dec 2015 17:40:27 -0600 Message-Id: <1450482035-4530-8-git-send-email-openbmc-patches@stwcx.xyz> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1450482035-4530-1-git-send-email-openbmc-patches@stwcx.xyz> References: <1450482035-4530-1-git-send-email-openbmc-patches@stwcx.xyz> X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2015 23:40:50 -0000 From: Ken --- bin/Barreleye.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bin/Barreleye.py b/bin/Barreleye.py index ff6fdcc..90655da 100755 --- a/bin/Barreleye.py +++ b/bin/Barreleye.py @@ -75,12 +75,6 @@ ENTER_STATE_CALLBACK = { 'obj_name' : '/org/openbmc/control/led/BEEP', 'interface_name' : 'org.openbmc.Led', }, - 'setBlinkSlow' : { - 'bus_name' : 'org.openbmc.control.led', - 'obj_name' : '/org/openbmc/control/led/HEART_BEAT', - 'interface_name' : 'org.openbmc.Led', - }, - 'init' : { 'bus_name' : 'org.openbmc.control.Flash', 'obj_name' : '/org/openbmc/control/flash/bios', -- 2.6.3