AW-811: Added weather service to common
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
This commit is contained in:
13
projects/common/src/fm/models/weatherCurrentObservation.ts
Normal file
13
projects/common/src/fm/models/weatherCurrentObservation.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export interface WeatherCurrentObservation {
|
||||
wspd: number;
|
||||
obs_time_local: number;
|
||||
decimal_temp: number;
|
||||
rh: number;
|
||||
precip_1hour: number;
|
||||
precip_6hour: number;
|
||||
precip_24hour: number;
|
||||
uv_index: number;
|
||||
icon_code: number;
|
||||
wdir_cardinal: string;
|
||||
wdir: number;
|
||||
}
|
Reference in New Issue
Block a user