mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-08-06 17:02:53 +02:00
Collect portnums for ServiceEnvelopes
This commit is contained in:
@@ -750,6 +750,7 @@ client.on("message", async (topic, message) => {
|
||||
gateway_id: envelope.gatewayId ? convertHexIdToNumericId(envelope.gatewayId) : null,
|
||||
to: envelope.packet.to,
|
||||
from: envelope.packet.from,
|
||||
portnum: portnum,
|
||||
protobuf: message,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user