rename keys and rearrange them to match more frequent usage and other remotes in the DB
parent
def5157de4
commit
9c27b08f48
66
TVs/Vizio.ir
66
TVs/Vizio.ir
|
@ -13,25 +13,55 @@ protocol: NEC
|
||||||
address: 04 00 00 00
|
address: 04 00 00 00
|
||||||
command: 2F 00 00 00
|
command: 2F 00 00 00
|
||||||
#
|
#
|
||||||
|
name: Vol_up
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 04 00 00 00
|
||||||
|
command: 02 00 00 00
|
||||||
|
#
|
||||||
|
name: Vol_down
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 04 00 00 00
|
||||||
|
command: 03 00 00 00
|
||||||
|
#
|
||||||
|
name: Ch_up
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 04 00 00 00
|
||||||
|
command: 00 00 00 00
|
||||||
|
#
|
||||||
|
name: Ch_down
|
||||||
|
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
|
||||||
|
#
|
||||||
name: Up
|
name: Up
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NEC
|
protocol: NEC
|
||||||
address: 04 00 00 00
|
address: 04 00 00 00
|
||||||
command: 45 00 00 00
|
command: 45 00 00 00
|
||||||
#
|
#
|
||||||
name: Dwn
|
name: Down
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NEC
|
protocol: NEC
|
||||||
address: 04 00 00 00
|
address: 04 00 00 00
|
||||||
command: 46 00 00 00
|
command: 46 00 00 00
|
||||||
#
|
#
|
||||||
name: Rt
|
name: Right
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NEC
|
protocol: NEC
|
||||||
address: 04 00 00 00
|
address: 04 00 00 00
|
||||||
command: 48 00 00 00
|
command: 48 00 00 00
|
||||||
#
|
#
|
||||||
name: Lft
|
name: Left
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NEC
|
protocol: NEC
|
||||||
address: 04 00 00 00
|
address: 04 00 00 00
|
||||||
|
@ -49,36 +79,6 @@ protocol: NEC
|
||||||
address: 04 00 00 00
|
address: 04 00 00 00
|
||||||
command: 4A 00 00 00
|
command: 4A 00 00 00
|
||||||
#
|
#
|
||||||
name: V_up
|
|
||||||
type: parsed
|
|
||||||
protocol: NEC
|
|
||||||
address: 04 00 00 00
|
|
||||||
command: 02 00 00 00
|
|
||||||
#
|
|
||||||
name: V_dwn
|
|
||||||
type: parsed
|
|
||||||
protocol: NEC
|
|
||||||
address: 04 00 00 00
|
|
||||||
command: 03 00 00 00
|
|
||||||
#
|
|
||||||
name: Ch_up
|
|
||||||
type: parsed
|
|
||||||
protocol: NEC
|
|
||||||
address: 04 00 00 00
|
|
||||||
command: 00 00 00 00
|
|
||||||
#
|
|
||||||
name: Ch_dwn
|
|
||||||
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
|
|
||||||
#
|
|
||||||
name: Menu
|
name: Menu
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NEC
|
protocol: NEC
|
||||||
|
|
Loading…
Reference in New Issue