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

    Interface HolidayModeState

    Last-known holiday-mode window — the cross-dialect read twin of HolidayModeUpdate. Classic maps its HM* wire fields onto it, Home its camelCase /context descriptor; a null date is a window bound the wire left unset.

    interface HolidayModeState {
        endDate: string | null;
        isEnabled: boolean;
        startDate: string | null;
    }
    Index
    endDate: string | null

    Window end (ISO 8601 wall clock), when set.

    isEnabled: boolean

    Whether holiday mode is on.

    startDate: string | null

    Window start (ISO 8601 wall clock), when set.