v1
cable-calibration
Cancel active cable encoder calibration
Cancel the active calibration process and return to normal operations.
Safely aborts calibration and the previous calibration factor is preserved. This operation is idempotent - calling cancel when no calibration is active will not result in an error.
post/api/v1/reel/calibration/cancel
Response
Calibration cancellation confirmation with restored system state
Example response
{
"description": "Active calibration cancelled successfully",
"name": "Calibration Cancelled",
"value": {
"action": "cancel_calibration",
"error": false,
"error_msgs": [],
"result": {
"calibrating": false
}
}
}