Merge pull request #573 from zzmgck/revise-jbl-soundbar

Revised the JBL Soundbar 5.1
This commit is contained in:
UberGuidoZ 2023-09-15 08:35:44 -07:00 committed by GitHub
commit 50356694fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,26 +20,20 @@ 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
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
@ -50,3 +44,15 @@ type: parsed
protocol: NECext
address: 80 70 00 00
command: C1 3E 00 00
#
name: Bass_up
type: parsed
protocol: NECext
address: 80 70 00 00
command: EC 13 00 00
#
name: Bass_dn
type: parsed
protocol: NECext
address: 80 70 00 00
command: ED 12 00 00