Record

forecast-hour

No description available.

record forecast-hour {
  app-temp: option​<f64>,
  clouds: option​<s32>,
  datetime: option​<string>,
  dewpt: option​<f64>,
  dhi: option​<f64>,
  dni: option​<f64>,
  ghi: option​<f64>,
  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>,
  solar-rad: option​<f64>,
  temp: option​<f64>,
  timestamp-local: option​<string>,
  timestamp-utc: option​<string>,
  ts: option​<f64>,
  uv: option​<f64>,
  vis: option​<f64>,
  weather: option​<forecast-hour-weather>,
  wind-cdir: option​<string>,
  wind-cdir-full: option​<string>,
  wind-dir: option​<s32>,
  wind-gust-spd: option​<f64>,
  wind-spd: option​<f64>,
}

Fields

NameTypeDescription
app-tempoption​<f64>
cloudsoption​<s32>
datetimeoption​<string>
dewptoption​<f64>
dhioption​<f64>
dnioption​<f64>
ghioption​<f64>
podoption​<string>
popoption​<f64>
precipoption​<f64>
presoption​<f64>
rhoption​<s32>
slpoption​<f64>
snowoption​<f64>
snow-depthoption​<f64>
solar-radoption​<f64>
tempoption​<f64>
timestamp-localoption​<string>
timestamp-utcoption​<string>
tsoption​<f64>
uvoption​<f64>
visoption​<f64>
weatheroption​<forecast-hour-weather>
wind-cdiroption​<string>
wind-cdir-fulloption​<string>
wind-diroption​<s32>
wind-gust-spdoption​<f64>
wind-spdoption​<f64>