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

    Interface AtaTemperatureBounds

    The three intervals an ATA unit advertises, whichever API describes it. Both dialects publish exactly these pairs; only the field spelling differs, so each facade supplies them and the resolution below is shared.

    interface AtaTemperatureBounds {
        automatic: TemperatureRange;
        coolDry: TemperatureRange;
        heatFan: TemperatureRange;
    }
    Index
    automatic: TemperatureRange

    Bounds enforced in automatic mode.

    Bounds shared by cooling and drying.

    Bounds shared by heating and fan.