mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-03-02 14:07:14 +00:00
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:
parent
5856746fc9
commit
2796623551
1 changed files with 19 additions and 0 deletions
|
@ -1656,3 +1656,22 @@ type: parsed
|
||||||
protocol: RC5
|
protocol: RC5
|
||||||
address: 01 00 00 00
|
address: 01 00 00 00
|
||||||
command: 21 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue