Merge pull request #392 from ethagnawl/laserdisc-pioneer-cld-99

Add Pioneer CLD-99 Laserdisc Player Remote
This commit is contained in:
UberGuidoZ 2023-02-03 08:58:24 -08:00 committed by GitHub
commit d4911a2b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,59 @@
Filetype: IR signals file
Version: 1
#
# Pioneer CLD-99 Laserdisc Player
# Inspired by: github.com/RandomDebugError/irdb/blob/master/codes/Pioneer/Laser Disc/168,-1.csv
#
name: POWER
type: parsed
protocol: NEC
address: A8 00 00 00
command: 1C 00 00 00
#
name: PLAY
type: parsed
protocol: NEC
address: A8 00 00 00
command: 17 00 00 00
#
name: PAUSE
type: parsed
protocol: NEC
address: A8 00 00 00
command: 18 00 00 00
#
name: NEXT CHAPTER
type: parsed
protocol: NEC
address: A8 00 00 00
command: 52 00 00 00
#
name: PREV CHAPTER
type: parsed
protocol: NEC
address: A8 00 00 00
command: 53 00 00 00
#
name: NEXT FRAME
type: parsed
protocol: NEC
address: A8 00 00 00
command: 54 00 00 00
#
name: PREV FRAME
type: parsed
protocol: NEC
address: A8 00 00 00
command: 50 00 00 00
#
name: SIDE A
type: parsed
protocol: NEC
address: A8 00 00 00
command: 4D 00 00 00
#
name: SIDE B
type: parsed
protocol: NEC
address: A8 00 00 00
command: 4E 00 00 00