Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
tskaard committed Apr 2, 2019
1 parent 6b5fdd5 commit dd0431f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func main() {

}

func (fh *Handler) handleStreams(newMsg *tibber.StreamMsg) {
func (h *Handler) handleStreams(newMsg *tibber.StreamMsg) {
fmt.Println(newMsg.Payload.Data.LiveMeasurement.Timestamp + " :: " + strconv.Itoa(newMsg.Payload.Data.LiveMeasurement.Power) + " Watt")
}
```

0 comments on commit dd0431f

Please sign in to comment.