# contributed by Bart van den Oetelaar <oetelaar24 zonnet.nl>
#
# brand: Philips
# model no. of remote control: RT183/201
# devices being controlled by this remote:
# Some philips VCR

begin remote

  name  RT183_201
  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
	'TV_VOL-'             0x0000000000001011    # TV_VOL-
	'TV_VOL+'             0x0000000000001010    # TV_VOL+
	'TV_ON_OFF'           0x000000000000100C    # TV_ON_OFF
	'TV_PROG-'            0x0000000000001021    # TV_PROG-
	'TV_PROG+'            0x0000000000001020    # TV_PROG+
	'SYSTEM'              0x000000000000014A    # System
	'MONITOR'             0x000000000000017A    # Monitor
      end codes

end remote
