Got it working!
This commit is contained in:
@@ -17,7 +17,7 @@ type SnapshotRecord struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type SnapshotSubmission struct {
|
type SnapshotSubmission struct {
|
||||||
Timestamp float32 `json:"time"`
|
Timestamp string `json:"time"`
|
||||||
Temp float32 `json:"temp"`
|
Temp float32 `json:"temp"`
|
||||||
Humidity float32 `json:"humidity"`
|
Humidity float32 `json:"humidity"`
|
||||||
Co2 float32 `json:"co2"`
|
Co2 float32 `json:"co2"`
|
||||||
|
|||||||
Reference in New Issue
Block a user