Merge pull request #331 from ezod/add-grundig-tv

Add Grundig TV remote.
This commit is contained in:
UberGuidoZ 2022-10-10 13:21:31 -07:00 committed by GitHub
commit e567bd1c84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

40
TVs/Grundig/GRUNDIG.ir Normal file
View File

@ -0,0 +1,40 @@
Filetype: IR signals file
Version: 1
#
# Grundig TV (unknown model)
#
name: POWER
type: parsed
protocol: RC5
address: 00 00 00 00
command: 0C 00 00 00
#
name: CH+
type: parsed
protocol: RC5
address: 00 00 00 00
command: 20 00 00 00
#
name: CH-
type: parsed
protocol: RC5
address: 00 00 00 00
command: 21 00 00 00
#
name: VOL+
type: parsed
protocol: RC5
address: 00 00 00 00
command: 10 00 00 00
#
name: VOL-
type: parsed
protocol: RC5
address: 00 00 00 00
command: 11 00 00 00
#
name: MUTE
type: parsed
protocol: RC5
address: 00 00 00 00
command: 0D 00 00 00