From d9ad7caaf5d7449dd028a719021fd85b628987d8 Mon Sep 17 00:00:00 2001 From: r1cksec Date: Sat, 13 Aug 2022 19:22:13 +0200 Subject: [PATCH 1/3] Add Geneva Sound System Model L --- .../Geneva/Geneva_Sound_System_Model_L.ir | 141 ++++++++++++++++++ 1 file changed, 141 insertions(+) create mode 100644 Speakers/Geneva/Geneva_Sound_System_Model_L.ir diff --git a/Speakers/Geneva/Geneva_Sound_System_Model_L.ir b/Speakers/Geneva/Geneva_Sound_System_Model_L.ir new file mode 100644 index 00000000..29fcc777 --- /dev/null +++ b/Speakers/Geneva/Geneva_Sound_System_Model_L.ir @@ -0,0 +1,141 @@ +Filetype: IR signals file +Version: 1 +# +name: POWER_Toggle +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 00 00 00 00 +# +name: VOL+ +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 03 00 00 00 +# +name: VOL- +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 06 00 00 00 +# +name: Bass+ +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 01 00 00 00 +# +name: Bass- +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 04 00 00 00 +# +name: Treble+ +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 02 00 00 00 +# +name: Treble- +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 05 00 00 00 +# +name: IPod +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 07 00 00 00 +# +name: CD +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 08 00 00 00 +# +name: FM +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 09 00 00 00 +# +name: Air +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0E 00 00 00 +# +name: LineIn +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 10 00 00 00 +# +name: Play_Pause +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0A 00 00 00 +# +name: Next +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0C 00 00 00 +# +name: Prev +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0B 00 00 00 +# +name: Stop +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0D 00 00 00 +# +name: Eject +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0F 00 00 00 +# +name: P +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 11 00 00 00 +# +name: R +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 12 00 00 00 +# +name: E +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 13 00 00 00 +# +name: S +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 14 00 00 00 +# +name: E +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 15 00 00 00 +# +name: T +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 16 00 00 00 + From 711469d4589b5feb3e5b2791e928254273f7730d Mon Sep 17 00:00:00 2001 From: r1cksec Date: Sat, 13 Aug 2022 19:46:08 +0200 Subject: [PATCH 2/3] Adjust POWER name --- Speakers/Geneva/Geneva_Sound_System_Model_L.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Speakers/Geneva/Geneva_Sound_System_Model_L.ir b/Speakers/Geneva/Geneva_Sound_System_Model_L.ir index 29fcc777..5d723991 100644 --- a/Speakers/Geneva/Geneva_Sound_System_Model_L.ir +++ b/Speakers/Geneva/Geneva_Sound_System_Model_L.ir @@ -1,7 +1,7 @@ Filetype: IR signals file Version: 1 # -name: POWER_Toggle +name: POWER type: parsed protocol: NEC address: 00 00 00 00 From ba69f30aaa73ad28889a62324235794625d2a54b Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sun, 14 Aug 2022 01:47:19 -0700 Subject: [PATCH 3/3] Added description to comments --- Speakers/Geneva/Geneva_Sound_System_Model_L.ir | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Speakers/Geneva/Geneva_Sound_System_Model_L.ir b/Speakers/Geneva/Geneva_Sound_System_Model_L.ir index 5d723991..baa286ce 100644 --- a/Speakers/Geneva/Geneva_Sound_System_Model_L.ir +++ b/Speakers/Geneva/Geneva_Sound_System_Model_L.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 # +# Geneva Sound System Model L +# name: POWER type: parsed protocol: NEC