From 57ebc8eb01497a26f7cc8dfc61743456d495dd54 Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Wed, 4 Jan 2023 17:05:14 +0000 Subject: [PATCH] Added Como Audio Remote (Thanks idkbro9912!) For Solo, Duetto and Amico Models --- Speakers/Como_Audio/Como_audio.ir | 74 +++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 Speakers/Como_Audio/Como_audio.ir diff --git a/Speakers/Como_Audio/Como_audio.ir b/Speakers/Como_Audio/Como_audio.ir new file mode 100644 index 00000000..75bdd955 --- /dev/null +++ b/Speakers/Como_Audio/Como_audio.ir @@ -0,0 +1,74 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: NEC +address: 77 00 00 00 +command: F1 00 00 00 +# +name: Info +type: parsed +protocol: NEC +address: 77 00 00 00 +command: F2 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 77 00 00 00 +command: F3 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 77 00 00 00 +command: F4 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 77 00 00 00 +command: F5 00 00 00 +# +name: Forward +type: parsed +protocol: NEC +address: 77 00 00 00 +command: F7 00 00 00 +# +name: Reverse +type: parsed +protocol: NEC +address: 77 00 00 00 +command: F6 00 00 00 +# +name: Play_pause +type: parsed +protocol: NEC +address: 77 00 00 00 +command: F8 00 00 00 +# +name: Menu +type: parsed +protocol: NEC +address: 77 00 00 00 +command: F9 00 00 00 +# +name: Clock +type: parsed +protocol: NEC +address: 77 00 00 00 +command: FA 00 00 00 +# +name: Vol_up +type: parsed +protocol: NEC +address: 77 00 00 00 +command: FB 00 00 00 +# +name: Vol_down +type: parsed +protocol: NEC +address: 77 00 00 00 +command: FC 00 00 00