NAME
Device::RFXCOM::Decoder::OregonScale - Device::RFXCOM::Decoder::OregonScale decode Oregon Scale RF messages
VERSION
version 1.163170
SYNOPSIS
# see Device::RFXCOM::RX
DESCRIPTION
Module to recognize Oregon Scale RF messages from an RFXCOM RF receiver.
METHODS
decode( $parent, $message, $bytes, $bits, \%result )
This method attempts to recognize and decode RF messages from Oregon Scientific weighing scales. If messages are identified, a reference to a list of message data is returned. If the message is not recognized, undef is returned.
parse_gr101( $parent, $message, $bytes, $bits, \%result )
This method is a helper for the main decode() method that handles the GR101 scales only. Parameters and return values are the same as the decode() method.
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-cpan@temporalanomaly.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 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.