cURL
curl --request POST \ --url https://api.hapticsconnect.com/device/hlc/play \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "velocity": 0.5, "low_limit": 0.5, "high_limit": 0.5 } '
Play Haptic Loop
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The haptic loop control settings of the device.
The velocity of the loop.
0.5
The low limit of the loop.
The high limit of the loop.
OK