@espressif/rainmaker-base-cdf
    Preparing search index...

    Interface ESPCDFLocalDiscoveryAdapterInterface

    Local discovery adapter interface for discovering ESP devices on LAN.

    interface ESPCDFLocalDiscoveryAdapterInterface {
        startDiscovery(
            callback: (data: Record<string, any>) => void,
            params: ESPCDFDiscoveryParamsInterface,
        ): Promise<() => void>;
        stopDiscovery(): Promise<void>;
    }
    Index

    Methods