#
# this is a space encoded remote control from Saba
#
# contributed by Christoph Bartelmus (columbus@hit.handshake.de) 
#
# brand:             Saba
# model:             TC3003
# supported devices: tv set T 7060 SH
#

begin remote

  name  SABA_TC3003
  bits            6
  flags SPACE_ENC
  eps            30
  aeps          120

  header          0     0
  one           170  8500
  zero          170  5600
  plead           0
  ptrail        170
  plead           0
  foot            0     0
  repeat          0     0
  pre_data_bits   5
  pre_data       0x17
  post_data_bits  0
  post_data      0x00
  pre             0     0
  post            0     0
  gap          50400
  repeat_bit      2

      begin codes
	'POWER'               0x000000000000001d    # POWER
	'MUTE'                0x0000000000000005    # MUTE
	'0'                   0x000000000000000e    # 0
	'1'                   0x0000000000000000    # 1
	'2'                   0x0000000000000008    # 2
	'3'                   0x0000000000000010    # 3
	'4'                   0x0000000000000001    # 4
	'5'                   0x0000000000000009    # 5
	'6'                   0x0000000000000011    # 6
	'7'                   0x0000000000000002    # 7
	'8'                   0x000000000000000a    # 8
	'9'                   0x0000000000000012    # 9
	'CHANNELUP'           0x000000000000001f    # CH_UP
	'CHANNELDOWN'         0x0000000000000020    # CH_DOWN
	'TV'                  0x000000000000003e    # TV
	'CLOCK'               0x000000000000001e    # CLOCK
	'PAGE'                0x0000000000000039    # PAGE
	'HIDDEN'              0x000000000000003b    # HIDDEN
	'MENU'                0x0000000000000038    # MENU
	'VT'                  0x0000000000000015    # VT
	'STOP'                0x000000000000002a    # STOP
	'FUNC.VT'             0x0000000000000029    # FUNC.VT
      end codes

end remote
