In RS1xx LoRa, it stored history data internally called backlogs. If I want to pull that buffer data, I need to do a downlink.
I need to put this payload in downlink to get 7 days data.
{
“method”: “asRequestTargetedBacklogLIFO”,
“params”: {
“hex_data”: “10001806100D080018061A0D0800000A”
}
}
If I make it as base64 and put it here described in attached image, I can add to enqueue. But I don’t see any buffer data sending from the LoRa.