Hi,
I was wondering if there is a way to ‘undo’ or overwrite queued lora messages sent to network server using lora-out node.
In my setup, i’m using the rx slots after a transmission to send some data back from my Multitech AEP to the emitting device (class A).
I observed that it is possible to queue messages in the lora network server (independently of the comunication between my device and the gateway) and that those messages would be unstacked one at a time each time the device with a matching eid sends some data to the gateway.
This is really useful as it guarantees that the data I queue from gateway side is effectively sent during the rx slot timeout (and not missed due to some processing / GC on node-red side)
But that’s also my main problem.
If between two transmission sessions (my remote device logs data periodically) , I queue some data twice or more, I need to have my device transmit data just as many times to retrieve all messages back.
Do you know if there is a way to overwrite (or delete) messages directed to a specific eid directly from the lora network server ?