Represents OTA update status response

interface ESPOTAUpdateStatusResponse {
    additionalInfo: string;
    nodeId: string;
    status: string;
    timestamp: number;
}

Properties

additionalInfo: string
nodeId: string
status: string
timestamp: number