mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-13 00:07:12 +00:00
Update tv.ir
New additions
This commit is contained in:
parent
7ecd5684cb
commit
a8456208da
1 changed files with 26 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
Filetype: IR library file
|
||||
Version: 1
|
||||
# Last Updated 24th Jul, 2023
|
||||
# Last Checked 19th Aug, 2023
|
||||
# Last Updated 1st Sept, 2023
|
||||
# Last Checked 1st Sept, 2023
|
||||
#
|
||||
name: Power
|
||||
type: parsed
|
||||
|
@ -2345,3 +2345,27 @@ type: parsed
|
|||
protocol: NEC
|
||||
address: 80 00 00 00
|
||||
command: D0 00 00 00
|
||||
#
|
||||
name: Ch_next
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 7F 00 00
|
||||
command: 48 B7 00 00
|
||||
#
|
||||
name: Ch_prev
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 7F 00 00
|
||||
command: 44 BB 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 7F 00 00
|
||||
command: 0A F5 00 00
|
||||
#
|
||||
name: Vol_dn
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 00 7F 00 00
|
||||
command: 06 F9 00 00
|
||||
|
|
Loading…
Reference in a new issue