Package org.openhab.core.types
Interface CommandDescriptionProvider
@NonNullByDefault
public interface CommandDescriptionProvider
Implementations provide an item specific, localized
CommandDescription
.- Author:
- Henning Treu - Initial contribution
-
Method Summary
Modifier and TypeMethodDescription@Nullable CommandDescription
getCommandDescription
(String itemName, @Nullable Locale locale) Returns the item specific, localizedCommandDescription
.
-
Method Details
-
getCommandDescription
Returns the item specific, localizedCommandDescription
.- Parameters:
itemName
- the name of the itemlocale
- the locale- Returns:
- the item specific, localized
CommandDescription
-