node-tado-client
    Preparing search index...

    Type Alias MeasureWeatherSlot

    type MeasureWeatherSlot = {
        slots: {
            "04:00": MeasureWeatherSlotData | null;
            "08:00": MeasureWeatherSlotData | null;
            "12:00": MeasureWeatherSlotData | null;
            "16:00": MeasureWeatherSlotData | null;
            "20:00": MeasureWeatherSlotData | null;
        };
        timeSeriesType: "slots";
        valueType: "weatherCondition";
    }
    Index

    Properties

    slots: {
        "04:00": MeasureWeatherSlotData | null;
        "08:00": MeasureWeatherSlotData | null;
        "12:00": MeasureWeatherSlotData | null;
        "16:00": MeasureWeatherSlotData | null;
        "20:00": MeasureWeatherSlotData | null;
    }
    timeSeriesType: "slots"
    valueType: "weatherCondition"