10-19-2022 02:56
10-19-2022 02:56
Hi Folks,
I have a specific requirement to get live HR details from the device when the user asks for it in my own application.
How can I get it from fitbit app using web api or any better option?
10-19-2022 11:59
10-19-2022 11:59
Messaging or file transfer from watch to companion.
fetch() or WebSocket (preferably) from companion to your application.
Web API is not real-time.