MELCloud & MELCloud Home API for Node.js - v48.2.0
    Preparing search index...

    Interface ClassicAPISettings

    Persistent settings managed by the Classic API for session authentication.

    interface ClassicAPISettings {
        contextKey?: string | null;
        expiry?: string | null;
        loginBackoffUntil?: string | null;
        password?: string | null;
        username?: string | null;
    }

    Hierarchy (View Summary)

    Index
    contextKey?: string | null

    MELCloud session context key.

    expiry?: string | null

    Session expiry timestamp in ISO 8601 format.

    loginBackoffUntil?: string | null

    Epoch-ms deadline before which automatic re-logins are refused.

    password?: string | null

    Account password.

    username?: string | null

    Account username (email).