From f91e113bdaf18be6fc3c9d196cf81165cde3441c Mon Sep 17 00:00:00 2001 From: Tom Maiaroto Date: Sat, 18 Nov 2023 21:35:48 -0800 Subject: [PATCH] add SMSL RC-8A (for model AO100) --- Audio_Receivers/SMSL/SMSL_RC-8A.ir | 64 ++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 Audio_Receivers/SMSL/SMSL_RC-8A.ir diff --git a/Audio_Receivers/SMSL/SMSL_RC-8A.ir b/Audio_Receivers/SMSL/SMSL_RC-8A.ir new file mode 100644 index 00000000..9a7b1997 --- /dev/null +++ b/Audio_Receivers/SMSL/SMSL_RC-8A.ir @@ -0,0 +1,64 @@ +Filetype: IR signals file +Version: 1 +# +# SMSL RC-8A +# +name: Power +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 01 FE 00 00 +# +name: Vol.up +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 0A F5 00 00 +# +name: Vol.down +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 0B F4 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 09 F6 00 00 +# +name: Input +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 07 F8 00 00 +# +name: FN +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 08 F7 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 02 FD 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 06 F9 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 03 FC 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 12 34 00 00 +command: 05 FA 00 00