Added Furrion TV Remote (Thanks xmutantson!)
Fixed buttons to match naming schememain
parent
c532395ee5
commit
2f487a4b61
|
@ -1,13 +1,13 @@
|
||||||
Filetype: IR signals file
|
Filetype: IR signals file
|
||||||
Version: 1
|
Version: 1
|
||||||
#
|
#
|
||||||
name: Power
|
name: POWER
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NEC
|
protocol: NEC
|
||||||
address: 20 00 00 00
|
address: 20 00 00 00
|
||||||
command: 52 00 00 00
|
command: 52 00 00 00
|
||||||
#
|
#
|
||||||
name: Mute
|
name: MUTE
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NEC
|
protocol: NEC
|
||||||
address: 20 00 00 00
|
address: 20 00 00 00
|
||||||
|
@ -205,25 +205,25 @@ protocol: NEC
|
||||||
address: 20 00 00 00
|
address: 20 00 00 00
|
||||||
command: 4A 00 00 00
|
command: 4A 00 00 00
|
||||||
#
|
#
|
||||||
name: CH_Up
|
name: CH+
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NEC
|
protocol: NEC
|
||||||
address: 20 00 00 00
|
address: 20 00 00 00
|
||||||
command: 02 00 00 00
|
command: 02 00 00 00
|
||||||
#
|
#
|
||||||
name: CH_Dn
|
name: CH-
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NEC
|
protocol: NEC
|
||||||
address: 20 00 00 00
|
address: 20 00 00 00
|
||||||
command: 09 00 00 00
|
command: 09 00 00 00
|
||||||
#
|
#
|
||||||
name: Vol_Up
|
name: VOL+
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NEC
|
protocol: NEC
|
||||||
address: 20 00 00 00
|
address: 20 00 00 00
|
||||||
command: 03 00 00 00
|
command: 03 00 00 00
|
||||||
#
|
#
|
||||||
name: Vol_Dn
|
name: VOL-
|
||||||
type: parsed
|
type: parsed
|
||||||
protocol: NEC
|
protocol: NEC
|
||||||
address: 20 00 00 00
|
address: 20 00 00 00
|
||||||
|
|
Loading…
Reference in New Issue