refactor: adapt new naming scheme for Audio

This commit is contained in:
darmiel
2023-08-21 21:34:15 +02:00
parent c0e402540e
commit a68c6a2662
152 changed files with 470 additions and 470 deletions

View File

@@ -3,19 +3,19 @@ Version: 1
#
# Yamaha AX-380 Stereo Amplifier
#
name: POWER
name: Power
type: parsed
protocol: NEC
address: 7A 00 00 00
command: 1F 00 00 00
#
name: VOL+
name: Vol_up
type: parsed
protocol: NEC
address: 7A 00 00 00
command: 1A 00 00 00
#
name: VOL-
name: Vol_dn
type: parsed
protocol: NEC
address: 7A 00 00 00

View File

@@ -3,19 +3,19 @@ Version: 1
#
# Yamaha Amplifier AX-396
#
name: POWER
name: Power
type: parsed
protocol: NEC
address: 7A 00 00 00
command: 1F 00 00 00
#
name: VOL+
name: Vol_up
type: parsed
protocol: NEC
address: 7A 00 00 00
command: 1A 00 00 00
#
name: VOL-
name: Vol_dn
type: parsed
protocol: NEC
address: 7A 00 00 00

View File

@@ -7,25 +7,25 @@ Version: 1
#
# Tested with Yamaha A-S500.
#
name: POWER
name: Power
type: parsed
protocol: NECext
address: 7E 81 00 00
command: 2A D4 00 00
#
name: VOL+
name: Vol_up
type: parsed
protocol: NECext
address: 7A 85 00 00
command: 1A E4 00 00
#
name: VOL-
name: Vol_dn
type: parsed
protocol: NECext
address: 7A 85 00 00
command: 1B E5 00 00
#
name: MUTE
name: Mute
type: parsed
protocol: NECext
address: 7A 85 00 00

View File

@@ -1,7 +1,7 @@
Filetype: IR signals file
Version: 1
#
name: VOL+
name: Vol_up
type: parsed
protocol: NEC
address: 7A 00 00 00
@@ -13,7 +13,7 @@ protocol: NEC
address: 7A 00 00 00
command: 1B 00 00 00
#
name: POWER
name: Power
type: parsed
protocol: NEC
address: 7E 00 00 00

View File

@@ -3,13 +3,13 @@ Version: 1
#
# Yamaha RX-A860 Audio Receiver
#
name: Vol_Up
name: Vol_up
type: parsed
protocol: NEC
address: 7A 00 00 00
command: 1A 00 00 00
#
name: Vol_Down
name: Vol_dn
type: parsed
protocol: NEC
address: 7A 00 00 00

View File

@@ -163,13 +163,13 @@ protocol: NEC
address: 78 00 00 00
command: 4F 00 00 00
#
name: VolumeUp
name: Vol_up
type: parsed
protocol: NEC
address: 78 00 00 00
command: 1E 00 00 00
#
name: VolumeDn
name: Vol_dn
type: parsed
protocol: NEC
address: 78 00 00 00

View File

@@ -103,13 +103,13 @@ protocol: NECext
address: 7A 85 00 00
command: 23 5C 00 00
#
name: Vol +
name: Vol_up
type: parsed
protocol: NEC
address: 7A 00 00 00
command: 1A 00 00 00
#
name: Vol -
name: Vol_dn
type: parsed
protocol: NEC
address: 7A 00 00 00