1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Make MeshAgent and MeshCore update.

This commit is contained in:
Ylian Saint-Hilaire 2019-06-14 16:33:53 -07:00
parent 5a4223e5a6
commit 8f568380d5
61 changed files with 2446 additions and 3093 deletions

View file

@ -1200,6 +1200,13 @@ module.exports.CreateMeshAgent = function (parent, db, ws, req, args, domain) {
}
break;
}
case 'acmactivate':
{
// Agent is asking the server to sign an Intel AMT ACM activation request
//console.log(command);
// TODO
break;
}
case 'diagnostic':
{
if (typeof command.value == 'object') {