Merge pull request #505 from UberGuidoZ/main

Few additions
This commit is contained in:
UberGuidoZ 2023-07-04 22:30:24 -07:00 committed by GitHub
commit 0dfed405c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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