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
| Name | Type | Description |
|---|---|---|
| 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> |