Flipper-IRDB/_Converted_/Pronto/M/Marantz/MV-880.ir
Walter Doekes cd5bbf0432
Parse Marantz RC5 signals as far as possible
Formatted by [1]. Records with parse issues were left untouched.

[1] 1e268df6bb/infrared/rc5marantz_raw2parsed.py
2022-09-24 10:59:55 +02:00

73 lines
1.1 KiB
Plaintext

Filetype: IR signals file
Version: 1
#
# PLAY [raw] {11000101-110101}
name: PLAY
type: parsed
protocol: RC5
address: 05 00 00 00
command: 35 00 00 00
#
# PAUSE [raw] {11100101-101001}
name: PAUSE
type: parsed
protocol: RC5
address: 05 00 00 00
command: 29 00 00 00
#
# STOP [raw] {11000101-110110}
name: STOP
type: parsed
protocol: RC5
address: 05 00 00 00
command: 36 00 00 00
#
# REW [raw] {11100101-110010}
name: REW
type: parsed
protocol: RC5
address: 05 00 00 00
command: 32 00 00 00
#
# FFWD [raw] {11000101-110100}
name: FFWD
type: parsed
protocol: RC5
address: 05 00 00 00
command: 34 00 00 00
#
# VOL+ [raw] {11110000-010000}
name: VOL+
type: parsed
protocol: RC5
address: 10 00 00 00
command: 10 00 00 00
#
# VOL- [raw] {11010000-010001}
name: VOL-
type: parsed
protocol: RC5
address: 10 00 00 00
command: 11 00 00 00
#
# RECORD [raw] {11100101-110111}
name: RECORD
type: parsed
protocol: RC5
address: 05 00 00 00
command: 37 00 00 00
#
# CH+ [raw] {11000101-100000}
name: CH+
type: parsed
protocol: RC5
address: 05 00 00 00
command: 20 00 00 00
#
# CH- [raw] {11100101-100001}
name: CH-
type: parsed
protocol: RC5
address: 05 00 00 00
command: 21 00 00 00