Skip to content

Commit

Permalink
always return a float for sensor value
Browse files Browse the repository at this point in the history
  • Loading branch information
entone committed Apr 11, 2016
1 parent 6f5c18c commit 0d39ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node_bucket.ex
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ defmodule NodeBucket do
%{
measurement: "node.#{key}",
fields: %{
value: Map.get(message, x)
value: Map.get(message, x) / 1
},
tags: %{
node: node,
Expand Down

0 comments on commit 0d39ff5

Please sign in to comment.