Package org.openhab.core.config.discovery
package org.openhab.core.config.discovery
-
ClassDescriptionThe
AbstractDiscoveryService
provides methods which handle theDiscoveryListener
s.TheDiscoveryListener
interface for receiving discovery events.TheDiscoveryResult
is a container for one result of a discovery process.TheDiscoveryResultBuilder
helps creating aDiscoveryResult
through the builder pattern.TheDiscoveryResultFlag
class specifies a list of flags which aDiscoveryResult
object can take.TheDiscoveryService
is a service interface which each binding can implement to provide an auto discovery process for one or moreThing
s.TheDiscoveryServiceRegistry
is a service interface which provides the following features.TheScanListener
interface for receiving scan operation events.