MELCloud & MELCloud Home API for Node.js - v23.3.3
    Preparing search index...

    Interface HolidayModeQuery

    Parameters for enabling or disabling holiday mode.

    interface HolidayModeQuery {
        from?: string;
        to?: string;
    }
    Index

    Properties

    Properties

    from?: string

    Start date in ISO 8601 format. Defaults to now when to is provided.

    to?: string

    End date in ISO 8601 format. Omit to disable holiday mode.