Uses of Interface
org.openhab.core.thing.type.ChannelTypeProvider
Package
Description
-
Uses of ChannelTypeProvider in org.openhab.core.thing
Modifier and TypeClassDescriptionclass
Implementation providing default system wide channel types -
Uses of ChannelTypeProvider in org.openhab.core.thing.binding
Modifier and TypeClassDescriptionclass
TheAbstractStorageBasedTypeProvider
is the base class for the implementation of aStorage
basedThingTypeProvider
,ChannelTypeProvider
andChannelGroupTypeProvider
It can be subclassed by bindings that createThingType
s andChannelType
s on-the-fly and need to persist those for future thing initializations -
Uses of ChannelTypeProvider in org.openhab.core.thing.type
Modifier and TypeMethodDescriptionprotected void
ChannelTypeRegistry.addChannelTypeProvider
(ChannelTypeProvider channelTypeProviders) protected void
ChannelTypeRegistry.removeChannelTypeProvider
(ChannelTypeProvider channelTypeProviders)