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

    Interface HomeFrostProtectionPostData

    POST body for /monitor/protection/frost — the new bounds and on/off flag plus the batch of target device ids.

    interface HomeFrostProtectionPostData {
        enabled: boolean;
        max: number;
        min: number;
        units: HomeProtectionUnits;
    }
    Index
    enabled: boolean
    max: number
    min: number