From 8ff7cc2e3b5d23176dbe8d9782ce277ecf4dc7af Mon Sep 17 00:00:00 2001 From: Peter Doherty Date: Fri, 27 Jan 2023 19:50:38 -0500 Subject: [PATCH] introduce basic Pioneer Elite CLD-99 remote --- Laserdisc/Pioneer/Pioneer_Elite_CLD_99.ir | 36 +++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Laserdisc/Pioneer/Pioneer_Elite_CLD_99.ir diff --git a/Laserdisc/Pioneer/Pioneer_Elite_CLD_99.ir b/Laserdisc/Pioneer/Pioneer_Elite_CLD_99.ir new file mode 100644 index 00000000..47067b4d --- /dev/null +++ b/Laserdisc/Pioneer/Pioneer_Elite_CLD_99.ir @@ -0,0 +1,36 @@ +Filetype: IR signals file +Version: 1 +# +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: SKIP FORWARD +type: parsed +protocol: NEC +address: A8 00 00 00 +command: 52 00 00 00 + +# +name: SKIP BACKWARD +type: parsed +protocol: NEC +address: A8 00 00 00 +command: 53 00 00 00