Class UsbAddonFinder

java.lang.Object
org.openhab.core.config.discovery.addon.BaseAddonFinder
org.openhab.core.config.discovery.addon.usb.UsbAddonFinder
All Implemented Interfaces:
AddonFinder, UsbSerialDiscoveryListener

@NonNullByDefault public class UsbAddonFinder extends BaseAddonFinder implements UsbSerialDiscoveryListener
This is a AddonFinder for finding suggested add-ons related to USB devices.

It supports the following values for the 'match-property' 'name' element:

  • product - match on the product description text
  • manufacturer - match on the device manufacturer text
  • chipId - match on the chip vendor id plus product id
  • remote - match on whether the device is connected remotely or locally
  • Author:
    Andrew Fiddian-Green - Initial contribution