-
Notifications
You must be signed in to change notification settings - Fork 0
/
AF.ash
46 lines (46 loc) · 793 Bytes
/
AF.ash
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#
sleep 2
t app fp_show 4
sleep 3
t app fp_string 'Hello World'
sleep 2
t app appmode photo
t cal -de 1
sleep 2
t app button shutter PR
sleep 2
t app fp_show 4
sleep 2
t app fp_string 'Test Lights'
sleep 2
t app led red_front on
t app led red_top_bottom on
t app led red_back on
t app fp_show 4
sleep 3
t app fp_string ' '
sleep 3
t app fp_show 4
t app fp_string '802 11 Wifi'
sleep 2
t app button wifi P
sleep 3
t app button wifi R
sleep 20
t app fp_string ' '
sleep 1
t app fp_string 'Power Off in 3'
sleep 1
t app led red_front on
t app led red_front off
t app fp_string 'Power Off in 2'
sleep 1
t app led red_front on
t app led red_front off
t app fp_string 'Power Off in 1'
sleep 1
t app led red_front on
t app led red_front off
sleep 3
poweroff yes
reboot yes