...
Column Name | Required | Type | Description |
---|---|---|---|
address | string | Globally unique address of the device, e.g. IMEI or DevEUI. The address that is used to assign Uplinks to the device. | |
name | optional | string | User friendly name of the device. Default: the address of the device. |
serial | optional | string | Serial number printed on the device. For Lobaro devices, the firmware typically has no knowledge of the serial. |
firmware | optional | string | Initial Firmware name and version on the device as user friendly string |
config | deprecated use cfg:<key> | json | A whole config can be imported as JSON object. e.g. Warning: this requires a lot of escaping in CSV. |
cfg:<key> | optional | string | Initial config value of the device where Multiple of these columns can exist. e.g. Users can export the Initial config values on the "Hardware Activation" page based on the settings in the "Device Type" For LoRaWAN use: |
...