Items HVweb_Item - hollie/misterhouse GitHub Wiki
HVweb_Item
See original
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
INI PARAMETERS
#homevision_url=<your homevision web server url>
homevision_url=192.168.1.3
METHODS
AUTHOR
Joseph Gaston ([email protected])
SEE ALSO
See Homevision documentation for complete list of command formats