-
Notifications
You must be signed in to change notification settings - Fork 130
Items HVweb_Item
ggodart edited this page Jan 2, 2021
·
1 revision
See original
$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';
Control Homevision controller via the Homevision web server
See Homevision documentation for complete list of command formats Configure Homevision Webserver to report command results
#homevision_url=<your homevision web server url>
homevision_url=192.168.1.3
Joseph Gaston ([email protected])
See Homevision documentation for complete list of command formats