09-08-2020 23:56
09-08-2020 23:56
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?
09-09-2020 00:05
09-09-2020 00:05
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).
09-09-2020 00:17
09-09-2020 00:17
Yes, I know of that approach.
The question was can this be added without the conveluted approach and to be real-time.