Merge pull request #121 from colingrady/main

Add more complete AMI jukebox remote controller
This commit is contained in:
UberGuidoZ 2022-07-18 13:27:16 -07:00 committed by GitHub
commit 9be2acb206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,106 @@
Filetype: IR signals file
Version: 1
#
# AMI Jukebox
#
name: Power
type: parsed
protocol: RC5
address: 14 00 00 00
command: 0C 00 00 00
#
name: Reject
type: parsed
protocol: RC5
address: 14 00 00 00
command: 36 00 00 00
#
name: Play
type: parsed
protocol: RC5
address: 14 00 00 00
command: 30 00 00 00
#
name: Pause
type: parsed
protocol: RC5
address: 14 00 00 00
command: 35 00 00 00
#
name: Ch1_Vol_Up
type: parsed
protocol: RC5
address: 14 00 00 00
command: 0B 00 00 00
#
name: Ch1_Vol_Dn
type: parsed
protocol: RC5
address: 14 00 00 00
command: 28 00 00 00
#
name: Ch2_Vol_Up
type: parsed
protocol: RC5
address: 14 00 00 00
command: 11 00 00 00
#
name: Ch2_Vol_Dn
type: parsed
protocol: RC5
address: 14 00 00 00
command: 23 00 00 00
#
name: Ch3_Vol_Up
type: parsed
protocol: RC5
address: 14 00 00 00
command: 10 00 00 00
#
name: Ch3_Vol_Dn
type: parsed
protocol: RC5
address: 14 00 00 00
command: 22 00 00 00
#
name: Ch4_Vol_Up
type: parsed
protocol: RC5
address: 14 00 00 00
command: 3B 00 00 00
#
name: Ch4_Vol_Dn
type: parsed
protocol: RC5
address: 14 00 00 00
command: 37 00 00 00
#
name: AP_On
type: parsed
protocol: RC5
address: 14 00 00 00
command: 2B 00 00 00
#
name: AP_Off
type: parsed
protocol: RC5
address: 14 00 00 00
command: 1C 00 00 00
#
name: Future
type: parsed
protocol: RC5
address: 14 00 00 00
command: 2C 00 00 00
#
name: Vid_Sel
type: parsed
protocol: RC5
address: 14 00 00 00
command: 12 00 00 00
#
name: Input_Sel
type: parsed
protocol: RC5
address: 14 00 00 00
command: 0D 00 00 00