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

    Interface ReportChartBand

    One background band over a line chart, expressed as an inclusive [from, to] index range on the labels grid — e.g. an ATW operation-mode span. Only Home ATW temperature charts carry bands; every other chart omits the field.

    interface ReportChartBand {
        from: number;
        label: string;
        to: number;
    }
    Index
    from: number

    Index of the first covered label.

    label: string

    Band name (Classic operation-mode vocabulary, e.g. 'HotWater').

    to: number

    Index of the last covered label.