device_enqueue
Queue a LoRaWAN downlink payload as hex, base64, or object; the device receives it after its next uplink.
Instructions
Queue a downlink. Give the payload as data_hex, data_base64, or object (encoded by the profile codec). Class A devices receive it after their next uplink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| f_port | Yes | ||
| object | No | ||
| dev_eui | Yes | ||
| data_hex | No | ||
| confirmed | No | ||
| data_base64 | No | ||
| expires_in_s | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||