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

    Interface HomeAPISettings

    Persistent settings managed by the Home API for session authentication.

    interface HomeAPISettings {
        accessToken?: string | null;
        expiry?: string | null;
        loginBackoffUntil?: string | null;
        password?: string | null;
        refreshToken?: string | null;
        username?: string | null;
    }

    Hierarchy (View Summary)

    Index
    accessToken?: string | null

    IdentityServer access token (Bearer).

    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.

    refreshToken?: string | null

    IdentityServer refresh token.

    username?: string | null

    Account username (email).