Send Haptic Direct Control Command
Send a haptic direct control command to the device.
Set the target position and the time the stroker takes to reach it.
time is required — a request with time set to 0 is rejected with 400.
Authorizations
Short-lived session token obtained from POST /api/sessions/v2.
Send it as Authorization: Bearer <session_token> together with the X-Device-Key: <device-key> header identifying the target device.
Headers
Device Key (4 BIP39 words) identifying the target device.
Obtain it from POST /device/otp/confirm/v2.
^[a-z]+-[a-z]+-[a-z]+-[a-z]+$"orbit-ranch-silver-tomato"
Body
Target position and the time the stroker takes to reach it.
time is required — a request with time set to 0 is rejected with 400.
If position is omitted it defaults to 0.
Response
OK