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

    Interface AddOnNetworkDeviceParams

    Parameters for user.addOnNetworkDevice (challenge-response over LAN HTTP).

    No Wi-Fi credentials are required — the device is already on the network; provisioning only performs cloud-driven user-node mapping verified through a signed challenge.

    interface AddOnNetworkDeviceParams {
        device: ESPCDFOnNetworkDevice;
        groupId: string;
        onProgress?: (response: ESPCDFProvisionResponse) => void;
        pop?: string;
    }
    Index

    Properties

    Discovered mDNS device record.

    groupId: string

    Group / home id to attach the node to once verified.

    onProgress?: (response: ESPCDFProvisionResponse) => void

    Optional progress callback (mirrors addDevice).

    pop?: string

    Optional POP value; required when device.popRequired is true.