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

    Interface HomeUser

    Authenticated MELCloud Home user identity decoded from the bearer token's id-token claims.

    interface HomeUser {
        email: string;
        firstName: string;
        lastName: string;
        sub: string;
    }
    Index
    email: string
    firstName: string
    lastName: string
    sub: string