Update GRUNDIG.ir

Added INPUT, direction keys and ENTER
main
Erwin Ried 2023-02-12 02:10:46 +01:00 committed by GitHub
parent 308c9287c6
commit 6e6efc4fd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 2 deletions

View File

@ -1,8 +1,6 @@
Filetype: IR signals file Filetype: IR signals file
Version: 1 Version: 1
# #
# Grundig TV (unknown model)
#
name: POWER name: POWER
type: parsed type: parsed
protocol: RC5 protocol: RC5
@ -38,3 +36,39 @@ type: parsed
protocol: RC5 protocol: RC5
address: 00 00 00 00 address: 00 00 00 00
command: 0D 00 00 00 command: 0D 00 00 00
#
name: INPUT
type: parsed
protocol: RC5
address: 00 00 00 00
command: 38 00 00 00
#
name: UP
type: parsed
protocol: RC5
address: 00 00 00 00
command: 16 00 00 00
#
name: RIGHT
type: parsed
protocol: RC5
address: 00 00 00 00
command: 12 00 00 00
#
name: DOWN
type: parsed
protocol: RC5
address: 00 00 00 00
command: 17 00 00 00
#
name: LEFT
type: parsed
protocol: RC5
address: 00 00 00 00
command: 13 00 00 00
#
name: ENTER
type: parsed
protocol: RC5
address: 00 00 00 00
command: 35 00 00 00