Information

GET /equipment/guider/info

Get guider information

Responses

GET /equipment/guider/info
curl \
 --request GET 'http://localhost:1888/v2/api/equipment/guider/info'
Response examples (200)
{
  "Response": {
    "Connected": true,
    "Name": "string",
    "DisplayName": "string",
    "Description": "string",
    "DriverInfo": "string",
    "DriverVersion": "string",
    "DeviceId": "string",
    "CanClearCalibration": true,
    "CanSetShiftRate": true,
    "CanGetLockPosition": true,
    "SupportedActions": [],
    "RMSError": {
      "RA": {
        "Pixel": 42,
        "Arcseconds": 42
      },
      "Dec": {
        "Pixel": 42,
        "Arcseconds": 42
      },
      "Total": {
        "Pixel": 42,
        "Arcseconds": 42
      },
      "PeakRA": {
        "Pixel": 42,
        "Arcseconds": 42
      },
      "PeakDec": {
        "Pixel": 42,
        "Arcseconds": 42
      }
    },
    "PixelScale": 42.0,
    "LastGuideStep": {
      "RADistanceRaw": 42.0,
      "DECDistanceRaw": 42.0,
      "RADuration": 42.0,
      "DECDuration": 42.0
    },
    "State": "Looping"
  },
  "Error": "string",
  "StatusCode": 42,
  "Success": true,
  "Type": "string"
}
Response examples (500)
{
  "Response": "string",
  "Error": "Unknown error",
  "StatusCode": 500,
  "Success": false,
  "Type": "API"
}