forked from Lucaslhm/Flipper-IRDB
-
Notifications
You must be signed in to change notification settings - Fork 319
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dr. Heater infrared heater remote control and Teufel CEM 500 RC for Teufel Concept E Magnum Power Edition added
- Loading branch information
1 parent
e2d9081
commit 0087e62
Showing
2 changed files
with
70 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,36 @@ | ||
Filetype: IR signals file | ||
Version: 1 | ||
# | ||
# Remote File for Dr. Heater infrared heater. | ||
# Turn on/off with Power | ||
# Then select Timer or Temperature and manipulate selected Value with Up or Down | ||
# | ||
name: Power | ||
type: parsed | ||
protocol: NEC | ||
address: 80 00 00 00 | ||
command: 1A 00 00 00 | ||
# | ||
name: Down | ||
type: parsed | ||
protocol: NEC | ||
address: 80 00 00 00 | ||
command: 01 00 00 00 | ||
# | ||
name: Up | ||
type: parsed | ||
protocol: NEC | ||
address: 80 00 00 00 | ||
command: 03 00 00 00 | ||
# | ||
name: Timer | ||
type: parsed | ||
protocol: NEC | ||
address: 80 00 00 00 | ||
command: 07 00 00 00 | ||
# | ||
name: Temperature | ||
type: parsed | ||
protocol: NEC | ||
address: 80 00 00 00 | ||
command: 09 00 00 00 |
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,34 @@ | ||
Filetype: IR signals file | ||
Version: 1 | ||
# | ||
# Device: Teufel Concept E Magnum Power Edition | ||
# Remote Control: Teufel CEM 500 RC | ||
# | ||
# Use "Ch_next" to select Channel and manipulate volume with "Vol_up" or "Vol_dn". | ||
# "Mute" instantly mutes or unmutes all channels. | ||
# | ||
# | ||
name: Mute | ||
type: parsed | ||
protocol: NEC | ||
address: 80 00 00 00 | ||
command: 1C 00 00 00 | ||
# | ||
name: Ch_next | ||
type: parsed | ||
protocol: NEC | ||
address: 80 00 00 00 | ||
command: 14 00 00 00 | ||
# | ||
name: Vol_up | ||
type: parsed | ||
protocol: NEC | ||
address: 80 00 00 00 | ||
command: 13 00 00 00 | ||
# | ||
name: Vol_dn | ||
type: parsed | ||
protocol: NEC | ||
address: 80 00 00 00 | ||
command: 17 00 00 00 | ||
|