Uses of Interface
org.openhab.core.config.discovery.DiscoveryService
Packages that use DiscoveryService
Package
Description
- 
Uses of DiscoveryService in org.openhab.core.config.discovery
Classes in org.openhab.core.config.discovery that implement DiscoveryServiceModifier and TypeClassDescriptionclassTheAbstractDiscoveryServiceprovides methods which handle theDiscoveryListeners.classAbstractThingHandlerDiscoveryService<T extends ThingHandler>TheAbstractThingHandlerDiscoveryServiceextends theAbstractDiscoveryServicefor thing-based discovery services.Methods in org.openhab.core.config.discovery that return types with arguments of type DiscoveryServiceModifier and TypeMethodDescriptionDiscoveryServiceRegistry.getDiscoveryServices(String bindingId) Returns the list of allDiscoveryServices, that discover thing types of the given binding id.Methods in org.openhab.core.config.discovery with parameters of type DiscoveryServiceModifier and TypeMethodDescription@Nullable Collection<ThingUID> DiscoveryListener.removeOlderResults(DiscoveryService source, Instant timestamp, @Nullable Collection<ThingTypeUID> thingTypeUIDs, @Nullable ThingUID bridgeUID) Removes all results belonging to one of the given types that are older than the given timestamp.voidDiscoveryListener.thingDiscovered(DiscoveryService source, DiscoveryResult result) Invoked synchronously when aDiscoveryResulthas been created by the accordingDiscoveryService.voidDiscoveryListener.thingRemoved(DiscoveryService source, ThingUID thingUID) Invoked synchronously when an already existingThinghas been marked to be deleted by the accordingDiscoveryService. - 
Uses of DiscoveryService in org.openhab.core.config.discovery.addon.sddp
Constructors in org.openhab.core.config.discovery.addon.sddp with parameters of type DiscoveryService - 
Uses of DiscoveryService in org.openhab.core.config.discovery.sddp
Classes in org.openhab.core.config.discovery.sddp that implement DiscoveryServiceModifier and TypeClassDescriptionclassThis is aDiscoveryServiceimplementation, which can find SDDP devices in the network.