tizen 2.3 release
[framework/system/deviced.git] / src / led / led.conf
1 [LED]
2
3 ###############################
4 ### LED Indicator Scenarios ###
5 ###############################
6 # priority
7 #   0 : the highest
8 #   1 : middle (default value)
9 #   2 : the lowest
10 #   3 : just for Off state
11 # on
12 #   On time (ms)
13 # off
14 #   Off time (ms)
15 #   If on/off value is zero,
16 #   it means led always turns on until app turns off.
17 # color
18 #   FFRRGGBB
19 #   First 2 digits are alpah information
20 # lcd
21 #   on : turn on during lcd on state
22 #   off : turn on during lcd off state (default value)
23 #   These value is separated by comma.
24 # wave
25 #   on : play with wave pattern
26 #   off : play with no pattern (default value)
27 # duration
28 #   the duration of patterns
29 #   -1 : infinitly (default value)
30
31 [Off]
32 priority=3
33 on=0
34 off=0
35 color=FF000000
36 lcd=on,off
37
38 [Low battery]
39 priority=2
40 on=500
41 off=5000
42 color=FFFF0000
43
44 [Charging]
45 priority=2
46 on=0
47 off=0
48 color=FFFF0000
49
50 [Fully charged]
51 priority=2
52 on=0
53 off=0
54 color=FF00FF00
55
56 [Charging error]
57 priority=0
58 on=500
59 off=500
60 color=FFFF0000
61
62 [Missed noti]
63 priority=1
64 on=500
65 off=5000
66 color=FF0000FF
67
68 [Voice recording]
69 priority=1
70 on=500
71 off=500
72 color=FF0000FF
73
74 [Remote controller]
75 priority=1
76 on=0
77 off=0
78 color=FF0000FF
79 lcd=on
80
81 [Air Wakeup]
82 priority=1
83 on=1000
84 off=0
85 color=FF0000FF
86 lcd=on
87 duration=1
88
89 [Power off]
90 priority=0
91 on=0
92 off=0
93 color=FF0000FF
94 wave=on
95
96 [Custom]
97 priority=1
98 on=500
99 off=5000
100 color=FF0000FF