Uses of Interface
org.openhab.core.thing.binding.ThingTypeProvider
-
Uses of ThingTypeProvider 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 ThingTypeProvider in org.openhab.core.thing.type
Modifier and TypeMethodDescriptionprotected void
ThingTypeRegistry.addThingTypeProvider
(ThingTypeProvider thingTypeProvider) protected void
ThingTypeRegistry.removeThingTypeProvider
(ThingTypeProvider thingTypeProvider)