There are different downlink Types to be queued:
Downlink Types
| Type | Data (example) | ||
|---|---|---|---|
| config |
The JSON Format might be subject to change in future releases. | The config values to be updated. | |
| fw |
The JSON Format might be subject to change in future releases. | The Firmware files to be downloaded by the device.
| |
| reboot |
The JSON Format might be subject to change in future releases. | ||
| raw |
| Raw downlink data, currently only supported for Tektelek devices. |
Currently only supported for Tektelek devices.
You can schedule a downlink with the following content:
Type: raw
Data:
{
format: "ASCII",
data: "ascii-downlink-payload"
} |
Currently only the format "ASCII" is supported.