I just noticed that a value for fat is included when using Get-Body-Weight. This isn't in the documentation (yet), is this something that's going to stay around or is this for testing only?
It would be great, as I now have to do two queries to get weight and fat values which include the time. The easier to use Get-Body-Measurements only shows the last entry of the day, without time.
SimpleXMLElement Object ( [weight] => SimpleXMLElement Object ( [weightLog] => SimpleXMLElement Object ( [bmi] => 22.56 [date] => 2015-06-02 [fat] => 13.835000038146973 [logId] => 1433226794000 [time] => 06:33:14 [weight] => 76.3 ) ) )
Answered! Go to the Best Answer.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Nice catch! 🙂
Yes, this is a new feature and it is going to stay. It has been a frequently requested feature. Documentation updates coming soon.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Great! Will the value for fat be trimmed to the normal "xx.x" format (semi-feature request here
) like with the other requests? Saves me doing some error checking.
Best Answer