mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed device last seen date and time.
This commit is contained in:
parent
67f62cd00f
commit
c06947084a
2 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue