Clear Calibration
Clears the calibration data, forces the guider to recalibrate when it starts guiding
GET
/equipment/guider/clear-calibration
curl \
--request GET 'http://localhost:1888/v2/api/equipment/guider/clear-calibration'
Response examples (200)
{
"Response": "Calibration cleared",
"Error": "string",
"StatusCode": 200,
"Success": true,
"Type": "API"
}
Response examples (409)
{
"Response": "string",
"Error": "Guider not connected",
"StatusCode": 409,
"Success": false,
"Type": "API"
}
Response examples (500)
{
"Response": "string",
"Error": "Unknown error",
"StatusCode": 500,
"Success": false,
"Type": "API"
}