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:
Valters Jansons 2023-09-08 13:57:32 +03:00
parent 0ccb343f54
commit 832b6b40fa
No known key found for this signature in database
GPG Key ID: 4F021EB3A83CE748

View File

@ -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