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

    Interface APISettings

    Persistent settings managed by the API for session authentication.

    interface APISettings {
        contextKey?: string | null;
        expiry?: string | null;
        password?: string | null;
        username?: string | null;
    }
    Index

    Properties

    contextKey?: string | null

    MELCloud session context key.

    expiry?: string | null

    Session expiry timestamp in ISO 8601 format.

    password?: string | null

    MELCloud account password.

    username?: string | null

    MELCloud account username (email).