Merge pull request #144 from alybally04/main

Add Naim Muso Gen1 Remote
main
UberGuidoZ 2023-07-04 22:29:46 -07:00 committed by GitHub
commit 051e4c5a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,77 @@
Filetype: IR signals file
Version: 1
#
# Naim Muso Gen1 Remote
# Works on some other models of Naim speaker too
#
name: POWER
type: parsed
protocol: RC5
address: 15 00 00 00
command: 0C 00 00 00
#
name: MUTE
type: parsed
protocol: RC5
address: 15 00 00 00
command: 0D 00 00 00
#
name: VOL+
type: parsed
protocol: RC5
address: 15 00 00 00
command: 10 00 00 00
#
name: VOL-
type: parsed
protocol: RC5
address: 15 00 00 00
command: 11 00 00 00
#
name: PlayPause
type: parsed
protocol: RC5
address: 15 00 00 00
command: 35 00 00 00
#
name: Skip_fwd
type: parsed
protocol: RC5
address: 15 00 00 00
command: 20 00 00 00
#
name: Skip_bck
type: parsed
protocol: RC5
address: 15 00 00 00
command: 21 00 00 00
#
name: Input_right
type: parsed
protocol: RC5X
address: 15 00 00 00
command: 00 00 00 00
#
name: Input_left
type: parsed
protocol: RC5X
address: 15 00 00 00
command: 01 00 00 00
#
name: Radio_right
type: parsed
protocol: RC5X
address: 15 00 00 00
command: 18 00 00 00
#
name: Radio_left
type: parsed
protocol: RC5X
address: 15 00 00 00
command: 19 00 00 00
#
name: Brightness
type: parsed
protocol: RC5X
address: 15 00 00 00
command: 07 00 00 00