Product Evolution: LoRa Downlink V1 API retirement last announcement
The Version V1 of the API LoRa Downlink has been deprecated since 30/06/2019 and is replaced by the API Device Management - Commands.
The API LoRa Downlink version V1 will be removed on 31/07/2022.
Cet article est également disponible en Français
For each of the endpoints to be migrated, there is a solution on how to proceed, which is summed up below
Endpoint :
GET /api/v0/vendors/lora/devices/{devEUI}/commands
- New API : Device Management – Commands – V1
- New endpoint :
GET /api/v1/deviceMgt/devices/{deviceId}/commands
For more information, please refer to user manual 8.3 Commands for the general principles, and more specifically to 8.3.10.2 on LoRa commands registration and 8.3.11.2 for some examples
Endpoint :
POST /api/v0/vendors/lora/devices/{devEUI}/commands
- New API : Device Management – Commands – V1
- New endpoint :
POST /api/v1/deviceMgt/devices/{deviceId}/commands
For more information, please refer to user manual 8.3 Commands for the general principles, and more specifically to 8.3.10.2 on LoRa commands registration and 8.3.11.2 for some examples