Added Furrion TV Remote (Thanks xmutantson!)

Fixed buttons to match naming scheme
main
amec0e 2022-08-25 01:33:09 +01:00 committed by GitHub
parent c532395ee5
commit 2f487a4b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

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