06-03-2015 06:06
06-03-2015 06:06
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.
06-03-2015 10:54
06-03-2015 10:54
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.
06-03-2015 10:54
06-03-2015 10:54
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.
06-03-2015 15:01
06-03-2015 15:01
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.