The device control operations provide a hardware abstraction layer to enable directly addressing and controlling end-devices, without regard to their specific model or type.
Update device settings.
Response success
Malformed request.
Unauthorized access, invalid credentials were used.
Access forbidden. Current token does not have the necessary authority for the operation.
Resource was not found.
Invalid data was sent.
{- "AlertState": "active"
}
{- "status": 200,
- "success": true
}
Set the alert state of a device
Response success
Malformed request.
Unauthorized access, invalid credentials were used.
Access forbidden. Current token does not have the necessary authority for the operation.
Resource was not found.
Invalid data was sent.
{- "AlertState": "active"
}
{- "status": 200,
- "success": true
}