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

    Interface HomeEnergyPoint

    Single time-stamped energy sample.

    interface HomeEnergyPoint {
        time: string;
        value: string;
    }
    Index
    time: string
    value: string