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

    Interface HomeFrostProtection

    Frost-protection schedule attached to a MELCloud Home device. Mirrors the wire shape from /context; null on the parent device when the feature is not configured.

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