From 4e717701b39542677b660e90967854bb8be05924 Mon Sep 17 00:00:00 2001 From: Peter Doherty Date: Sat, 28 Jan 2023 10:49:24 -0500 Subject: [PATCH] add prev/next frame commands --- Laserdisc/Pioneer/Pioneer_Elite_CLD_99.ir | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Laserdisc/Pioneer/Pioneer_Elite_CLD_99.ir b/Laserdisc/Pioneer/Pioneer_Elite_CLD_99.ir index b4f06788..1a49c633 100644 --- a/Laserdisc/Pioneer/Pioneer_Elite_CLD_99.ir +++ b/Laserdisc/Pioneer/Pioneer_Elite_CLD_99.ir @@ -34,3 +34,17 @@ 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