HourlyWeatherData time changed to string.
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good Details

2022.01
Mark van der Wal 2020-09-02 21:32:47 +02:00
parent 9f1f6934ee
commit e7a53ba7b5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export interface WeatherData {
}
export interface HourlyWeatherData {
time: Date;
time: string;
iconCode: number;
temperature: number;
relativeHumidity: number;