Update tv.ir (#3584)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
KRukus9 2024-04-17 16:12:02 -07:00 committed by GitHub
parent 4883383b20
commit 94c2d7a4e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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