MELCloud & MELCloud Home API for Node.js - v23.3.3
    Preparing search index...

    Interface ErrorLogData

    interface ErrorLogData {
        DeviceId: number;
        EndDate: string;
        ErrorMessage: string | null;
        StartDate: string;
    }
    Index

    Properties

    DeviceId: number
    EndDate: string
    ErrorMessage: string | null
    StartDate: string