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