Name | Description | Type | Additional information |
---|---|---|---|
app_id | string |
None. |
|
dev_id | string |
None. |
|
hardware_serial |
In case of LoRaWAN: the DevEUI |
string |
None. |
port |
LoRaWAN FPort |
integer |
None. |
counter |
LoRaWAN frame counter |
integer |
None. |
is_retry |
Is set to true if this message is a retry (you could also detect this from the counter) |
boolean |
None. |
confirmed |
Is set to true if this message was a confirmed message |
boolean |
None. |
payload_raw |
Base64 encoded payload: [0x01, 0x02, 0x03, 0x04] |
string |
None. |
payload_fields |
Object containing the results from the payload functions - left out when empty |
Dictionary of string [key] and string [value] |
None. |
metadata |
Meta data for the message. |
MetadataDto |
None. |
downlink_url |
Downlink url. |
string |
None. |