|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Set the controller state either Motors ON or Motors OFF
/rw/panel/ctrlstate
POST
action=setctrlstate Required
ctrl-state = The controller state {motoron | motoroff} Required
NO_CONTENT(204)
No content
BAD REQUEST(400)
See Robot controller return codes
Set controller state
curl --digest -u "Default User":robotics -d "ctrl-state=motoron" -X POST "http://localhost/rw/panel/ctrlstate?action=setctrlstate"
Not supported in bootserver mode.