Record
forecast
No description available.
record forecast {
app-max-temp: option<f64>,
app-min-temp: option<f64>,
clouds: option<s32>,
datetime: option<string>,
dewpt: option<f64>,
max-dhi: option<f64>,
max-temp: option<f64>,
min-temp: option<f64>,
moon-phase: option<f64>,
moonrise-ts: option<s32>,
moonset-ts: option<s32>,
pod: option<string>,
pop: option<f64>,
precip: option<f64>,
pres: option<f64>,
rh: option<s32>,
slp: option<f64>,
snow: option<f64>,
snow-depth: option<f64>,
sunrise-ts: option<s32>,
sunset-ts: option<s32>,
temp: option<f64>,
timestamp-local: option<string>,
timestamp-utc: option<string>,
ts: option<f64>,
uv: option<f64>,
vis: option<f64>,
weather: option<forecast-weather>,
wind-cdir: option<string>,
wind-cdir-full: option<string>,
wind-dir: option<s32>,
wind-spd: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| app-max-temp | option<f64> | |
| app-min-temp | option<f64> | |
| clouds | option<s32> | |
| datetime | option<string> | |
| dewpt | option<f64> | |
| max-dhi | option<f64> | |
| max-temp | option<f64> | |
| min-temp | option<f64> | |
| moon-phase | option<f64> | |
| moonrise-ts | option<s32> | |
| moonset-ts | option<s32> | |
| pod | option<string> | |
| pop | option<f64> | |
| precip | option<f64> | |
| pres | option<f64> | |
| rh | option<s32> | |
| slp | option<f64> | |
| snow | option<f64> | |
| snow-depth | option<f64> | |
| sunrise-ts | option<s32> | |
| sunset-ts | option<s32> | |
| temp | option<f64> | |
| timestamp-local | option<string> | |
| timestamp-utc | option<string> | |
| ts | option<f64> | |
| uv | option<f64> | |
| vis | option<f64> | |
| weather | option<forecast-weather> | |
| wind-cdir | option<string> | |
| wind-cdir-full | option<string> | |
| wind-dir | option<s32> | |
| wind-spd | option<f64> |