Update Stroker Settings
Update the stroker settings of the device.
A partial update, on the same terms as POST /device/settings: naming
max_velocity alone leaves playback_rate and both position shifts
untouched.
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
The stroker settings of the device.
The low position shift of the stroker in mm.
5
The high position shift of the stroker in mm.
5
Upper speed limit for the stroker, on the device's own scale: 10 by default, 50 at the top. The device screen shows it as 20 steps.
10
Playback rate (1.0 = normal speed)
1
Response
Updated Stroker Settings
The stroker settings of the device.
The low position shift of the stroker in mm.
5
The high position shift of the stroker in mm.
5
Upper speed limit for the stroker, on the device's own scale: 10 by default, 50 at the top. The device screen shows it as 20 steps.
10
Playback rate (1.0 = normal speed)
1