enqueue_device_downlink
Queue a downlink payload to a LoRaWAN device by specifying the Base64-encoded data and application port.
Instructions
Queue a downlink payload to a device.
data_base64 is the raw frame payload, Base64-encoded. f_port is the
LoRaWAN application port (1-233).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| f_port | Yes | ||
| dev_eui | Yes | ||
| confirmed | No | ||
| data_base64 | Yes |