When I download the device mac data, it contains a series of last received messages. This data includes a field called “frm_payload”, but this payload is not the same as the actual payload data in the events view.
inspecting the frame from the live data view:
"received_at": "2023-05-01T15:02:44.376185497Z",
"uplink_message": {
"session_key_id": "removed",
"f_port": 42,
"f_cnt": 3566,
"frm_payload": "AQiI4AIQ/XUaBCADKAIgmCMw0a4D",
and the same event from the downloaded mac data:
"payload": {
"mac_payload": {
"f_port": 42,
"frm_payload": "zDZP4KfSJ3YiG4nsaVfO8pccpEdH",
"full_f_cnt": 3566
}
},
"received_at": "2023-05-01T15:02:44.171576484Z",
Is this field still encrypted/encoded somehow? They seem to have the same length.