mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-11-09 14:36:56 +00:00
Standards | Removing non-functioning buttons
This commit is contained in:
parent
a5faf5f4df
commit
92821d694d
@ -1,37 +1,39 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Mute
|
||||
# Bose Solo 5 TV Sound System
|
||||
#
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: BA A0 00 00
|
||||
command: 01 FE 00 00
|
||||
#
|
||||
name: Volume Up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: BA A0 00 00
|
||||
command: 03 FC 00 00
|
||||
#
|
||||
name: Volume Down
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: BA A0 00 00
|
||||
command: 02 FD 00 00
|
||||
#
|
||||
name: Play/Pause
|
||||
name: PLAY|PAUSE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: BA A0 00 00
|
||||
command: 55 AA 00 00
|
||||
#
|
||||
name: Next
|
||||
name: NEXT
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: BA A0 00 00
|
||||
command: 5A A5 00 00
|
||||
#
|
||||
name: Previous
|
||||
name: PREVIOUS
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: BA A0 00 00
|
||||
@ -49,37 +51,25 @@ protocol: NECext
|
||||
address: BA A0 00 00
|
||||
command: 0D F2 00 00
|
||||
#
|
||||
name: Bluetooth
|
||||
name: BLUETOOTH
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: BA A0 00 00
|
||||
command: 81 7E 00 00
|
||||
#
|
||||
name: Bass
|
||||
name: BASS
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: BA A0 00 00
|
||||
command: 82 7D 00 00
|
||||
#
|
||||
name: Fast Forward
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: BA A0 00 00
|
||||
command: 58 A7 00 00
|
||||
#
|
||||
name: Rewind
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: BA A0 00 00
|
||||
command: 57 A8 00 00
|
||||
#
|
||||
name: Pause
|
||||
name: PAUSE
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: BA A0 00 00
|
||||
command: 56 A9 00 00
|
||||
#
|
||||
name: Stop
|
||||
name: STOP
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: BA A0 00 00
|
||||
|
Loading…
Reference in New Issue
Block a user