#
# The remote comes with analog satelite reciver 
# sold mainly in eastern europe (that's what I heard):
# SHARPSAT SS100, some pure model, I can't find
# anything about it on the net.
# 
# contributed by anrxc <anrxc|linuxbrain.org>
#
# brand: Sharpsat
# model no. of remote control: Remote T28
# devices being controlled by this remote: SAT Reciver
# 

begin remote

  name  T28
  bits           16
  flags SPACE_ENC|CONST_LENGTH
  eps            30
  aeps          100

  header       9133  4434
  one           638  1621
  zero          638   491
  ptrail        639
  repeat       9133  2183
  pre_data_bits   16
  pre_data       0x164
  gap          108481
  toggle_bit      0


      begin codes
	'POWER'               0x10EF                # Power
	'MUTE'                0x48B7                # Mute
	'DON'                 0x58A7                # DON
	'PL'                  0x18E7                # PL
	'1'                   0xD827                # 1
	'2'                   0xA857                # 2
	'3'                   0x8877                # 3
	'4'                   0x6897                # 4
	'5'                   0x9867                # 5
	'6'                   0xE817                # 6
	'7'                   0xF807                # 7
	'8'                   0x7887                # 8
	'9'                   0xB847                # 9
	'0'                   0xF00F                # 0
	'CHANNELUP'           0x807F                # ChUP
	'CHANNELDOWN'         0x40BF                # ChDOWN
	'VOLUMEDOWN'          0xE01F                # Vol-
	'VOLUMEUP'            0x30CF                # Vol+
	'SET'                 0xB04F                # Set
	'MEM'                 0xD02F                # Mem
	'AUDIO'               0x28D7                # Audio
	'VH'                  0x50AF                # VH
      end codes

end remote
