temperature -> temp

This commit is contained in:
Travis Shears 2025-12-25 14:01:40 +01:00
parent 21aa735d51
commit d96ada276d
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469

View file

@ -79,7 +79,7 @@ func ParseMsg(msg string) (*Message, error) {
} }
type Message1DTO struct { type Message1DTO struct {
Temperature float32 `json:"temperature"` Temperature float32 `json:"temp"`
Humidity float32 `json:"humidity"` Humidity float32 `json:"humidity"`
Pressure float32 `json:"pressure"` Pressure float32 `json:"pressure"`
} }