mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2026-01-02 22:03:53 +00:00
refactor: adapt new naming scheme for Audio
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user