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

    Interface HomeReportTrigger

    Last sample of a series before the report window — the seed the Home UI (and the facade resampler) carries forward so sparse setpoint series do not start the window blank. value is null (with a far-future trigger sentinel) when the series has no prior sample.

    interface HomeReportTrigger {
        measure: string;
        trigger: string;
        value: number | null;
    }
    Index
    measure: string
    trigger: string
    value: number | null