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:
UberGuidoZ
2024-05-02 18:22:17 -07:00
committed by GitHub

View File

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