cURL
curl --request GET \ --url https://api.hapticsconnect.com/device/hlc/status \ --header 'Authorization: Bearer <token>'
{ "velocity": 0.5, "low_limit": 0.5, "high_limit": 0.5, "is_playing": true }
Get loop control status including settings, velocity and current loop status.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The haptic loop control status of the device.
The velocity of the loop.
0.5
The low limit of the loop.
The high limit of the loop.
The status of the loop.
true