#
# this is a space encoded remote control from Grundig
#
# contributed by Andreas Neuhaus (andy@fasta.fh-dortmund.de) 
#
# brand:             Grundig
# model:             remote control 8300 ac
# supported devices: cd changer
#

begin remote

  name  Grundig
  bits           13
  flags SPACE_ENC
  eps            30
  aeps            0

  header       9142  4327
  one           708   412
  zero          708  1533
  ptrail        708
  plead           0
  foot            0     0
  repeat          0     0
  pre_data_bits   16
  pre_data       0xC33C
  post_data_bits  3
  post_data      0x0
  pre             0     0
  post            0     0
  gap          39617
  repeat_bit      0

      begin codes
	'1'                   0x0000000000000EF1    # 1
	'2'                   0x00000000000016E9    # 2
	'3'                   0x00000000000006F9    # 3
	'4'                   0x0000000000001AE5    # 4
	'5'                   0x0000000000000AF5    # 5
	'6'                   0x00000000000012ED    # 6
	'7'                   0x00000000000002FD    # 7
	'8'                   0x0000000000001CE3    # 8
	'9'                   0x0000000000000CF3    # 9
	'10'                  0x00000000000014EB    # 10
	'<'                   0x0000000000001DE2    # <
	'>'                   0x00000000000003FC    # >
	'PLAY'                0x00000000000013EC    # PLAY
	'STOP'                0x0000000000001BE4    # STOP
      end codes

end remote
