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

    Interface HomeReportPoint

    Single (x,y) sample inside a HomeReportDataset.

    interface HomeReportPoint {
        x: string;
        y: number;
    }
    Index
    x y
    x: string
    y: number