mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-11-17 18:44:25 +00:00
Merge pull request #743 from Demae/main
Fixed duplicate power button, neatened up naming scheme and added channel up and down
This commit is contained in:
commit
d8d9ab7168
@ -3,30 +3,42 @@ Version: 1
|
||||
#
|
||||
# LG 4K TV
|
||||
#
|
||||
name: Tvhome
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 08 00 00 00
|
||||
#
|
||||
name: Power
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 08 00 00 00
|
||||
#
|
||||
name: Vol_up
|
||||
name: Mute
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 09 00 00 00
|
||||
#
|
||||
name: Vol+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: Vol_dn
|
||||
name: Vol-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 03 00 00 00
|
||||
#
|
||||
name: Ch+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 00 00 00 00
|
||||
#
|
||||
name: Ch-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 01 00 00 00
|
||||
#
|
||||
name: Back
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
@ -63,7 +75,7 @@ protocol: NEC
|
||||
address: 04 00 00 00
|
||||
command: 44 00 00 00
|
||||
#
|
||||
name: Src
|
||||
name: Source
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 04 00 00 00
|
||||
|
Loading…
Reference in New Issue
Block a user