node-tado-client
    Preparing search index...

    Type Alias MeasureDataInterval<T>

    type MeasureDataInterval<T> = {
        from: string;
        to: string;
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    from: string

    JSON formated date

    to: string

    JSON formated date

    value: T