Set Rotation

GET /framing/set-rotation

Set framing assistant rotation. This requires the framing assistant to be initalized, which can by achieved by openening it once.

Query parameters

  • rotation number(double) Required

    The rotation to set

Responses

GET /framing/set-rotation
curl \
 --request GET 'http://localhost:1888/v2/api/framing/set-rotation?rotation=42.0'
Response examples (200)
{
  "Response": "Rotation updated",
  "Error": "string",
  "StatusCode": 200,
  "Success": true,
  "Type": "API"
}
Response examples (500)
{
  "Response": "string",
  "Error": "Unknown error",
  "StatusCode": 500,
  "Success": false,
  "Type": "API"
}