We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9379a31 commit ea3d9bcCopy full SHA for ea3d9bc
1 file changed
api/models/report.go
@@ -37,6 +37,8 @@ type ReportDaily struct {
37
CloudcoverPct *float64 `bson:"cloudcover_pct,omitempty" json:"cloudcover_pct,omitempty"`
38
WindSpeedMps *float64 `bson:"wind_speed_mps,omitempty" json:"wind_speed_mps,omitempty"`
39
ClarityPct *float64 `bson:"clarity_pct,omitempty" json:"clarity_pct,omitempty"`
40
+
41
+ Type int `bson:"type,omitempty" json:"type,omitempty"` // 0: actual, 1: forecast
42
}
43
44
// ReportForecast — forecast section produced by the processor.
0 commit comments