mirror of
https://github.com/RogueMaster/Flipper-IRDB.git
synced 2024-12-25 04:21:54 +00:00
Added Furrion TV Remote (Thanks xmutantson!)
Fixed buttons to match naming scheme
This commit is contained in:
parent
c532395ee5
commit
2f487a4b61
@ -1,13 +1,13 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: Power
|
||||
name: POWER
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 20 00 00 00
|
||||
command: 52 00 00 00
|
||||
#
|
||||
name: Mute
|
||||
name: MUTE
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 20 00 00 00
|
||||
@ -205,25 +205,25 @@ protocol: NEC
|
||||
address: 20 00 00 00
|
||||
command: 4A 00 00 00
|
||||
#
|
||||
name: CH_Up
|
||||
name: CH+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 20 00 00 00
|
||||
command: 02 00 00 00
|
||||
#
|
||||
name: CH_Dn
|
||||
name: CH-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 20 00 00 00
|
||||
command: 09 00 00 00
|
||||
#
|
||||
name: Vol_Up
|
||||
name: VOL+
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 20 00 00 00
|
||||
command: 03 00 00 00
|
||||
#
|
||||
name: Vol_Dn
|
||||
name: VOL-
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 20 00 00 00
|
||||
|
Loading…
Reference in New Issue
Block a user