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

    Interface ReportQuery

    Date range query for report endpoints.

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

    Properties

    Properties

    from?: string

    Start date in ISO 8601 format. Defaults to '1970-01-01'.

    to?: string

    End date in ISO 8601 format. Defaults to now.