The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Device::RFXCOM::Decoder::HomeEasy - Device::RFXCOM::Decoder::HomeEasy decode HomeEasy RF messages

VERSION

version 1.110800

SYNOPSIS

  # see Device::RFXCOM::RX

DESCRIPTION

This is a module for decoding RF messages from HomeEasy (http://www.homeeasy.eu/) devices that have been received by an RFXCOM RF receiver.

METHODS

decode( $parent, $message, $bytes, $bits, \%result )

This method attempts to recognize and decode RF messages from HomeEasy devices. If messages are identified, a reference to a list of message data is returned. If the message is not recognized, undef is returned.

from_rf( $bits, $bytes )

Takes an array reference of bytes from an RF message and converts it in to an hash reference with the details.

THANKS

Special thanks to RFXCOM, http://www.rfxcom.com/, for their excellent documentation and for giving me permission to use it to help me write this code. I own a number of their products and highly recommend them.

SEE ALSO

RFXCOM website: http://www.rfxcom.com/

AUTHOR

Mark Hindess <soft-rfxcom@temporalanomaly.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Mark Hindess.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.