Interface DeviceDiscovery

A DeviceProvider that has a device discovery mechanism.

Hierarchy

  • DeviceDiscovery

Methods

  • Perform device discovery, scanning if requested. If no scan is requested, the current list of discovered devices is returned.

    Parameters

    • Optional scan: boolean

    Returns Promise<DiscoveredDevice[]>

  • Returns the id of the newly adopted device.

    Parameters

    Returns Promise<string>

Generated using TypeDoc