MELCloud & MELCloud Home API for Node.js - v23.3.3
    Preparing search index...

    Interface ReportData

    interface ReportData {
        Data: readonly (readonly (number | null)[])[];
        FromDate: string;
        Labels: readonly string[];
        LabelType: LabelType;
        Points: number;
        Series: number;
        ToDate: string;
    }
    Index

    Properties

    Data: readonly (readonly (number | null)[])[]
    FromDate: string
    Labels: readonly string[]
    LabelType: LabelType
    Points: number
    Series: number
    ToDate: string