There are different downlink Types to be queued:
Downlink Types
Type | Data (example) | Data | |
---|---|---|---|
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 application + secure boot firmware files to be downloaded by the device.
| |
fw |
The JSON Format might be subject to change in future releases. | The application firmware file to be downloaded by the device.
If in doubt use the command above that updates both firmware images. | |
reboot |
The JSON Format might be subject to change in future releases. | ||
comment |
The JSON Format might be subject to change in future releases. | ASCII String that will be printed to device's Log. | |
raw |
| Raw downlink data, currently only supported for Tektelek devices. |
Scheduling TCP/IP downlinks for Tekelek 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.