Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Could the Fitbit silent alarm trigger if someone started sleepwalking?

ANSWERED

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!

 

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

@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.

View best answer in original post

Best Answer
0 Votes
1 REPLY 1

@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
0 Votes