Information

GET /equipment/focuser/info

Get the focuser info

Responses

GET /equipment/focuser/info
curl \
 --request GET 'http://localhost:1888/v2/api/equipment/focuser/info'
Response examples (200)
{
  "Response": {
    "Position": 42,
    "StepSize": 42,
    "Temperature": 42.0,
    "IsMoving": true,
    "IsSettling": true,
    "TempComp": true,
    "TempCompAvailable": true,
    "SupportedActions": [],
    "Connected": true,
    "Name": "string",
    "DisplayName": "string",
    "Description": "string",
    "DriverInfo": "string",
    "DriverVersion": "string",
    "DeviceId": "string"
  },
  "Error": "string",
  "StatusCode": 42,
  "Success": true,
  "Type": "string"
}
Response examples (500)
{
  "Response": "string",
  "Error": "Unknown error",
  "StatusCode": 500,
  "Success": false,
  "Type": "API"
}