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

    Interface LoginPostData

    interface LoginPostData {
        AppVersion: string;
        Email: string;
        Language?: number;
        Password: string;
        Persist?: boolean;
    }
    Index

    Properties

    AppVersion: string
    Email: string
    Language?: number
    Password: string
    Persist?: boolean