Uses of Interface
org.openhab.core.config.discovery.DiscoveryService
-
Uses of DiscoveryService in org.openhab.core.config.discovery
Modifier and TypeClassDescriptionclass
TheAbstractDiscoveryService
provides methods which handle theDiscoveryListener
s.Modifier 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.void
DiscoveryListener.thingDiscovered
(DiscoveryService source, DiscoveryResult result) Invoked synchronously when aDiscoveryResult
has been created by the accordingDiscoveryService
.void
DiscoveryListener.thingRemoved
(DiscoveryService source, ThingUID thingUID) Invoked synchronously when an already existingThing
has been marked to be deleted by the accordingDiscoveryService
.