I've been looking at the API but to my unlearned eye it looks like it would rely on the Fitbit pushing the change in activity to the Fitbit servers at just the right time.
Is there a way to run code on the Fitbit itself so it wouldn't be limited by its synchronisation frequency? if (wakeup()) { alarm() } would do it!
Answered! Go to the Best Answer.
Best Answer
@shtam wrote:
I've been looking at the API but to my unlearned eye it looks like it would rely on the Fitbit pushing the change in activity to the Fitbit servers at just the right time.
Is there a way to run code on the Fitbit itself so it wouldn't be limited by its synchronisation frequency? if (wakeup()) { alarm() } would do it!
Hi! What you have described is not possible at this time with Fitbit devices.
Best Answer
@shtam wrote:
I've been looking at the API but to my unlearned eye it looks like it would rely on the Fitbit pushing the change in activity to the Fitbit servers at just the right time.
Is there a way to run code on the Fitbit itself so it wouldn't be limited by its synchronisation frequency? if (wakeup()) { alarm() } would do it!
Hi! What you have described is not possible at this time with Fitbit devices.
Best Answer