Class SddpAddonFinder

java.lang.Object
org.openhab.core.config.discovery.addon.BaseAddonFinder
org.openhab.core.config.discovery.addon.sddp.SddpAddonFinder
All Implemented Interfaces:
AddonFinder, SddpDeviceParticipant

@NonNullByDefault public class SddpAddonFinder extends BaseAddonFinder implements SddpDeviceParticipant
This is a SddpAddonFinder for finding suggested Addons via SDDP.

It checks the binding's addon.xml 'match-property' elements for the following SDDP properties:

  • driver
  • host
  • ipAddress
  • macAddress
  • manufacturer
  • model
  • port
  • primaryProxy
  • proxies
  • type
  • Author:
    Andrew Fiddian-Green - Initial contribution