blob: d92f182da1df1934be134683640465c1da693569 (
plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
|
# brand: Technisat
# model no. of remote control: TTS35AI
# devices being controlled by this remote: Skystar2 / Airstar2
#
# Note: The codes for PROG+, PROG-, VOL+ and VOL- are double assigned
# These codes also appear by pressing UP, DOWN, LEFT or RIGHT
begin remote
name TTS35AI
bits 32
eps 30
aeps 100
one 0 0
zero 0 0
gap 107965
toggle_bit 0
begin codes
MUTE 0x80010032
1 0x80010002
2 0x80010003
3 0x80010004
4 0x80010005
5 0x80010006
6 0x80010007
7 0x80010008
8 0x80010009
9 0x8001000A
0 0x8001000B
-/-- 0x80010013
A/B 0x8001001F
RED 0x8001003F
GREEN 0x80010040
YELLOW 0x80010041
BLUE 0x80010042
UP 0x80010067
RIGHT 0x8001006A
DOWN 0x8001006C
LEFT 0x80010069
OK 0x8001001C
SFI 0x80010012
EXIT 0x80010021
INFO 0x80010017
# PROG+ 0x80010067
# PROG- 0x8001006C
TV/RADIO 0x80010043
MENU 0x8001003C
# VOL+ 0x8001006A
# VOL- 0x80010069
HELP 0x80010017
TXT 0x80010014
STOP 0x80010019
EXT 0x8001002F
end codes
end remote
|