Package org.openhab.core.thing.type
Interface ChannelGroupTypeProvider
- All Known Implementing Classes:
AbstractStorageBasedTypeProvider
@NonNullByDefault
public interface ChannelGroupTypeProvider
The
ChannelGroupTypeProvider
is responsible for providing channel group types.- Author:
- Henning Treu - Initial contribution
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@Nullable ChannelGroupType
getChannelGroupType
(ChannelGroupTypeUID channelGroupTypeUID, @Nullable Locale locale) getChannelGroupTypes
(@Nullable Locale locale)
-
Method Details
-
getChannelGroupType
@Nullable ChannelGroupType getChannelGroupType(ChannelGroupTypeUID channelGroupTypeUID, @Nullable Locale locale) - See Also:
-
getChannelGroupTypes
- See Also:
-