NAME
Device::RFXCOM::Response::HomeEasy - Device::RFXCOM::Response class for Home Easy message from RFXCOM receiver
VERSION
version 1.110800
SYNOPSIS
# see Device::RFXCOM::RX
DESCRIPTION
Message class for Home Easy messages from an RFXCOM receiver.
METHODS
new(%params)
This constructor returns a new response object.
type()
This method returns 'homeeasy'.
address()
This method returns the address of the home easy device that sent the message.
unit()
This method returns the unit of the home easy device that sent the message. It will be a number or the string 'group'.
command()
This method returns the command from the home easy message.
level()
This method returns the level from the home easy message. This is only defined for some types of preset/bright/dim messages.
summary()
This method returns a string summary of the home easy 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-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.