Collect packet_id for ServiceEnvelopes

This commit is contained in:
Anton Roslund 2025-04-15 20:49:27 +02:00
parent f35a8876f9
commit c8f322f012
3 changed files with 8 additions and 0 deletions

View file

@ -751,6 +751,7 @@ client.on("message", async (topic, message) => {
to: envelope.packet.to,
from: envelope.packet.from,
portnum: portnum,
packet_id: envelope.packet.id,
protobuf: message,
},
});