10-04-2019 22:33
10-04-2019 22:33
can you please help!
i am developing an iphone application and want to connect it with fitbit. i want to send vibrations to the watch when i press a button according to my requirement.
i also want to know the device models on which the API will work perfectly according to my requirement(Vibrate the watch when i press button)
10-05-2019 00:33
10-05-2019 00:33
Not knowing your exact requirements, here's my guess.
Your iPhone app notifies (1) the companion app about the desired action, then the companion forwards (2) it to the watch.
Now, this is a general process that could be achieved in several ways. One that I can think of is:
At (1), the communication between iPhone app and the companion can use WebSockets
At (2) it could be the Messaging API (also WebSockets)
10-07-2019 00:45
10-07-2019 00:45
Can i use haptics API to vibrate the watch according to my action from mobile? If yes then which models supports the Haptics API?
Please provide the related solution.