Record

history-obj

No description available.

record history-obj {
  app-temp: option​<f64>,
  azimuth: option​<f64>,
  clouds: option​<s32>,
  datetime: option​<string>,
  dewpt: option​<s32>,
  dhi: option​<f64>,
  dni: option​<f64>,
  elev-angle: option​<f64>,
  ghi: option​<f64>,
  h-angle: option​<f64>,
  pod: option​<string>,
  precip: option​<f64>,
  pres: option​<f64>,
  revision-status: option​<string>,
  rh: option​<s32>,
  slp: option​<f64>,
  snow: 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​<history-obj-weather>,
  wind-dir: option​<s32>,
  wind-gust-spd: option​<f64>,
  wind-spd: option​<f64>,
}

Fields

NameTypeDescription
app-tempoption​<f64>
azimuthoption​<f64>
cloudsoption​<s32>
datetimeoption​<string>
dewptoption​<s32>
dhioption​<f64>
dnioption​<f64>
elev-angleoption​<f64>
ghioption​<f64>
h-angleoption​<f64>
podoption​<string>
precipoption​<f64>
presoption​<f64>
revision-statusoption​<string>
rhoption​<s32>
slpoption​<f64>
snowoption​<f64>
solar-radoption​<f64>
tempoption​<f64>
timestamp-localoption​<string>
timestamp-utcoption​<string>
tsoption​<f64>
uvoption​<f64>
visoption​<f64>
weatheroption​<history-obj-weather>
wind-diroption​<s32>
wind-gust-spdoption​<f64>
wind-spdoption​<f64>