mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-12-23 11:57:07 +00:00
feat: Added Modern Ember fireplace remote (#844)
This commit is contained in:
parent
cf5a36a1b9
commit
f7ca192f69
65
Fireplaces/ModernEmber/ModernEmber_Fireplace.ir
Normal file
65
Fireplaces/ModernEmber/ModernEmber_Fireplace.ir
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
Filetype: IR signals file
|
||||||
|
Version: 1
|
||||||
|
#
|
||||||
|
# Modern Ember Aerus electric fireplace
|
||||||
|
#
|
||||||
|
# Power On/Off
|
||||||
|
name: Power_on_off
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 80 00 00 00
|
||||||
|
command: 04 00 00 00
|
||||||
|
# Temperature Up
|
||||||
|
name: Temp_up
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 80 00 00 00
|
||||||
|
command: 1F 00 00 00
|
||||||
|
# Temperature Down
|
||||||
|
name: Temp_down
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 80 00 00 00
|
||||||
|
command: 08 00 00 00
|
||||||
|
# Timer setting
|
||||||
|
name: Timer
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 80 00 00 00
|
||||||
|
command: 06 00 00 00
|
||||||
|
# Heater Off/Low/High
|
||||||
|
name: Heat_off_low_high
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 80 00 00 00
|
||||||
|
command: 1E 00 00 00
|
||||||
|
# Adjust flame brightness
|
||||||
|
name: Flame_brightness
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 80 00 00 00
|
||||||
|
command: 0A 00 00 00
|
||||||
|
# Adjust flame speed
|
||||||
|
name: Flame_seed
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 80 00 00 00
|
||||||
|
command: 02 00 00 00
|
||||||
|
# Adjust flame color
|
||||||
|
name: Flame_color
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 80 00 00 00
|
||||||
|
command: 04 00 00 00
|
||||||
|
# Adjust ember bed brightness
|
||||||
|
name: Ember_brightness
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 80 00 00 00
|
||||||
|
command: 19 00 00 00
|
||||||
|
# Adjust ember bed color
|
||||||
|
name: Ember_color
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 80 00 00 00
|
||||||
|
command: 00 00 00 00
|
Loading…
Reference in New Issue
Block a user