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

    Interface LoginCredentials

    MELCloud user credentials, shared by the Classic and Home APIs.

    interface LoginCredentials {
        password: string;
        username: string;
    }
    Index
    password: string
    username: string