Uses of Interface
org.openhab.core.items.ItemProvider
-
Uses of ItemProvider in org.openhab.core.items
Modifier and TypeClassDescriptionclass
ManagedItemProvider
is an OSGi service, that allows to add or remove items at runtime by callingManagedItemProvider.add(org.openhab.core.items.Item)
orManagedItemProvider.remove(java.lang.String)
.