Skip to content

Commit

Permalink
Update tv.ir (#3584)
Browse files Browse the repository at this point in the history
Co-authored-by: あく <[email protected]>
  • Loading branch information
KRukus9 and skotopes authored Apr 17, 2024
1 parent 4883383 commit 94c2d7a
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion applications/main/infrared/resources/infrared/assets/tv.ir
Original file line number Diff line number Diff line change
Expand Up @@ -1827,4 +1827,43 @@ name: Mute
type: parsed
protocol: NEC
address: 01 00 00 00
command: 17 00 00 00
command: 17 00 00 00
#
# Visio TV
#
name: Power
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
#

0 comments on commit 94c2d7a

Please sign in to comment.