public class SwitchProxy extends DeviceProxy<Switch> implements Switch
Constructor and Description |
---|
SwitchProxy() |
Modifier and Type | Method and Description |
---|---|
void |
off()
Change the switch state to off.
|
void |
on()
Change the switch state to on.
|
getChildren, getDescriptor, getName, getParent
getReference, invoke, invokeBoolean, invokeByte, invokeChar, invokeDouble, invokeFloat, invokeInt, invokeLong, invokeRef, invokeShort
public void on() throws java.io.IOException
Switch