Schnittstelle OnOffRequestable
public interface OnOffRequestable
A
OnOffRequestable
can be asked if it is on or off.- Version:
- 2023-02-05
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
isOff
boolean isOff()- Gibt zurück:
- true if the current
OnOffRequestable
is off, false otherwise.
-
isOn
boolean isOn()- Gibt zurück:
- true if the current
OnOffRequestable
is on, false otherwise.
-