Collect packet_id for ServiceEnvelopes
This commit is contained in:
parent
f35a8876f9
commit
c8f322f012
3 changed files with 8 additions and 0 deletions
|
|
@ -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,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue