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:
christhetech131 2024-09-08 17:54:38 -05:00 committed by GitHub
parent 75f4782fab
commit 543f6058e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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