mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-11-13 00:14:29 +00:00
cd5bbf0432
Formatted by [1]. Records with parse issues were left untouched.
[1] 1e268df6bb/infrared/rc5marantz_raw2parsed.py
73 lines
1.1 KiB
Plaintext
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
|