Represents the backend response format for OTA update status

interface ESPRawOTAUpdateStatusResponse {
    additional_info: string;
    node_id: string;
    status: string;
    timestamp: number;
}

Properties

additional_info: string
node_id: string
status: string
timestamp: number