mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-11-09 14:36:56 +00:00
Update Sony RMT-AA400U Remote Control
Commit a68c6a2662
was a part of a large
refactoring PR. It was merged shortly after the Sony RMT-AA400U IR
file was included into the repository. However, the refactoring did not
properly consider new files being added. So, Sony RMT-AA400U was not
refactored. This commit finally applies the audio naming scheme to it.
This commit is contained in:
parent
0ccb343f54
commit
832b6b40fa
@ -4,7 +4,7 @@ Version: 1
|
||||
# Sony RMT-AA400U Remote Control
|
||||
# Compatible with Sony STR-DH190 Stereo Receiver.
|
||||
#
|
||||
name: POWER
|
||||
name: Power
|
||||
type: parsed
|
||||
protocol: SIRC15
|
||||
address: 30 00 00 00
|
||||
@ -16,19 +16,19 @@ protocol: SIRC15
|
||||
address: 30 00 00 00
|
||||
command: 60 00 00 00
|
||||
#
|
||||
name: VOL+
|
||||
name: Vol_up
|
||||
type: parsed
|
||||
protocol: SIRC15
|
||||
address: 30 00 00 00
|
||||
command: 12 00 00 00
|
||||
#
|
||||
name: VOL-
|
||||
name: Vol_dn
|
||||
type: parsed
|
||||
protocol: SIRC15
|
||||
address: 30 00 00 00
|
||||
command: 13 00 00 00
|
||||
#
|
||||
name: MUTE
|
||||
name: Mute
|
||||
type: parsed
|
||||
protocol: SIRC15
|
||||
address: 30 00 00 00
|
||||
|
Loading…
Reference in New Issue
Block a user