node-tado-client
    Preparing search index...

    Type Alias MeasureCallForHeat

    type MeasureCallForHeat = {
        dataIntervals: MeasureDataInterval<"NONE" | "LOW" | "MEDIUM" | "HIGH">[];
        timeSeriesType: "dataIntervals";
        valueType: "callForHeat";
    }
    Index

    Properties

    dataIntervals: MeasureDataInterval<"NONE" | "LOW" | "MEDIUM" | "HIGH">[]
    timeSeriesType: "dataIntervals"
    valueType: "callForHeat"