SKSS_GetGuidingStatus

Description

Allows to get the basic status of the guiding loop.


This status is display in the standard GUI.


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


Available status

idle

Autoguider loop is not started

calibrating

Autoguider is calibrating

guiding

Autoguider is guiding to reduce mount tracking errors

paused

Autoguider is paused

looping

Autoguider is looping without sending correction to the mount

failed

A failure has occured in autoguider loop

Request

http://localhost:18700/SKSS_GetGuidingStatus  

JSON Response

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