ESPProvProgressMessages: {
    ASSOCIATION_CONFIG_CREATED: "Association config request created.";
    ASSOCIATION_CONFIG_SENT: "Association config request sent successfully to 'cloud_user_assoc' endPoint.";
    DECODED_NODE_ID: "Decoded NodeId from response data successfully";
    DECODING_RESPONSE_DATA: "Decoding response data";
    DEVICE_PROVISIONED: "Succeed device provisioning";
    INITIATING_NODE_TIMEZONE_SETUP: "Initiating node timezone setup";
    NODE_TIMEZONE_SETUP_SUCCEED: "Node timezone setup succeed";
    SENDING_ASSOCIATION_CONFIG: "Sending association config request to 'cloud_user_assoc' endPoint.";
    SETTING_NODE_TIMEZONE: "Setting node timezone";
    START_ASSOCIATION: "Starting user device association...";
    USER_NODE_MAPPING_SUCCEED: "User node mapping succeed";
} = ...

An object containing ESP provisioning progress messages.

Type declaration

  • ReadonlyASSOCIATION_CONFIG_CREATED: "Association config request created."

    Message indicating the association config request creation.

  • ReadonlyASSOCIATION_CONFIG_SENT: "Association config request sent successfully to 'cloud_user_assoc' endPoint."

    Message indicating the successful sending of association config request.

  • ReadonlyDECODED_NODE_ID: "Decoded NodeId from response data successfully"

    Message indicating the successful decoding of NodeId from response data.

  • ReadonlyDECODING_RESPONSE_DATA: "Decoding response data"

    Message indicating the decoding of response data.

  • ReadonlyDEVICE_PROVISIONED: "Succeed device provisioning"

    Message indicating the successful device provisioning.

  • ReadonlyINITIATING_NODE_TIMEZONE_SETUP: "Initiating node timezone setup"

    Message indicating the node timeZone setup process initiation.

  • ReadonlyNODE_TIMEZONE_SETUP_SUCCEED: "Node timezone setup succeed"

    Message indicating the successful node timeZone setup.

  • ReadonlySENDING_ASSOCIATION_CONFIG: "Sending association config request to 'cloud_user_assoc' endPoint."

    Message indicating the sending of association config request.

  • ReadonlySETTING_NODE_TIMEZONE: "Setting node timezone"

    Message indicating the setting of node timeZone.

  • ReadonlySTART_ASSOCIATION: "Starting user device association..."

    Message indicating the start of user device association.

  • ReadonlyUSER_NODE_MAPPING_SUCCEED: "User node mapping succeed"

    Message indicating the successful user node mapping.