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

    Interface HomeReportDataset

    One named series of (x,y) samples in a HomeReportData. The wire format also carries chart-rendering metadata (backgroundColor, borderColor, pointRadius, ...); they are intentionally omitted from the canonical type since the SDK does not consume them and they belong to the BFF's frontend concerns.

    interface HomeReportDataset {
        data: HomeReportPoint[];
        id: string;
        label: string;
    }
    Index
    id: string
    label: string