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

@ -1694,69 +1694,69 @@ type: parsed
protocol: RC6
address: 00 00 00 00
command: 0C 00 00 00
#
#
name: Mute
type: parsed
protocol: RC6
address: 00 00 00 00
command: 0D 00 00 00
#
#
name: Vol_up
type: parsed
protocol: RC6
address: 00 00 00 00
command: 10 00 00 00
#
#
name: Vol_dn
type: parsed
protocol: RC6
address: 00 00 00 00
command: 11 00 00 00
#
#
name: Ch_next
type: parsed
protocol: RC6
address: 00 00 00 00
command: 20 00 00 00
#
#
name: Ch_prev
type: parsed
protocol: RC6
address: 00 00 00 00
command: 21 00 00 00
#
#
# Model TCL 50P715X1
#
#
name: Power
type: parsed
protocol: RCA
address: 0F 00 00 00
command: 54 00 00 00
#
#
name: Mute
type: parsed
protocol: RCA
address: 0F 00 00 00
command: FC 00 00 00
#
#
name: Vol_up
type: parsed
protocol: RCA
address: 0F 00 00 00
command: F4 00 00 00
#
#
name: Vol_dn
type: parsed
protocol: RCA
address: 0F 00 00 00
command: 74 00 00 00
#
#
name: Ch_next
type: parsed
protocol: RCA
address: 0F 00 00 00
command: B4 00 00 00
#
#
name: Ch_prev
type: parsed
protocol: RCA
@ -1770,31 +1770,31 @@ type: parsed
protocol: NECext
address: 01 72 00 00
command: 5C A3 00 00
#
#
name: Power
type: parsed
protocol: NECext
address: 01 72 00 00
command: 1E E1 00 00
#
#
name: Vol_up
type: parsed
protocol: NECext
address: 01 72 00 00
command: 0A F5 00 00
#
#
name: Vol_dn
type: parsed
protocol: NECext
address: 01 72 00 00
command: 06 F9 00 00
#
#
name: Ch_next
type: parsed
protocol: NECext
address: 01 72 00 00
command: 48 B7 00 00
#
#
name: Ch_prev
type: parsed
protocol: NECext
@ -1836,39 +1836,39 @@ type: parsed
protocol: NEC
address: 04 00 00 00
command: 08 00 00 00
#
#
name: Vol_up
type: parsed
protocol: NEC
address: 04 00 00 00
command: 02 00 00 00
#
#
name: Vol_dn
type: parsed
protocol: NEC
address: 04 00 00 00
command: 03 00 00 00
#
#
name: Ch_next
type: parsed
protocol: NEC
address: 04 00 00 00
command: 00 00 00 00
#
#
name: Ch_prev
type: parsed
protocol: NEC
address: 04 00 00 00
command: 01 00 00 00
#
#
name: Mute
type: parsed
protocol: NEC
address: 04 00 00 00
command: 09 00 00 00
#
#
# Emerson TV
#
#
name: Power
type: parsed
protocol: NECext
@ -1880,28 +1880,66 @@ type: parsed
protocol: NECext
address: 84 E0 00 00
command: 50 AF 00 00
#
#
name: Ch_prev
type: parsed
protocol: NECext
address: 84 E0 00 00
command: 51 AE 00 00
#
#
name: Vol_up
type: parsed
protocol: NECext
address: 84 E0 00 00
command: 60 9F 00 00
#
#
name: Vol_dn
type: parsed
protocol: NECext
address: 84 E0 00 00
command: 61 9E 00 00
#
#
name: Mute
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