Merge pull request #314 from v-rzh/main

Speakers: Edifier: Add IR signals for the Edifier RC17A remote
This commit is contained in:
UberGuidoZ 2022-12-26 23:38:59 -08:00 committed by GitHub
commit 484330b476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,76 @@
Filetype: IR signals file
Version: 1
#
# Edifier Speaker RC17A
#
name: POWER
type: parsed
protocol: NECext
address: 10 E7 00 00
command: 46 B9 00 00
#
name: VOL_UP
type: parsed
protocol: NECext
address: 10 E7 00 00
command: 06 F9 00 00
#
name: VOL_DOWN
type: parsed
protocol: NECext
address: 10 E7 00 00
command: 47 B8 00 00
#
name: >>|
type: parsed
protocol: NECext
address: 10 E7 00 00
command: 5D A2 00 00
#
name: |<<
type: parsed
protocol: NECext
address: 10 E7 00 00
command: 44 BB 00 00
#
name: PLAY/PAUSE
type: parsed
protocol: NECext
address: 10 E7 00 00
command: 5F A0 00 00
#
name: SNDFLD_ON
type: parsed
protocol: NECext
address: 10 E7 00 00
command: 1A E5 00 00
#
name: SNDFLD_OFF
type: parsed
protocol: NECext
address: 10 E7 00 00
command: 1B E4 00 00
#
name: LINE1
type: parsed
protocol: NECext
address: 10 E7 00 00
command: 0D F2 00 00
#
name: LINE2
type: parsed
protocol: NECext
address: 10 E7 00 00
command: 15 EA 00 00
#
name: BLUETOOTH
type: parsed
protocol: NECext
address: 10 E7 00 00
command: 5C A3 00 00
#
name: MUTE
type: parsed
protocol: NECext
address: 10 E7 00 00
command: 41 BE 00 00