mirror of
https://github.com/RogueMaster/Flipper-IRDB.git
synced 2025-01-30 21:31:26 +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
|
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user