You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it can happen that the companion keeps waking up even after sleep tracking session stops.
We can prevent this by checking whether the FitbitHTTPserver is running on the phone, and if not, terminating the wakeUp mode.
We need to make sure wakeup mode is properly enabled when sleep tracking starts. For example by starting it when we get "start" message from the watch?
The text was updated successfully, but these errors were encountered:
Sometimes it can happen that the companion keeps waking up even after sleep tracking session stops.
We can prevent this by checking whether the FitbitHTTPserver is running on the phone, and if not, terminating the wakeUp mode.
We need to make sure wakeup mode is properly enabled when sleep tracking starts. For example by starting it when we get "start" message from the watch?
The text was updated successfully, but these errors were encountered: