Record

aq-hour

No description available.

record aq-hour {
  aqi: option​<s32>,
  no2: option​<f64>,
  o3: option​<f64>,
  pm10: option​<f64>,
  pm25: option​<f64>,
  so2: option​<f64>,
  timestamp-local: option​<string>,
  timestamp-utc: option​<string>,
  ts: option​<f64>,
}

Fields

NameTypeDescription
aqioption​<s32>
no2option​<f64>
o3option​<f64>
pm10option​<f64>
pm25option​<f64>
so2option​<f64>
timestamp-localoption​<string>
timestamp-utcoption​<string>
tsoption​<f64>