Jump to content

AutoSlew Scripting Interface - Looking for "Stop Motors" command


SpacePanda

Recommended Posts

Hi,

Autoslew has an external internal that can be used for scripting or ASCSOM Server API Actions.

I found a list of them here : 

But, I am looking for the command that is executed when you press the "Stop Motors" button in Autoslew.

I send API requests as such:

curl -X PUT "http://<IP address>:11111/api/v1/telescope/0/action" -H "accept: application/json" -H "Content-Type: application/x-www-form-urlencoded" -d "Action=<AutoSlew action>&Parameters=&ClientID=1&ClientTransactionID=1234"

For <AutoSlew action>, I am able to use "Telescope:MotorOff" to turn the motors On/Off. I tried various wordings to try to find the stop motors command (Telescope:Stop, StopMotor, Stop, etc...).

Link to comment
Share on other sites

  • 10 months later...
  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...