Created
June 7, 2015 19:44
-
-
Save ghostbitmeta/30f88d552042a48668c5 to your computer and use it in GitHub Desktop.
LIRC configuration for the Hoover Air Purifier 600
This file contains hidden or 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
# | |
# To find out how to get a proper configuration file please read: | |
# | |
# /usr/share/doc/lirc/README.Debian | |
include "/usr/share/lirc/remotes/mceusb/lircd.conf.mceusb" | |
begin remote | |
name hoover | |
bits 16 | |
flags SPACE_ENC|CONST_LENGTH | |
eps 30 | |
aeps 100 | |
header 9434 4662 | |
one 600 1773 | |
zero 600 606 | |
ptrail 586 | |
repeat 9402 2341 | |
pre_data_bits 16 | |
pre_data 0x42BD | |
gap 111626 | |
toggle_bit_mask 0x0 | |
begin codes | |
KEY_POWER 0x50AF | |
KEY_SPEED 0x10EF | |
KEY_TIME 0xB04F | |
KEY_T 0x42BD609F | |
end codes | |
end remote |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment