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

    Interface BaseAPISettings

    Session material both dialects persist through the host's SettingManager: credentials, expiry, and the login-backoff gate (previously undeclared — a host clearing every declared key left the backoff behind).

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

    Hierarchy (View Summary)

    Index
    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).