From c0cd2138f925d7537e836549cd2fd272edb1d234 Mon Sep 17 00:00:00 2001 From: Yoanndp <13591243+Yoanndp@users.noreply.github.com> Date: Fri, 30 Sep 2022 12:28:10 +0200 Subject: [PATCH] Add Sony MHC-EC69 remote For some reason, I don't have a mute button on the remote. Feel free to enhance the file if you have it ! --- Audio_Receivers/Sony/Sony_MHC-EC69.ir | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Audio_Receivers/Sony/Sony_MHC-EC69.ir diff --git a/Audio_Receivers/Sony/Sony_MHC-EC69.ir b/Audio_Receivers/Sony/Sony_MHC-EC69.ir new file mode 100644 index 00000000..ce5e86d5 --- /dev/null +++ b/Audio_Receivers/Sony/Sony_MHC-EC69.ir @@ -0,0 +1,22 @@ +Filetype: IR signals file +Version: 1 +# +# Sony MHC-EC69 +# +name: POWER +type: parsed +protocol: SIRC +address: 10 00 00 00 +command: 15 00 00 00 +# +name: VOL+ +type: parsed +protocol: SIRC +address: 10 00 00 00 +command: 12 00 00 00 +# +name: VOL- +type: parsed +protocol: SIRC +address: 10 00 00 00 +command: 13 00 00 00 \ No newline at end of file