08-29-2016 11:32
08-29-2016 11:32
Hi. We have a user that is having an issue when retrieving weight values that come through the Fitbit API.
The user enters 140.8lbs into Fitbit. This converts to 63.865806 kg. Via the API, we only get it rounded to one decimal place. So we get 63.8 as it appears that instead of rounding up, Fitbit just gives us the first decimal place as it exists.
09-01-2016 10:26
09-01-2016 10:26
@MattDoc I believe it truncates the number, it doesn't round. That's why you'll get a discrepancy if you're pulling the data in kg then converting back to lbs. Is there a particular reason you're pulling the data in kg?
10-05-2016 14:46
10-05-2016 14:46
We have similar complaints from users too. Any resolutions on this?