Query parameters
-
calibrate
boolean Whether to force the guider to calibrate before start guiding
GET
/equipment/guider/start
curl \
--request GET 'http://localhost:1888/v2/api/equipment/guider/start'
Response examples (200)
{
"Response": "Guiding started",
"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"
}