node-tado-client
    Preparing search index...

    Type Alias WeatherState

    type WeatherState = {
        timestamp: string;
        type: "WEATHER_STATE";
        value: WeatherStateValue;
    }
    Index

    Properties

    Properties

    timestamp: string
    type: "WEATHER_STATE"