jhomenet.server.hw.driver.X10
Interface IX10DriverInterface


public interface IX10DriverInterface

TODO: Class description.

Id: $Id: $

Author:
Dave Irwin (jhomenet at gmail dot com)

Method Summary
 void switchDeviceOff(java.lang.String hardwareID)
          Switch the desired device off.
 void switchDeviceOn(java.lang.String hardwareID)
          Switch the desired device on.
 

Method Detail

switchDeviceOn

void switchDeviceOn(java.lang.String hardwareID)
                    throws HardwareDriverException
Switch the desired device on.

Parameters:
hardwareID -
Throws:
HardwareDriverException

switchDeviceOff

void switchDeviceOff(java.lang.String hardwareID)
                     throws HardwareDriverException
Switch the desired device off.

Parameters:
hardwareID -
Throws:
HardwareDriverException


Copyright © 2004-2007 David Irwin. All Rights Reserved.