mirror of
https://github.com/RogueMaster/Flipper-IRDB.git
synced 2025-03-03 12:43:55 +00:00
Update Sony RMT-AA400U Remote Control
Commit a68c6a2662ec82e01442fdcfef2ebdae87f79700 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
|
# Sony RMT-AA400U Remote Control
|
||||||
# Compatible with Sony STR-DH190 Stereo Receiver.
|
# Compatible with Sony STR-DH190 Stereo Receiver.
|
||||||
#
|
#
|
||||||
name: POWER
|
name: Power
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: SIRC15
|
protocol: SIRC15
|
||||||
address: 30 00 00 00
|
address: 30 00 00 00
|
||||||
@ -16,19 +16,19 @@ protocol: SIRC15
|
|||||||
address: 30 00 00 00
|
address: 30 00 00 00
|
||||||
command: 60 00 00 00
|
command: 60 00 00 00
|
||||||
#
|
#
|
||||||
name: VOL+
|
name: Vol_up
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: SIRC15
|
protocol: SIRC15
|
||||||
address: 30 00 00 00
|
address: 30 00 00 00
|
||||||
command: 12 00 00 00
|
command: 12 00 00 00
|
||||||
#
|
#
|
||||||
name: VOL-
|
name: Vol_dn
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: SIRC15
|
protocol: SIRC15
|
||||||
address: 30 00 00 00
|
address: 30 00 00 00
|
||||||
command: 13 00 00 00
|
command: 13 00 00 00
|
||||||
#
|
#
|
||||||
name: MUTE
|
name: Mute
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: SIRC15
|
protocol: SIRC15
|
||||||
address: 30 00 00 00
|
address: 30 00 00 00
|
||||||
|
Loading…
x
Reference in New Issue
Block a user