mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-12 14:51:31 -05:00
Make MeshAgent and MeshCore update.
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user