Skip to content

Commit

Permalink
fix issue with jsoniter latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lookfirst committed Mar 24, 2018
1 parent fc8ad40 commit 84b6790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Dev struct {
DevCommon
Enabled string `json:"Enabled"`
Status string `json:"Status"`
Temperature float64 `json:"Temperature"`
Temperature float64 `json:"temperature"`
MHSav float64 `json:"MHS av"`
MHS5s float64 `json:"MHS 5s"`
MHS1m float64 `json:"MHS 1m"`
Expand Down

0 comments on commit 84b6790

Please sign in to comment.