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

NameTypeDescription
app-max-tempoption​<f64>
app-min-tempoption​<f64>
cloudsoption​<s32>
datetimeoption​<string>
dewptoption​<f64>
max-dhioption​<f64>
max-tempoption​<f64>
min-tempoption​<f64>
moon-phaseoption​<f64>
moonrise-tsoption​<s32>
moonset-tsoption​<s32>
podoption​<string>
popoption​<f64>
precipoption​<f64>
presoption​<f64>
rhoption​<s32>
slpoption​<f64>
snowoption​<f64>
snow-depthoption​<f64>
sunrise-tsoption​<s32>
sunset-tsoption​<s32>
tempoption​<f64>
timestamp-localoption​<string>
timestamp-utcoption​<string>
tsoption​<f64>
uvoption​<f64>
visoption​<f64>
weatheroption​<forecast-weather>
wind-cdiroption​<string>
wind-cdir-fulloption​<string>
wind-diroption​<s32>
wind-spdoption​<f64>