
begin remote

  name  tv  
# Televison  - Grundig TP 715
  flags SHIFT_ENC|CONST_LENGTH
  bits           10
  eps            10
  aeps           250

  header          512    2560
  one             512    512
  zero            512    512
  gap             131000
  repeat_bit      0

      begin codes
# you must send emptily (leer) between every program switchover once.
	'LEER'                0x0000000000000000    # leer
	'#'                   empty                 # #
	'POWER'               0x000000000000017f    # POWER
	'1'                   0x00000000000000ef    # 1
	'2'                   0x000000000000016f    # 2
	'3'                   0x000000000000006f    # 3
	'4'                   0x00000000000001af    # 4
	'5'                   0x00000000000000af    # 5
	'6'                   0x000000000000012f    # 6
	'7'                   0x000000000000002f    # 7
	'8'                   0x00000000000001cf    # 8
	'9'                   0x00000000000000cf    # 9
	'0'                   0x00000000000001ef    # 0
	'BR+'                 0x000000000000015f    # BR+
	'#'                   Brightness+           # #
	'AUX2'                0x000000000000014f    # AUX2
	'BR-'                 0x000000000000005f    # BR-
	'#'                   Brightness-           # #
	'COLOR+'              0x000000000000019f    # COLOR+
	'COLOR-'              0x000000000000009f    # COLOR-
	'AUX'                 0x000000000000003f    # AUX
	'I'                   0x0000000000000097    # I
#Info
	'TXT'                 0x00000000000001e7    # TXT
	'PP'                  0x0000000000000157    # Pp
	'#'                   P+                    # #
	'VOLM'                0x00000000000000df    # VOLm
	'#'                   Vol+                  # #
	'OK'                  0x00000000000001ff    # OK
	'VOLP'                0x00000000000001df    # VOLp
	'#'                   Vol-                  # #
	'PM'                  0x0000000000000057    # Pm
	'#'                   P-                    # #
	'MUTE'                0x00000000000000ff    # MUTE
	'BLUE'                0x0000000000000117    # BLUE
	'YELLOW'              0x0000000000000047    # YELLOW
	'GREEN'               0x0000000000000107    # GREEN
	'RED'                 0x0000000000000147    # RED

      end codes
end remote
