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

NAME

Power::Outlet::Common::IP - Power::Outlet base class for Internet Protocol power outlet

SYNOPSIS

  use base qw{Power::Outlet::Common::IP};

DESCRIPTION

Power::Outlet::Common::IP is a base package for controlling and querying Internet based power outlet.

USAGE

  use base qw{Power::Outlet::Common::IP};

CONSTRUCTOR

PROPERTIES

host

Sets and returns the hostname or IP address.

Manufacturer Default: 192.168.1.254

port

Sets and returns the TCP port

Manufacturer Default: 80

BUGS

Please log on RT and send an email to the author.

SUPPORT

DavisNetworks.com supports all Perl applications including this package.

AUTHOR

  Michael R. Davis
  CPAN ID: MRDVT
  DavisNetworks.com

COPYRIGHT

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

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO