- OFF - Static variable in interface ej.basedriver.BinaryState
-
The state is off.
- off() - Method in interface ej.basedriver.Switch
-
Change the switch state to off.
- off() - Method in class ej.basedriver.SwitchProxy
-
- off() - Method in class ej.basedriver.SwitchWithReturnStateProxy
-
- OFF - Static variable in interface ej.basedriver.ThermostatMode
-
System is OFF.
- ON - Static variable in interface ej.basedriver.BinaryState
-
The state is on.
- on() - Method in interface ej.basedriver.Switch
-
Change the switch state to on.
- on() - Method in class ej.basedriver.SwitchProxy
-
- on() - Method in class ej.basedriver.SwitchWithReturnStateProxy
-
- onError(Class<D>, D) - Method in interface ej.basedriver.ControllerListener
-
An error occurred on a device.
- onEvent(Class<D>, D) - Method in interface ej.basedriver.ControllerListener
-
An event occurred on a device.
- onRegister(Class<D>, D) - Method in interface ej.basedriver.ControllerListener
-
Registers a new device with the given type.
- onUnregister(D) - Method in interface ej.basedriver.ControllerListener
-
Unregisters the given device.