mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2025-11-11 14:40:03 +00:00
refactor: adapt new naming scheme for Audio
This commit is contained in:
@@ -3,19 +3,19 @@ Version: 1
|
||||
#
|
||||
# For Phillips CD-723 Player
|
||||
#
|
||||
name: POWER
|
||||
name: Power
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 14 00 00 00
|
||||
command: 0C 00 00 00
|
||||
#
|
||||
name: VOL-
|
||||
name: Vol_dn
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 14 00 00 00
|
||||
command: 11 00 00 00
|
||||
#
|
||||
name: VOL+
|
||||
name: Vol_up
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 14 00 00 00
|
||||
|
||||
@@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# For Phillips FX55 Hi-Fi System
|
||||
#
|
||||
name: POWER
|
||||
name: Power
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 14 00 00 00
|
||||
@@ -75,19 +75,19 @@ protocol: RC6
|
||||
address: 15 00 00 00
|
||||
command: 8C 00 00 00
|
||||
#
|
||||
name: MUTE
|
||||
name: Mute
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 10 00 00 00
|
||||
command: 0D 00 00 00
|
||||
#
|
||||
name: VOL+
|
||||
name: Vol_up
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 10 00 00 00
|
||||
command: 10 00 00 00
|
||||
#
|
||||
name: VOL-
|
||||
name: Vol_dn
|
||||
type: parsed
|
||||
protocol: RC5
|
||||
address: 10 00 00 00
|
||||
|
||||
Reference in New Issue
Block a user