mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 19:31:50 +03:00
Update audio.ir
New additions
This commit is contained in:
parent
ea357b8eaf
commit
a7b3f9df4c
@ -1,7 +1,7 @@
|
|||||||
Filetype: IR library file
|
Filetype: IR library file
|
||||||
Version: 1
|
Version: 1
|
||||||
# Last Updated 1st Jul, 2023
|
# Last Updated 13th Jul, 2023
|
||||||
# Last Checked 1st Jul, 2023
|
# Last Checked 13th Jul, 2023
|
||||||
#
|
#
|
||||||
name: Power
|
name: Power
|
||||||
type: parsed
|
type: parsed
|
||||||
@ -3680,3 +3680,51 @@ type: parsed
|
|||||||
protocol: NEC
|
protocol: NEC
|
||||||
address: 80 00 00 00
|
address: 80 00 00 00
|
||||||
command: 02 00 00 00
|
command: 02 00 00 00
|
||||||
|
#
|
||||||
|
name: Power
|
||||||
|
type: parsed
|
||||||
|
protocol: RC5
|
||||||
|
address: 15 00 00 00
|
||||||
|
command: 0C 00 00 00
|
||||||
|
#
|
||||||
|
name: Mute
|
||||||
|
type: parsed
|
||||||
|
protocol: RC5
|
||||||
|
address: 15 00 00 00
|
||||||
|
command: 0D 00 00 00
|
||||||
|
#
|
||||||
|
name: Vol_up
|
||||||
|
type: parsed
|
||||||
|
protocol: RC5
|
||||||
|
address: 15 00 00 00
|
||||||
|
command: 10 00 00 00
|
||||||
|
#
|
||||||
|
name: Vol_dn
|
||||||
|
type: parsed
|
||||||
|
protocol: RC5
|
||||||
|
address: 15 00 00 00
|
||||||
|
command: 11 00 00 00
|
||||||
|
#
|
||||||
|
name: Prev
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 00 00 00 00
|
||||||
|
command: 40 00 00 00
|
||||||
|
#
|
||||||
|
name: Next
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 00 00 00 00
|
||||||
|
command: 43 00 00 00
|
||||||
|
#
|
||||||
|
name: Play
|
||||||
|
type: parsed
|
||||||
|
protocol: RC5
|
||||||
|
address: 15 00 00 00
|
||||||
|
command: 35 00 00 00
|
||||||
|
#
|
||||||
|
name: Pause
|
||||||
|
type: parsed
|
||||||
|
protocol: RC5
|
||||||
|
address: 15 00 00 00
|
||||||
|
command: 35 00 00 00
|
||||||
|
Loading…
Reference in New Issue
Block a user