HourlyWeatherData time changed to string.
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
9f1f6934ee
commit
e7a53ba7b5
@ -11,7 +11,7 @@ export interface WeatherData {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export interface HourlyWeatherData {
|
export interface HourlyWeatherData {
|
||||||
time: Date;
|
time: string;
|
||||||
iconCode: number;
|
iconCode: number;
|
||||||
temperature: number;
|
temperature: number;
|
||||||
relativeHumidity: number;
|
relativeHumidity: number;
|
||||||
|
Loading…
Reference in New Issue
Block a user