Class SddpDiscoveryService

java.lang.Object
org.openhab.core.config.discovery.AbstractDiscoveryService
org.openhab.core.config.discovery.sddp.SddpDiscoveryService
All Implemented Interfaces:
AutoCloseable, DiscoveryService, NetworkAddressChangeListener

@NonNullByDefault public class SddpDiscoveryService extends AbstractDiscoveryService implements AutoCloseable, NetworkAddressChangeListener
This is a DiscoveryService implementation, which can find SDDP devices in the network. Support for bindings can be achieved by implementing and registering a SddpDiscoveryParticipant. Support for finders can be achieved by implementing and registering a SddpDeviceParticipant.
Author:
Andrew Fiddian-Green - Initial contribution