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

    Interface HomeOverheatProtection

    Overheat-protection schedule attached to a MELCloud Home device. Mirrors the HomeFrostProtection shape; null on the parent device when the feature is not configured.

    interface HomeOverheatProtection {
        active?: boolean;
        enabled: boolean;
        max: number;
        min: number;
    }
    Index
    active?: boolean
    enabled: boolean
    max: number
    min: number