get pm measurment working
This commit is contained in:
parent
eac8412475
commit
e0a5fef8fc
2 changed files with 63 additions and 46 deletions
|
|
@ -86,7 +86,7 @@ type Message1DTO struct {
|
|||
|
||||
type Message2DTO struct {
|
||||
PM1 float32 `json:"pm1"`
|
||||
PM25 float32 `json:"pm25"`
|
||||
PM25 float32 `json:"pm2_5"`
|
||||
PM10 float32 `json:"pm10"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue