HVweb_Item.pm

HVweb_Item

SYNOPSIS

  $kitchen_light    =  new HVweb_Item('On',    'X10 G1 On');
  $kitchen_light    -> add           ('Off',   'X10 G1 Off');
  $vcr              =  new HVweb_Item('Power', 'IR 45 1 time');
  $vcr              -> add           ('Play',  'IR 46 1 time');

  set $kitchen_light 'On';
  set $vcr 'Play';

DESCRIPTION

Control Homevision controller via the Homevision web server

See Homevision documentation for complete list of command formats Configure Homevision Webserver to report command results

INHERITS

Generic_Item

METHODS

<UnDoc>

INI PARAMETERS

Set homevision_url=<your homevision web server url> in mh.ini

AUTHOR

Joseph Gaston (gastoniere@yahoo.com)

SEE ALSO

See Homevision documentation for complete list of command formats

LICENSE

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

 HVweb_Item.pm