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

    Interface ClassicTemperatureLogPostData

    POST body for Report/GetTemperatureLog2; extends the generic report body with an optional Location selector.

    interface ClassicTemperatureLogPostData {
        DeviceID: ClassicDeviceID;
        Duration?: number;
        FromDate: string;
        Location?: number;
        ToDate: string;
    }

    Hierarchy (View Summary)

    Index
    DeviceID: ClassicDeviceID
    Duration?: number
    FromDate: string
    Location?: number
    ToDate: string