Merge pull request #642 from MintCarasique/main

Add remote for Sony SRS-GU10iP
This commit is contained in:
UberGuidoZ 2024-01-04 01:19:19 -08:00 committed by GitHub
commit 53a1e4dac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,58 @@
Filetype: IR signals file
Version: 1
#
# SRS-GU10iP Dock Speaker for iPod, iPhone
#
name: Power
type: parsed
protocol: SIRC15
address: 99 00 00 00
command: 15 00 00 00
#
name: Mute
type: parsed
protocol: SIRC15
address: 99 00 00 00
command: 14 00 00 00
#
name: Input
type: parsed
protocol: SIRC15
address: 99 00 00 00
command: 20 00 00 00
#
name: Play
type: parsed
protocol: SIRC15
address: 99 00 00 00
command: 28 00 00 00
#
name: Vol_up
type: parsed
protocol: SIRC15
address: 99 00 00 00
command: 12 00 00 00
#
name: Vol_dn
type: parsed
protocol: SIRC15
address: 99 00 00 00
command: 13 00 00 00
#
name: Bass
type: parsed
protocol: SIRC15
address: 99 00 00 00
command: 31 00 00 00
#
name: Next
type: parsed
protocol: SIRC15
address: 99 00 00 00
command: 29 00 00 00
#
name: Prev
type: parsed
protocol: SIRC15
address: 99 00 00 00
command: 2A 00 00 00