NAME
Device::RFXCOM::Response::Security - Device::RFXCOM::Response class for Security messages from RFXCOM receiver
VERSION
version 1.163170
SYNOPSIS
# see Device::RFXCOM::RX
DESCRIPTION
Message class for Security messages from an RFXCOM receiver.
METHODS
new(%params)
This constructor returns a new response object.
type()
This method returns 'security'.
device()
This method returns a string representing the device that sent the security RF message.
event()
This method returns a string representing the type of event described by the security RF message.
tamper()
This method returns true of the tamper
flag was set in the security RF message.
min_delay()
This method returns true of the min_delay
flag was set in the security RF message.
summary()
This method returns a string summary of the security 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.