05-06-2020 02:20
05-06-2020 02:20
I'm changing my mind and trying to get the heart rate using the companion api.
I'm currently using fitbit studio to communicate with my phone,
but I want to send a file from here. Can I create a txt through fitbit studio?
I think this is something that JavaScript cannot do. Is this correct?
Answered! Go to the Best Answer.
05-06-2020 02:30
05-06-2020 02:30
That is correct. Your only options are to use fetch() or WebSocket to send the data to a server.
05-06-2020 02:30
05-06-2020 02:30
That is correct. Your only options are to use fetch() or WebSocket to send the data to a server.
05-06-2020 02:40
05-06-2020 02:40
thx bro 🙂
05-06-2020 02:50
05-06-2020 02:50
👍
What you're trying to do isn't easy, but it can definitely be done.