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
public void on() throws java.io.IOException
Switch