finding a bug
This commit is contained in:
@@ -21,10 +21,10 @@ type SnapshotRecord struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type SnapshotSubmission struct {
|
type SnapshotSubmission struct {
|
||||||
Timestamp time.Time `json:"time"`
|
Timestamp string `json:"time"`
|
||||||
Temp float32 `json:"temp"`
|
Temp string `json:"temp"`
|
||||||
Humidity float32 `json:"humidity"`
|
Humidity string `json:"humidity"`
|
||||||
Co2 float32 `json:"co2"`
|
Co2 string `json:"co2"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user