Info |
---|
Roles: admin, org-admin, device-admin |
Downlinks can be queued unter Device → Downlinks or Devices → Bulk Operations → Downlinks
...
Note |
---|
Currently only Platform Admins can Access the Interface on the Device. All others Org Admins and Device Admins must use the Bulk Operations as a workarroundworkaround. |
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. |
Only the application firmware file to be downloaded by the device.
If in doubt use the command above that updates both firmware images. | ||||
fw |
The JSON Format might be subject to change in future releases. | Only secure boot firmware to be downloaded by the device.
If in doubt use the command above that updates both application + secure boot firmware images. | ||
fw |
The JSON Format might be subject to change in future releases. | Delta modem firmware update to be downloaded by the device.
Delta modem firmware updates can only be performed in small version steps. Please consult Lobaro for available options. Only newer Lobaro firmware support this type of update, e.g. app-nrf9160-wmbus+0.24.0 onwards. | ||
lorawan |
| to insert a lorawan downlink over the platform a json object with the fiels type, data and fPort needs to be added. TYPE: choose "base64", "hex" or "ascii" depending on the data content. data needs to contain the contet that is send to the device over the network server. Details about data and the right fPort for Lobaro Devices can be found under: LoRaWAN Downlink Config ATTENTION: the downlinks will only be send if you have a default LoraWan Server defined under Integrations or the device is assigned to a loranwan server integration! |
fw |
The JSON Format might be subject to change in future releases. |
fw |
The JSON Format might be subject to change in future releases. | ASCII String that will be printed to device's Log. | ||||||
raw |
Lobaro NB-IoT Devices: Config change:
reboot:
| Raw downlink data, with tyoe ASCII currently only supported for Tektelek devices. Format: "cbor": meant for Lobaro Devices. The content JSON Object of "data" is marshaled to cbor and send to the device. |
Raw Downlinks
Tekelek
Scheduling TCP/IP downlinks for Tekelek devices.
...