forked from Lucaslhm/Flipper-IRDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Loncevon Monitor (Thanks Nuker9000!)
Added monitors dir as theres a lot of them being uploaded and i feel it needed its own place
- Loading branch information
Showing
1 changed file
with
104 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
Filetype: IR signals file | ||
Version: 1 | ||
# | ||
name: On/Off | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 00 00 00 00 | ||
# | ||
name: Source | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 01 00 00 00 | ||
# | ||
name: USB/SD | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 02 00 00 00 | ||
# | ||
name: UP | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 05 00 00 00 | ||
# | ||
name: Down | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 0D 00 00 00 | ||
# | ||
name: Right | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 0A 00 00 00 | ||
# | ||
name: Left | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 08 00 00 00 | ||
# | ||
name: Mute | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 12 00 00 00 | ||
# | ||
name: Exit | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 10 00 00 00 | ||
# | ||
name: Pause/Play | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 11 00 00 00 | ||
# | ||
name: Menu | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 15 00 00 00 | ||
# | ||
name: Volume_Down | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 14 00 00 00 | ||
# | ||
name: Volume_Up | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 16 00 00 00 | ||
# | ||
name: Rewind | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 04 00 00 00 | ||
# | ||
name: Fastforward | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 06 00 00 00 | ||
# | ||
name: Skip_forward | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 0E 00 00 00 | ||
# | ||
name: Skip_backwards | ||
type: parsed | ||
protocol: NEC | ||
address: 00 00 00 00 | ||
command: 0C 00 00 00 |