Skip to content

Commit

Permalink
Merge pull request #2 from asherry99/feature/pm25-support
Browse files Browse the repository at this point in the history
Add support for new pm25 sensor readings
  • Loading branch information
lrosenman committed Jun 8, 2019
2 parents 405720f + 4c191d3 commit a9341b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ambient.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ type Record struct {
Humidityin int
LastRain time.Time
Maxdailygust float64
Pm25 int
Pm25_24h float64
Relay1 int
Relay2 int
Relay3 int
Expand Down

0 comments on commit a9341b4

Please sign in to comment.