mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 04:42:54 -05:00
Fixed device last seen date and time.
This commit is contained in:
@@ -2588,6 +2588,7 @@
|
||||
// Change the node connection state
|
||||
node.conn = message.event.conn;
|
||||
node.pwr = message.event.pwr;
|
||||
node.lastconnect = Date.now();
|
||||
|
||||
// Web page update
|
||||
masterUpdate(4 | 16);
|
||||
|
||||
Reference in New Issue
Block a user