From b94556f0e441335416492f4d0e9cf230a1eba2fc Mon Sep 17 00:00:00 2001 From: sovetnik Date: Thu, 19 Jan 2023 09:14:49 +0300 Subject: [PATCH 1/2] Added KEF LSX Speakers https://assets.kef.com/pdf_doc/LSX/LSX-manual-EN.pdf section 5.3 about remote --- Speakers/KEF/LSX.ir | 50 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Speakers/KEF/LSX.ir diff --git a/Speakers/KEF/LSX.ir b/Speakers/KEF/LSX.ir new file mode 100644 index 00000000..16efb144 --- /dev/null +++ b/Speakers/KEF/LSX.ir @@ -0,0 +1,50 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 02 00 00 00 +# +name: Source +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 1A 00 00 00 +# +name: Minus +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 05 00 00 00 +# +name: Plus +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 06 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 04 00 00 00 +# +name: Play_pause +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 18 00 00 00 +# +name: Previous +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 4B 00 00 00 +# +name: Next +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 4A 00 00 00 From bdcaf7b6bc7312d688cbbcdfbd864f83591db225 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Fri, 20 Jan 2023 22:39:30 -0800 Subject: [PATCH 2/2] Added description to comments --- Speakers/KEF/{LSX.ir => KEF_LSX_Speakers.ir} | 3 +++ 1 file changed, 3 insertions(+) rename Speakers/KEF/{LSX.ir => KEF_LSX_Speakers.ir} (89%) diff --git a/Speakers/KEF/LSX.ir b/Speakers/KEF/KEF_LSX_Speakers.ir similarity index 89% rename from Speakers/KEF/LSX.ir rename to Speakers/KEF/KEF_LSX_Speakers.ir index 16efb144..0a548e06 100644 --- a/Speakers/KEF/LSX.ir +++ b/Speakers/KEF/KEF_LSX_Speakers.ir @@ -1,6 +1,9 @@ Filetype: IR signals file Version: 1 # +# KEF LSX Speakers +# https://assets.kef.com/pdf_doc/LSX/LSX-manual-EN.pdf (Sec 5.3) +# name: Power type: parsed protocol: NEC