Package org.openhab.core.types
Class CommandOption
java.lang.Object
org.openhab.core.types.CommandOption
Represents a command option for "write only" command channels. CommandOptions will be rendered as push-buttons in the
UI and will not represent a state.
- Author:
- Henning Treu - Initial contribution
-
Constructor Summary
ConstructorDescriptionCommandOption
(String command, @Nullable String label) Creates aCommandOption
object. -
Method Summary
-
Constructor Details
-
CommandOption
Creates aCommandOption
object.- Parameters:
command
- the command of the itemlabel
- label
-
-
Method Details