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

    Interface HomeReportAnnotation

    One time range highlighted by a Home report. On the comfort-graph a labelled annotation is an ATW operation-mode band (REPORT.COMFORT_GRAPH.OVERLAY_KEY.<MODE>); annotations without a label (internal-temperatures report) mark missing-data ranges and carry no mode information. Styling keys are omitted like on HomeReportDataset.

    interface HomeReportAnnotation {
        label?: string;
        xMax: string;
        xMin: string;
    }
    Index
    label?: string
    xMax: string
    xMin: string