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

    Function handleNodeTransportUpdate

    • Handles updating node transport (add or remove). Routes to the appropriate handler based on the operation type.

      Parameters

      • rootStore: ESPCDF | null

        The root CDF store instance

      • nodeId: string

        The ID of the node to update

      • transportDetails: ESPCDFTransportConfig

        The transport configuration

      • operation: "add" | "remove" = "add"

        The operation to perform: "add" (default) or "remove"

      Returns void