mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 12:51:22 +04: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:
@@ -1904,4 +1904,42 @@ type: parsed
|
|||||||
protocol: NECext
|
protocol: NECext
|
||||||
address: 84 E0 00 00
|
address: 84 E0 00 00
|
||||||
command: 64 9B 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user