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

    Interface HomeHolidayModePostData

    POST body for /monitor/holidaymode — the window bounds and on/off flag plus the batch of target device ids.

    interface HomeHolidayModePostData {
        enabled: boolean;
        endDate: string;
        startDate: string;
        units: HomeProtectionUnits;
    }
    Index
    enabled: boolean
    endDate: string
    startDate: string