Skip to content

Commit

Permalink
Update tv.ir (flipperdevices#3789)
Browse files Browse the repository at this point in the history
Adds definitions for Emerson TV Universal Remote

Co-authored-by: あく <[email protected]>
  • Loading branch information
GreenBean657 and skotopes authored Jul 16, 2024
1 parent 05a0d01 commit 03221e9
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions applications/main/infrared/resources/infrared/assets/tv.ir
Original file line number Diff line number Diff line change
Expand Up @@ -1867,3 +1867,41 @@ protocol: NEC
address: 04 00 00 00
command: 09 00 00 00
#
# Emerson TV
#
name: Power
type: parsed
protocol: NECext
address: 84 E0 00 00
command: 20 DF 00 00
#
name: Ch_next
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

0 comments on commit 03221e9

Please sign in to comment.