LoRa
Optional
Field Name | ID - HEX | Size in Bytes | Description | Data Type | Uplink/Downlink/Both |
|---|---|---|---|---|---|
network_lora_param_data_rate | 0x07DC | 1 | Current Data Rate selected by the Network in case ADR is enabled. | Unsigned Integer | Uplink |
network_lora_set_adr_enable | 0x07FF | 1 | LoRa Adaptive Data Rate Enabled/Disabled | Boolean | Both |
network_lora_set_data_rate | 0x0800 | 1 | LoRa Data Rate in case ADR is disabled | Unsigned Integer | Both |
network_lora_set_retries | 0x0801 | 1 | LoRa retries amount per send attempt | Unsigned Integer | Both |
network_lora_set_region | 0x659A | VAR_1B | Internal use only. Stores the LoRa network region in use by the device. | ASCII | Both |
network_lora_set_app_key | 0x659B | VAR_1B | Internal use only. Stores the LoRa Application Key in use by the device. | ASCII | Both |
network_lora_set_app_eui | 0x659C | VAR_1B | Internal use only. Store the LoRa AppEUI in use by the device. | ASCII | Both |