Sets the mechanical range of the rotator to full, 180° (half) or 90° (quarter)
GET
/equipment/rotator/set-mechanical-range
curl \
--request GET 'http://localhost:1888/v2/api/equipment/rotator/set-mechanical-range?range=full'
Response examples (200)
{
"Response": "Range set",
"Error": "string",
"StatusCode": 200,
"Success": true,
"Type": "API"
}
Response examples (409)
{
"Response": "string",
"Error": "Rotator not connected",
"StatusCode": 409,
"Success": false,
"Type": "API"
}
Response examples (500)
{
"Response": "string",
"Error": "Unknown error",
"StatusCode": 500,
"Success": false,
"Type": "API"
}