[Fso] [PATCH] Set oevents blink rate for gta04
benjamin deering
ben_deering at swissmail.org
Sat Jul 5 15:46:27 CEST 2014
From: Ben Deering <ben_deering at swissmail.org>
Use a blink rate for gta04 oeventsd that is compatible with the led
controller so it will continue to blink in suspend.
Signed-off-by: Ben Deering <ben_deering at swissmail.org>
---
etc/freesmartphone/oevents/om-gta04/rules.yaml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/etc/freesmartphone/oevents/om-gta04/rules.yaml b/etc/freesmartphone/oevents/om-gta04/rules.yaml
index a89e6ba..914626a 100644
--- a/etc/freesmartphone/oevents/om-gta04/rules.yaml
+++ b/etc/freesmartphone/oevents/om-gta04/rules.yaml
@@ -37,10 +37,10 @@
-
while: NewMissedCalls()
- actions: SetLed("gta04_green_aux", "blink")
+ actions: SetLed("gta04_green_aux", "blink", 128, 1024)
-
while: UnreadMessages()
- actions: SetLed("gta04_red_aux", "blink")
+ actions: SetLed("gta04_red_aux", "blink", 128, 1024)
-
while: CallStatus()
filters:
@@ -75,7 +75,7 @@
-
while: PowerStatus()
filters: HasAttr(status, "critical")
- actions: SetLed("gta04_red_power", "blink")
+ actions: SetLed("gta04_red_power", "blink", 512, 512)
-
while: PowerStatus()
filters: HasAttr(status, "full")
--
1.9.0
More information about the Fso
mailing list