net.sf.lavalamp.device
Class TellStick

java.lang.Object
  extended by net.sf.lavalamp.device.AbstractDevice
      extended by net.sf.lavalamp.device.TellStick
All Implemented Interfaces:
Device

public class TellStick
extends AbstractDevice

Uses Tellstick's tdtool.exe to control any tellstick compatible devices.

Author:
Steven Hale

Field Summary
 
Fields inherited from class net.sf.lavalamp.device.AbstractDevice
identity, logger, offPeriod, properties
 
Constructor Summary
TellStick()
           
 
Method Summary
protected  void exec(String command)
           
 void init()
           
protected  String offString()
           
protected  String onString()
           
 void setRuntime(Runtime runtime)
           
 String toString()
           
 void turnOff()
           
 void turnOn()
           
 
Methods inherited from class net.sf.lavalamp.device.AbstractDevice
getActions, getAlwaysOffPeriod, isAlwaysOff, setAlwaysOffPeriod, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TellStick

public TellStick()
Method Detail

turnOff

public void turnOff()

init

public void init()

exec

protected void exec(String command)

offString

protected String offString()

onString

protected String onString()

turnOn

public void turnOn()

toString

public String toString()
Overrides:
toString in class Object

setRuntime

public void setRuntime(Runtime runtime)


Copyright © 2010. All Rights Reserved.