Package org.openhab.core.thing.type
Interface ChannelTypeProvider
- All Known Implementing Classes:
AbstractStorageBasedTypeProvider
,DefaultSystemChannelTypeProvider
@NonNullByDefault
public interface ChannelTypeProvider
The
ChannelTypeProvider
is responsible for providing channel types.- Author:
- Dennis Nobel - Initial contribution
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@Nullable ChannelType
getChannelType
(ChannelTypeUID channelTypeUID, @Nullable Locale locale) getChannelTypes
(@Nullable Locale locale)
-
Method Details
-
getChannelTypes
-
getChannelType
-