[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. debian/0.9.5.9+git20110512-1-44-g2b0bd1a

Klaus Kurzmann mok at fluxnetz.de
Tue May 15 11:58:57 UTC 2012


The following commit has been merged in the debian branch:
commit 5a8da900388359a7fe6370968bc16a8faee309c6
Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sun Dec 18 11:27:01 2011 +0100

    add rules.yaml for om-gta04
    
    Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

diff --git a/etc/freesmartphone/oevents/om-gta02/rules.yaml b/etc/freesmartphone/oevents/om-gta04/rules.yaml
similarity index 92%
copy from etc/freesmartphone/oevents/om-gta02/rules.yaml
copy to etc/freesmartphone/oevents/om-gta04/rules.yaml
index 8f7e2a7..19f83b1 100644
--- a/etc/freesmartphone/oevents/om-gta02/rules.yaml
+++ b/etc/freesmartphone/oevents/om-gta04/rules.yaml
@@ -41,7 +41,7 @@
 #
 -
     while: UnreadMessages()
-    actions: SetLed("gta02_red_aux", "blink")
+    actions: SetLed("gta04_red_aux", "blink")
 
 -
 #    while: CallStatus()
@@ -61,15 +61,15 @@
 -
     while: PowerStatus()
     filters: HasAttr(status, "charging")
-    actions: SetLed("gta02_orange_power", "light")
+    actions: SetLed("gta04_red_power", "light")
 -
     while: PowerStatus()
     filters: HasAttr(status, "critical")
-    actions: SetLed("gta02_orange_power", "blink")
+    actions: SetLed("gta04_red_power", "blink")
 -
     while: PowerStatus()
     filters: HasAttr(status, "full")
-    actions: SetLed("gta02_blue_power", "light")
+    actions: SetLed("gta04_green_power", "light")
 -
     trigger: PowerStatus()
     filters: HasAttr(status, "empty")

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list