Uses of Interface
org.openhab.core.config.discovery.DiscoveryService
Packages that use DiscoveryService
- 
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.Methods in org.openhab.core.config.discovery with parameters of type DiscoveryServiceModifier and TypeMethodDescription@Nullable Collection<ThingUID>DiscoveryListener.removeOlderResults(DiscoveryService source, long 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.