get pm measurment working

This commit is contained in:
Travis Shears 2025-12-25 16:45:27 +01:00
parent eac8412475
commit e0a5fef8fc
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
2 changed files with 63 additions and 46 deletions

View file

@ -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"`
}