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

    Interface HomeHolidayMode

    Holiday-mode descriptor attached to a MELCloud Home device. Mirrors the /context wire shape; null on the parent device when the feature is not configured. active is read-only status (the window is currently in effect); only enabled/startDate/endDate are settable.

    interface HomeHolidayMode {
        active?: boolean;
        enabled: boolean;
        endDate: string;
        startDate: string;
    }
    Index
    active?: boolean
    enabled: boolean
    endDate: string
    startDate: string