node-tado-client
    Preparing search index...

    Type Alias WeatherSolarIntensity

    type WeatherSolarIntensity = {
        percentage: number;
        timestamp: string;
        type: "PERCENTAGE";
    }
    Index

    Properties

    percentage: number
    timestamp: string
    type: "PERCENTAGE"