Downlink via MQTT
Downlink request¶
If you're running a broker, you can create a MQTT Server pusher over ResIOT and use it to trigger downlinks over the platform.
Want to know more about MQTT pushers?
If you want to learn more about how downlinks work over ResIOT feel free to refer to this page.
In order to do so:
- Send a message over your broker with topic "mqtt/tx"
- For the body of your message, use the example below (refer to the POST /api/application/{appEUI}/nodes/{devEUI}/downlink documentation of your server for full body specification)
{
"Command": "",
"appEUI": "8A7628C12D7889EA",
"askConfirmation": true,
"devEUI": "0080A4B60410A19B",
"extraData": "",
"gwEUI": "0270F0B0A010D0D9",
"payload": "PayloadEsempio",
"port": 48,
"raw": true,
"reference": "testReference"
}