added weather method do receive historical + forecast weatherdata.
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit
This commit is contained in:
10
projects/common/src/fm/models/WeatherData.ts
Normal file
10
projects/common/src/fm/models/WeatherData.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface WeatherData {
|
||||
time: Date;
|
||||
minTemp: number;
|
||||
maxTemp: number;
|
||||
relativeHumidity: number;
|
||||
rain: number;
|
||||
wspd?: number;
|
||||
wdir_cardinal?: string;
|
||||
wdir?: number;
|
||||
}
|
Reference in New Issue
Block a user