Package org.openhab.core.types
Interface CommandDescription
@NonNullByDefault
public interface CommandDescription
The
CommandDescription
groups state command properties.- Author:
- Henning Treu - Initial contribution
-
Method Summary
-
Method Details
-
getCommandOptions
List<CommandOption> getCommandOptions()An unmodifiable list ofCommandOption
s.- Returns:
- An unmodifiable list of
CommandOption
s
-