From 0720465c51951209d880de71c7a062f39e0ed121 Mon Sep 17 00:00:00 2001 From: Jim Dishaw Date: Sun, 10 Sep 2023 20:06:08 -0400 Subject: [PATCH 1/2] Revised the JBL Soundbar 5.1 - Added a Bass- button - Renamed Bass to Bass+ - Moved Bass+ and Bass- to the bottom as a more logical grouping --- SoundBars/JBL/JBL_5_1_Soundbar.ir | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/SoundBars/JBL/JBL_5_1_Soundbar.ir b/SoundBars/JBL/JBL_5_1_Soundbar.ir index 22827960..1f9a3888 100644 --- a/SoundBars/JBL/JBL_5_1_Soundbar.ir +++ b/SoundBars/JBL/JBL_5_1_Soundbar.ir @@ -20,13 +20,7 @@ type: parsed protocol: NECext address: 80 70 00 00 command: BA 45 00 00 -# -name: Bass -type: parsed -protocol: NECext -address: 80 70 00 00 -command: EC 13 00 00 -# +# name: HDMI type: parsed protocol: NECext @@ -50,3 +44,15 @@ type: parsed protocol: NECext address: 80 70 00 00 command: C1 3E 00 00 +# +name: Bass+ +type: parsed +protocol: NECext +address: 80 70 00 00 +command: EC 13 00 00 +# +name: Bass- +type: parsed +protocol: NECext +address: 80 70 00 00 +command: ED 12 00 00 From 463c5f96b247cd771e930472c2d9fef50f579ce1 Mon Sep 17 00:00:00 2001 From: Jim Dishaw Date: Sun, 10 Sep 2023 20:27:15 -0400 Subject: [PATCH 2/2] Changed button names to match upstream linter changes - Upstream linter recommended changing names for Vol+/Vol- - Changed Bass+/Bass- to match linter recommendation --- SoundBars/JBL/JBL_5_1_Soundbar.ir | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SoundBars/JBL/JBL_5_1_Soundbar.ir b/SoundBars/JBL/JBL_5_1_Soundbar.ir index 1f9a3888..9784e51a 100644 --- a/SoundBars/JBL/JBL_5_1_Soundbar.ir +++ b/SoundBars/JBL/JBL_5_1_Soundbar.ir @@ -27,13 +27,13 @@ protocol: NECext address: 80 70 00 00 command: F2 0D 00 00 # -name: Vol+ +name: Vol_up type: parsed protocol: NECext address: 80 70 00 00 command: C7 38 00 00 # -name: Vol- +name: Vol_dn type: parsed protocol: NECext address: 80 70 00 00 @@ -45,13 +45,13 @@ protocol: NECext address: 80 70 00 00 command: C1 3E 00 00 # -name: Bass+ +name: Bass_up type: parsed protocol: NECext address: 80 70 00 00 command: EC 13 00 00 # -name: Bass- +name: Bass_dn type: parsed protocol: NECext address: 80 70 00 00