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
commit d8d9ab7168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,30 +3,42 @@ Version: 1
# #
# LG 4K TV # LG 4K TV
# #
name: Tvhome
type: parsed
protocol: NEC
address: 04 00 00 00
command: 08 00 00 00
#
name: Power name: Power
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 04 00 00 00 address: 04 00 00 00
command: 08 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 type: parsed
protocol: NEC protocol: NEC
address: 04 00 00 00 address: 04 00 00 00
command: 02 00 00 00 command: 02 00 00 00
# #
name: Vol_dn name: Vol-
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 04 00 00 00 address: 04 00 00 00
command: 03 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 name: Back
type: parsed type: parsed
protocol: NEC protocol: NEC
@ -63,7 +75,7 @@ protocol: NEC
address: 04 00 00 00 address: 04 00 00 00
command: 44 00 00 00 command: 44 00 00 00
# #
name: Src name: Source
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 04 00 00 00 address: 04 00 00 00