Raw backend response for POST /user/nodes/cmd (snake_case).

interface ESPCmdRespSendAPIRawResponse {
    request_id: string;
    responses?: ESPCmdRespSendAPIResponseEntryRaw[];
    status?: string;
}

Properties

request_id: string
status?: string