Downlink
This page describes the specifications for downlinks
Output Format
LoRa Downlinks
{
"port": 1, // needs to 0 or any other positive integer
"confirmed": true, // used for confirmed downlinks and is optional, default false
"payloadHex": "hex-string" // has to be a hex-string
}MQTT Downlinks
{
"topic": "string", // the MQTT topic
"payload": {
// object with any properties
}
}Example downlink encoder
Last updated
Was this helpful?