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 TypeClassDescriptionclass
TheAbstractDiscoveryService
provides methods which handle theDiscoveryListener
s.class
AbstractThingHandlerDiscoveryService<T extends ThingHandler>
TheAbstractThingHandlerDiscoveryService
extends theAbstractDiscoveryService
for 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 allDiscoveryService
s, 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, 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
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 TypeClassDescriptionclass
This is aDiscoveryService
implementation, which can find SDDP devices in the network.