public interface Switch extends Profile
UNKNOWN_NAME
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
void off() throws IOException
IOException
- if there is a communication error with the devicevoid on() throws IOException
IOException
- if there is a communication error with the device