mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2025-12-04 23:45:35 +00:00
refactor: adapt new naming scheme for Audio
This commit is contained in:
@@ -3,13 +3,13 @@ Version: 1
|
||||
#
|
||||
# Edifier R1280T Audio Receiver
|
||||
#
|
||||
name: Vol+
|
||||
name: Vol_up
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 10 E7 00 00
|
||||
command: 3C C3 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: Vol_dn
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 10 E7 00 00
|
||||
|
||||
@@ -9,13 +9,13 @@ protocol: NECext
|
||||
address: 10 E7 00 00
|
||||
command: 01 FE 00 00
|
||||
#
|
||||
name: Vol+
|
||||
name: Vol_up
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 10 E7 00 00
|
||||
command: 09 F6 00 00
|
||||
#
|
||||
name: Vol-
|
||||
name: Vol_dn
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 10 E7 00 00
|
||||
|
||||
@@ -3,19 +3,19 @@ Version: 1
|
||||
#
|
||||
# For Edifier R1855DB
|
||||
#
|
||||
name: VOL+
|
||||
name: Vol_up
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 10 E7 00 00
|
||||
command: 06 F9 00 00
|
||||
#
|
||||
name: VOL-
|
||||
name: Vol_dn
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 10 E7 00 00
|
||||
command: 47 B8 00 00
|
||||
#
|
||||
name: MUTE
|
||||
name: Mute
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 10 E7 00 00
|
||||
|
||||
@@ -3,7 +3,7 @@ Version: 1
|
||||
#
|
||||
# Edifier R2000DB Audio Receiver
|
||||
#
|
||||
name: PWR
|
||||
name: Power
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 10 E7 00 00
|
||||
@@ -21,19 +21,19 @@ protocol: NECext
|
||||
address: 10 E7 00 00
|
||||
command: 14 EB 00 00
|
||||
#
|
||||
name: VOL-
|
||||
name: Vol_dn
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 10 E7 00 00
|
||||
command: 0C F3 00 00
|
||||
#
|
||||
name: VOL+
|
||||
name: Vol_up
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 10 E7 00 00
|
||||
command: 09 F6 00 00
|
||||
#
|
||||
name: MUTE
|
||||
name: Mute
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 10 E7 00 00
|
||||
|
||||
Reference in New Issue
Block a user