Add VIZIO signals to tv.ir (#2167)

* Add VIZIO signals to tv.ir

* Fix improper formatting

Co-authored-by: Georgii Surkov <37121527+gsurkov@users.noreply.github.com>
This commit is contained in:
valentinegb 2022-12-21 01:30:40 -08:00 committed by GitHub
parent 5856746fc9
commit 2796623551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1656,3 +1656,22 @@ type: parsed
protocol: RC5
address: 01 00 00 00
command: 21 00 00 00
#
# Model: VIZIO
name: Mute
type: parsed
protocol: NEC
address: 04 00 00 00
command: 09 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