mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-07-04 17:01:31 +02:00
MQTT Status based on Last Packet Received
This commit is contained in:
+1
-1
@@ -631,7 +631,7 @@ client.on("message", async (topic, message) => {
|
||||
}
|
||||
|
||||
// Update Node MQTT status based on Last Packet Received time
|
||||
const ret = await prisma.node.updateMany({
|
||||
await prisma.node.updateMany({
|
||||
where: {
|
||||
node_id: convertHexIdToNumericId(envelope.gatewayId),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user