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

    Interface ClassicEnergyPostData

    POST body for EnergyCost/Report — single device, ISO date range.

    interface ClassicEnergyPostData {
        DeviceID: ClassicDeviceID;
        FromDate: string;
        ToDate: string;
    }
    Index
    DeviceID: ClassicDeviceID
    FromDate: string
    ToDate: string