There are many stats that the device sdk does not natively support such as sleep tracking and food tracking.
These are available on the device under the Fitbit today screens, other than calling the Fitbit rest API to get this data. Is there a way to get through the SDK? - if not, can it be considered for the next SDK version?
It's possible to get stats from the Web API into the watch via the oauth2 component. There's a good example here. The process is a bit convoluted (and isn't real-time coz syncing is needed).
Best AnswerYes, I know of that approach.
The question was can this be added without the conveluted approach and to be real-time.
Best Answer