-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MCM Custom Audio Volume Control (#846)
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
Audio_and_Video_Receivers/MCM_Custom_Audio/MCM_Volume_Control_50-8394.ir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Filetype: IR signals file | ||
Version: 1 | ||
# | ||
# For MCM Custom Audio 50-8394 IR Volume Control | ||
# | ||
name: Mute | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 47 00 00 00 | ||
# | ||
name: Vol_up | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 0D 00 00 00 | ||
# | ||
name: Vol_dn | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 16 00 00 00 |