Record

history-day-obj

No description available.

record history-day-obj {
  datetime: option​<string>,
  dewpt: option​<f64>,
  dhi: option​<s32>,
  dni: option​<s32>,
  ghi: option​<s32>,
  max-temp: option​<f64>,
  max-temp-ts: option​<f64>,
  max-uv: option​<f64>,
  max-wind-dir: option​<s32>,
  max-wind-spd: option​<f64>,
  max-wind-spd-ts: option​<f64>,
  min-temp: option​<f64>,
  min-temp-ts: option​<f64>,
  precip: option​<f64>,
  precip-gpm: option​<f64>,
  pres: option​<f64>,
  revision-status: option​<string>,
  rh: option​<s32>,
  slp: option​<f64>,
  snow: option​<f64>,
  snow-depth: option​<f64>,
  t-dhi: option​<s32>,
  t-dni: option​<s32>,
  t-ghi: option​<s32>,
  temp: option​<f64>,
  ts: option​<s32>,
  wind-dir: option​<s32>,
  wind-gust-spd: option​<f64>,
  wind-spd: option​<f64>,
}

Fields

NameTypeDescription
datetimeoption​<string>
dewptoption​<f64>
dhioption​<s32>
dnioption​<s32>
ghioption​<s32>
max-tempoption​<f64>
max-temp-tsoption​<f64>
max-uvoption​<f64>
max-wind-diroption​<s32>
max-wind-spdoption​<f64>
max-wind-spd-tsoption​<f64>
min-tempoption​<f64>
min-temp-tsoption​<f64>
precipoption​<f64>
precip-gpmoption​<f64>
presoption​<f64>
revision-statusoption​<string>
rhoption​<s32>
slpoption​<f64>
snowoption​<f64>
snow-depthoption​<f64>
t-dhioption​<s32>
t-dnioption​<s32>
t-ghioption​<s32>
tempoption​<f64>
tsoption​<s32>
wind-diroption​<s32>
wind-gust-spdoption​<f64>
wind-spdoption​<f64>