Last active
October 10, 2020 11:12
-
-
Save auckenox/b35f96ecf7209478f3057a55bdc94875 to your computer and use it in GitHub Desktop.
Dyson Hot + Cool AM05 LIRC Config
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
# Please make this file available to others | |
# by sending it to <[email protected]> | |
# | |
# this config file was automatically generated | |
# using lirc-0.9.0-pre1(default) on Wed Jan 10 02:41:27 2018 | |
# | |
# contributed by auckenox | |
# | |
# brand: Dyson Hot + Cool AM05 | |
# model no. of remote control: dyson_am05.conf | |
# devices being controlled by this remote: dyson remote | |
# | |
# MAPPING: | |
# KEY_POWER: POWER | |
# KEY_UP: FASTER FAN | |
# KEY_DOWN_ SLOWER FAN | |
# KEY_KPPLUS: + TEMPERATURE | |
# KEY_KPPLUSMINUS: - TEMPERATURE | |
# KEY_SHUFFLE: SWING / PAN / SLEW | |
begin remote | |
name dyson_am05.conf | |
bits 8 | |
flags SPACE_ENC | |
eps 30 | |
aeps 100 | |
header 2192 857 | |
one 720 1620 | |
zero 720 846 | |
ptrail 721 | |
pre_data_bits 7 | |
pre_data 0x48 | |
gap 60568 | |
toggle_bit_mask 0x2 | |
begin codes | |
KEY_POWER 0x01 | |
KEY_UP 0x54 | |
KEY_DOWN 0xFC | |
KEY_KPPLUS 0x78 | |
KEY_KPPLUSMINUS 0xCD | |
KEY_SHUFFLE 0xA8 | |
end codes | |
end remote | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment