Represents the response for adding a command-response request. 200 OK: contains status. 207 Multi-Status: contains responses.

interface ESPCmdRespSendAPIResponse {
    requestId: string;
    responses?: ESPCmdRespSendAPIResponseEntry[];
    status?: string;
}

Properties

requestId: string
status?: string