# Brand:             Grundig
# Model:             2500S
# Supported devices: Digital Satellite Receiver
# Created by:        Tommie Gannert <d00-tga@d.kth.se>
#
# NOTES
# * I'm not sure about the model. It is hidden somewhere, possibly on the back
#   of the box. Anyway, it's the only decoder I've found on www.grundig.se.
#


begin remote
  name         2500S
  bits         13
  flags        RC5|CONST_LENGTH
  eps          30
  aeps         100

  one          863   904
  zero         863   904
  plead        855
  gap          113122
  toggle_bit   2

      begin codes
	'1'                   0x0000000000001281    # 1
	'2'                   0x0000000000001282    # 2
	'3'                   0x0000000000001283    # 3
	'4'                   0x0000000000001284    # 4
	'5'                   0x0000000000001285    # 5
	'6'                   0x0000000000001286    # 6
	'7'                   0x0000000000001287    # 7
	'8'                   0x0000000000001288    # 8
	'9'                   0x0000000000001289    # 9
	'0'                   0x0000000000001280    # 0
	'STANDBY'             0x000000000000128C    # Standby
	'INFO'                0x000000000000128F    # Info
	'TV/SAT'              0x00000000000012A8    # TV/Sat
	'PLUS'                0x00000000000012AF    # Plus
	'MUTE'                0x0000000000000286    # Mute
	'GUIDE'               0x000000000000028F    # Guide
	'UP'                  0x0000000000000290    # Up
	'DOWN'                0x0000000000000291    # Down
	'SERV'                0x0000000000000292    # Serv
	'EXIT'                0x0000000000000293    # Exit
	'LEFT'                0x0000000000000295    # Left
	'RIGHT'               0x0000000000000296    # Right
	'OK'                  0x0000000000000297    # OK
	'PREFER'              0x00000000000002A1    # Prefer
	'PERSO'               0x00000000000002AA    # Perso
	'A'                   0x00000000000002AB    # A
	'B'                   0x00000000000002AC    # B
	'C'                   0x00000000000002AD    # C
	'D'                   0x00000000000002AE    # D
	'E'                   0x00000000000002AF    # E
      end codes
end remote
