Not available nor applicable with SkyGuide


SKSS_GetFocusingStatus

Description

Allows to get the status of the focusing loop


This status is display in the standard GUI.


The status is returned in the data field of the JSON response


Available status

idle

Autofocus loop is not started

calibrating

Autofocus is calibrating

focusing

Autofocus is moving the focuser to keep the instrument whithin its critical focus zone

paused

Autofocus is paused

looping

Autoguider is looping without moving the focuser

failed

A failure has occured in autofocuss loop

Request

http://localhost:18700/SKSS_GetFocusingStatus 

JSON Response

{ "status": "success", "data": idle, "message": null }