Uses of Interface
org.openhab.core.config.discovery.DiscoveryService
Package
Description
-
Uses of DiscoveryService in org.openhab.core.config.discovery
Modifier and TypeClassDescriptionclass
TheAbstractDiscoveryService
provides methods which handle theDiscoveryListener
s.class
AbstractThingHandlerDiscoveryService<T extends ThingHandler>
TheAbstractThingHandlerDiscoveryService
extends theAbstractDiscoveryService
for thing-based discovery services.Modifier and TypeMethodDescriptionDiscoveryServiceRegistry.getDiscoveryServices
(String bindingId) Returns the list of allDiscoveryService
s, that discover thing types of the given binding id.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
. -
Uses of DiscoveryService in org.openhab.core.config.discovery.addon.sddp
-
Uses of DiscoveryService in org.openhab.core.config.discovery.sddp
Modifier and TypeClassDescriptionclass
This is aDiscoveryService
implementation, which can find SDDP devices in the network.