mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-13 00:07:12 +00:00
Infrared: add TCL 75S451 to TV universal remote (#3880)
* Update tv.ir * Infrared: mark TCL 75S451 block in universal remote, cleanup extra spaces Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
parent
75f4782fab
commit
543f6058e5
1 changed files with 66 additions and 28 deletions
|
@ -1904,4 +1904,42 @@ type: parsed
|
|||
protocol: NECext
|
||||
address: 84 E0 00 00
|
||||
command: 64 9B 00 00
|
||||
#
|
||||
# TCL 75S451
|
||||
#
|
||||
name: Power
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: EA C7 00 00
|
||||
command: 17 E8 00 00
|
||||
#
|
||||
name: Mute
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: EA C7 00 00
|
||||
command: 20 DF 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: EA C7 00 00
|
||||
command: 0F F0 00 00
|
||||
#
|
||||
name: Vol_dn
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: EA C7 00 00
|
||||
command: 10 EF 00 00
|
||||
#
|
||||
name: Ch_next
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: EA C7 00 00
|
||||
command: 19 E6 00 00
|
||||
#
|
||||
name: Ch_prev
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: EA C7 00 00
|
||||
command: 33 CC 00 00
|
||||
|
||||
|
|
Loading…
Reference in a new issue