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

    Interface HomeUserContext

    Identity slice of the MELCloud Home /context response — the four fields that establish who is signed in. Kept separate from HomeContext so session validity can be derived from any successful /context round-trip even when the device payload fails full validation (device-schema drift must degrade the registry, never the authentication state).

    interface HomeUserContext {
        email: string;
        firstname: string;
        id: string;
        lastname: string;
    }
    Index
    email: string
    firstname: string
    id: string
    lastname: string