02-08-2024 17:18
02-08-2024 17:18
The numbers for resting heart rate are sometimes different on my fitbit (a Charge 6) and iOS app, versus the fitbit.com dashboard: off by one. I'd call this a bug. A minor one, but a bug.
It appears to be a coding issue: the dashboard applies rounding (so 52.51 becomes 53, while 52.49 becomes 52) while the Charge 6 and iOS truncates (so even 52.99 is displayed as 52).
Next time someone is working on the code for the fitbit devices, can they add a rounding function to the watch display and the iOS app? This should be a pretty easy fix, and it would make my OCD so happy.