mirror of
https://github.com/RogueMaster/Flipper-IRDB.git
synced 2025-01-14 05:41:28 +00:00
Merge pull request #345 from SimplyMinimal/main
Update Bose Solo 5 to include more buttons
This commit is contained in:
commit
1bed410a17
@ -1,32 +1,76 @@
|
|||||||
Filetype: IR signals file
|
Filetype: IR signals file
|
||||||
Version: 1
|
Version: 1
|
||||||
#
|
#
|
||||||
name: Volume_up
|
# Bose Solo 5 TV Sound System
|
||||||
|
#
|
||||||
|
name: MUTE
|
||||||
|
type: parsed
|
||||||
|
protocol: NECext
|
||||||
|
address: BA A0 00 00
|
||||||
|
command: 01 FE 00 00
|
||||||
|
#
|
||||||
|
name: VOL+
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NECext
|
protocol: NECext
|
||||||
address: BA A0 00 00
|
address: BA A0 00 00
|
||||||
command: 03 FC 00 00
|
command: 03 FC 00 00
|
||||||
#
|
#
|
||||||
name: Volume_down
|
name: VOL-
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NECext
|
protocol: NECext
|
||||||
address: BA A0 00 00
|
address: BA A0 00 00
|
||||||
command: 02 FD 00 00
|
command: 02 FD 00 00
|
||||||
#
|
#
|
||||||
name: Mode_aux
|
name: PLAY|PAUSE
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NECext
|
protocol: NECext
|
||||||
address: BA A0 00 00
|
address: BA A0 00 00
|
||||||
command: 0D F2 00 00
|
command: 55 AA 00 00
|
||||||
#
|
#
|
||||||
name: Mode_bt
|
name: NEXT
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NECext
|
protocol: NECext
|
||||||
address: BA A0 00 00
|
address: BA A0 00 00
|
||||||
command: 81 7E 00 00
|
command: 5A A5 00 00
|
||||||
#
|
#
|
||||||
|
name: PREVIOUS
|
||||||
|
type: parsed
|
||||||
|
protocol: NECext
|
||||||
|
address: BA A0 00 00
|
||||||
|
command: 59 A6 00 00
|
||||||
|
#
|
||||||
name: POWER
|
name: POWER
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NECext
|
protocol: NECext
|
||||||
address: BA A0 00 00
|
address: BA A0 00 00
|
||||||
command: 4C B3 00 00
|
command: 4C B3 00 00
|
||||||
|
#
|
||||||
|
name: AUX
|
||||||
|
type: parsed
|
||||||
|
protocol: NECext
|
||||||
|
address: BA A0 00 00
|
||||||
|
command: 0D F2 00 00
|
||||||
|
#
|
||||||
|
name: BLUETOOTH
|
||||||
|
type: parsed
|
||||||
|
protocol: NECext
|
||||||
|
address: BA A0 00 00
|
||||||
|
command: 81 7E 00 00
|
||||||
|
#
|
||||||
|
name: BASS
|
||||||
|
type: parsed
|
||||||
|
protocol: NECext
|
||||||
|
address: BA A0 00 00
|
||||||
|
command: 82 7D 00 00
|
||||||
|
#
|
||||||
|
name: PAUSE
|
||||||
|
type: parsed
|
||||||
|
protocol: NECext
|
||||||
|
address: BA A0 00 00
|
||||||
|
command: 56 A9 00 00
|
||||||
|
#
|
||||||
|
name: STOP
|
||||||
|
type: parsed
|
||||||
|
protocol: NECext
|
||||||
|
address: BA A0 00 00
|
||||||
|
command: 1A E5 00 00
|
Loading…
x
Reference in New Issue
Block a user