Set downlink
Request
PUT https://www.iofrog.com/api/v1/devices/{deviceId}
Authorization: Bearer {ACCESS_TOKEN}
Content-Type: application/json
{
"downlinkData": "DOWNLINK"
}
Response
204 | 400
Request
PUT https://www.iofrog.com/api/v1/devices/{deviceId}
Authorization: Bearer {ACCESS_TOKEN}
Content-Type: application/json
{
"downlinkData": "DOWNLINK"
}
Response
204 | 400