I'm making an application to communicate with LoRa Device.
I found a guide to the REST API to send downlink. However, i'm finding MQTT API to do.
Does it exist?
MQTT is used by applications only to consume data in real time. Device Management action (send downlink etc) must be done by using REST API
regards