#
# Multi-function remote, this is for the stock AUX
# setting.
#
# NOTE: NOT ALL BUTTONS ARE AVAILABLE UNDER THE STOCK
# AUX SETTING
#
#Unavailable:
#	TV/VCR/AUX/DVD/CBL/SAT
#	Code Search
#	Learn
#	Open/Close
#	CC On/Off
#	Audio
#	Zoom
#	Resume
#	>10
#	Title/Guide
#
# From the book (Clearing a single mode)
# * Press and hold CODE SEARCH until it turns on.
# * Select the mode (Aux) and the light should blink
# * Press LEARN TWICE (2 times) and the light should blink
# * Press CODE SEARCH and the light should turn off
#

begin remote

  name  Philips-PMDVD6T-Universal-AUX
  bits           16
  flags SPACE_ENC|CONST_LENGTH
  eps            30
  aeps          100

  header       9001  4394
  one           609  1623
  zero          609   495
  ptrail        609
  repeat       8959  2216
  pre_data_bits   16
  pre_data       0x2F4
  gap          106948
  toggle_bit      0


      begin codes
          Power                    0xC03F
          Channel/ChapterUp        0xA05F
          Channel/ChapterDown      0x609F
          VolumeDown               0xF807
          VolumeUp                 0xD827
          Repeat/PrevChan          0x9867
          Clear                    0xFF00
          Input/Setup              0x20DF
          One                      0x10EF
          Two                      0x50AF
          Three                    0x906F
          Four                     0x30CF
          Five                     0x708F
          Six                      0xB04F
          Seven                    0x08F7
          Eight                    0x8877
          Nine                     0x48B7
          Zero                     0xA857
          Enter                    0x58A7
          Display/Info             0x807F
          Menu                     0xC837
          Exit/Return              0xFF00
          Swap                     0xFF00
          Angle/PiP                0xD02F
          ScanBackwards/Rewind     0xB847
          Play                     0x18E7
          ScanForwards/FastForward 0x7887
          Record                   0x28D7
          Stop                     0x38C7
          Pause                    0x40BF
          MenuUp                   0x6897
          MenuDown                 0x00FF
          MenuLeft/Back            0xE817
          MenuRight/Next           0xF00F
          MenuSelect/OK            0x58A7
          M                        0xE01F
      end codes

end remote


