Got it working!

This commit is contained in:
Daniel Ledda
2020-11-03 00:05:29 +01:00
parent 6a36f7ccbe
commit c324e784aa

View File

@@ -17,7 +17,7 @@ type SnapshotRecord struct {
}
type SnapshotSubmission struct {
Timestamp float32 `json:"time"`
Timestamp string `json:"time"`
Temp float32 `json:"temp"`
Humidity float32 `json:"humidity"`
Co2 float32 `json:"co2"`