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

    Interface ErrorDetails

    A single error entry from the device error log.

    interface ErrorDetails {
        date: string;
        deviceId: number;
        error: string;
    }
    Index

    Properties

    Properties

    date: string

    ISO 8601 date of the error occurrence.

    deviceId: number

    Numeric ID of the device that reported the error.

    error: string

    Error message text.