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

    Variable ESPCDFOnNetworkProgressMessagesConst

    ESPCDFOnNetworkProgressMessages: {
        INITIATING_NODE_ASSOCIATION: "Initiating node association";
        SENDING_CHALLENGE_TO_DEVICE: "Sending challenge to device";
        USER_NODE_MAPPING_SUCCEED: "User node mapping succeed";
        VERIFYING_NODE_ASSOCIATION: "Verifying node association";
    } = ...

    Progress messages emitted during the on-network (LAN HTTP) challenge-response provisioning flow.

    Type Declaration

    • ReadonlyINITIATING_NODE_ASSOCIATION: "Initiating node association"

      Cloud is being asked to issue a challenge for the discovered node.

    • ReadonlySENDING_CHALLENGE_TO_DEVICE: "Sending challenge to device"

      Challenge has been issued and is being relayed to the device.

    • ReadonlyUSER_NODE_MAPPING_SUCCEED: "User node mapping succeed"

      Mapping has been confirmed by the cloud.

    • ReadonlyVERIFYING_NODE_ASSOCIATION: "Verifying node association"

      Cloud is verifying the signed challenge returned by the device.