Flip

GET /equipment/mount/flip

Performs a meridian flip to the current coordinates. This will only flip the mount if it is needed, it will not force the mount to flip

Responses

GET /equipment/mount/flip
curl \
 --request GET 'http://localhost:1888/v2/api/equipment/mount/flip'
Response examples (200)
{
  "Response": "Flipping",
  "Error": "string",
  "StatusCode": 200,
  "Success": true,
  "Type": "API"
}
Response examples (409)
{
  "Response": "string",
  "Error": "Mount not connected",
  "StatusCode": 409,
  "Success": false,
  "Type": "API"
}
Response examples (500)
{
  "Response": "string",
  "Error": "Unknown error",
  "StatusCode": 500,
  "Success": false,
  "Type": "API"
}