Type Alias MeasureWeatherConditionData

MeasureWeatherConditionData: {
    state: WeatherStateValue;
    temperature: Temperature;
}

Type declaration