From 10aa9e58dddba522072eacefcd3dc031b015daf3 Mon Sep 17 00:00:00 2001 From: Vince Date: Tue, 12 Mar 2024 18:16:11 -0700 Subject: [PATCH] Adding Philips/CDi_Commander.ir --- Consoles/Philips/CDi_Commander.ir | 54 +++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Consoles/Philips/CDi_Commander.ir diff --git a/Consoles/Philips/CDi_Commander.ir b/Consoles/Philips/CDi_Commander.ir new file mode 100644 index 00000000..0fa93988 --- /dev/null +++ b/Consoles/Philips/CDi_Commander.ir @@ -0,0 +1,54 @@ +Filetype: IR signals file +Version: 1 +# +# Philips CD-i "Commander" remote control +# +# https://en.wikipedia.org/wiki/CD-i +# +name: Play +type: parsed +protocol: RC6 +address: 19 00 00 00 +command: 2C 00 00 00 +# +name: Pause +type: parsed +protocol: RC6 +address: 19 00 00 00 +command: 30 00 00 00 +# +name: Stop +type: parsed +protocol: RC6 +address: 19 00 00 00 +command: 31 00 00 00 +# +name: Prev +type: parsed +protocol: RC6 +address: 19 00 00 00 +command: 21 00 00 00 +# +name: Next +type: parsed +protocol: RC6 +address: 19 00 00 00 +command: 20 00 00 00 +# +name: Vol_dn +type: parsed +protocol: RC6 +address: 19 00 00 00 +command: 11 00 00 00 +# +name: Vol_up +type: parsed +protocol: RC6 +address: 19 00 00 00 +command: 10 00 00 00 +# +name: CDi/TV +type: parsed +protocol: RC6 +address: 19 00 00 00 +command: 43 00 00 00