Uses of Interface
org.openhab.core.thing.binding.ThingTypeProvider
Packages that use ThingTypeProvider
-
Uses of ThingTypeProvider in org.openhab.core.thing.binding
Classes in org.openhab.core.thing.binding that implement ThingTypeProviderModifier and TypeClassDescriptionclassTheAbstractStorageBasedTypeProvideris the base class for the implementation of aStoragebasedThingTypeProvider,ChannelTypeProviderandChannelGroupTypeProviderIt can be subclassed by bindings that createThingTypes andChannelTypes on-the-fly and need to persist those for future thing initializations -
Uses of ThingTypeProvider in org.openhab.core.thing.type
Methods in org.openhab.core.thing.type with parameters of type ThingTypeProviderModifier and TypeMethodDescriptionprotected voidThingTypeRegistry.addThingTypeProvider(ThingTypeProvider thingTypeProvider) protected voidThingTypeRegistry.removeThingTypeProvider(ThingTypeProvider thingTypeProvider)