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

NAME

Device::RFXCOM::Response::Sensor - Device::RFXCOM::Response class for Sensor message from RFXCOM receiver

VERSION

version 1.163170

SYNOPSIS

  # see Device::RFXCOM::RX

DESCRIPTION

Message class for Sensor messages from an RFXCOM receiver.

METHODS

new(%params)

This constructor returns a new response object.

type()

This method returns 'sensor'.

measurement()

This method returns a string describing the type of measurement. For example, temp, humidity, voltage, battery, uv, etc.

device()

This method returns a string representing the device that sent the sensor RF message.

value()

This method returns the value of the measurement in the sensor RF message.

units()

This method returns the units of the value() in the sensor RF message.

summary()

This method returns a string summary of the sensor message.

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.