# contributed by Sybren Stuvel <sybren@thirdtower.com>
#
# brand: Philips
# model no. of remote control: RT192/101
# devices being controlled by this remote:
# Some philips VCR

begin remote

  name  RT192_101
  bits           13
  flags RC5|CONST_LENGTH
  eps            30
  aeps          100

  one           828   937
  zero          828   937
  plead         819
  gap          113123
  toggle_bit      2
  min_repeat 1


      begin codes
	'STANDBY'             0x000000000000114C    # Standby
	'EJECT'               0x000000000000116D    # eject
	'1'                   0x0000000000001141    # 1
	'2'                   0x0000000000001142    # 2
	'3'                   0x0000000000001143    # 3
	'4'                   0x0000000000001144    # 4
	'5'                   0x0000000000001145    # 5
	'6'                   0x0000000000001146    # 6
	'7'                   0x0000000000001147    # 7
	'8'                   0x0000000000001148    # 8
	'9'                   0x0000000000001149    # 9
	'0'                   0x0000000000001140    # 0
	'SELECT'              0x000000000000114B    # Select
	'TIMER'               0x000000000000115D    # Timer
	'MENU'                0x0000000000000152    # Menu
	'OK'                  0x0000000000000157    # Ok
	'CHANNELUP'           0x0000000000001160    # Chan+
	'CHANNELDOWN'         0x0000000000001161    # Chan-
	'VOLUMEUP'            0x0000000000000156    # Vol+
	'VOLUMEDOWN'          0x0000000000000155    # Vol-
	'SP/LP'               0x000000000000117A    # SP/LP
	'CLEAR'               0x0000000000001171    # Clear
	'PLAY'                0x0000000000001175    # Play
	'STOP'                0x0000000000001176    # Stop
	'REW'                 0x0000000000001165    # Rew
	'FF'                  0x0000000000001166    # Ff
	'INDEX'               0x0000000000000170    # Index
	'PAUSE'               0x0000000000001169    # Pause
	'RECORD'              0x0000000000001177    # Record
      end codes

end remote
