get_speed_settings
To get speed parameters, use the get_speed_settings request.
svc=unit/get_speed_settings¶ms={
"itemId":<long>
}
Parameters
The request must contain the itemId parameter, specifying the unit ID.
Response
If the request is completed successfully, the following result is returned:
{
"speedParameter": "speeds2",
"speedMeasure": 1
}
Otherwise, an error code is returned.
Error codes
Error code | Description |
---|---|
4 | Wrong input parameter. |
7 | The user doesn’t have the required access right to the unit (ADF_ACL_ITEM_VIEW_PROPERTIES). |