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

Added Intel AMT LMS event support and parsing.

This commit is contained in:
Ylian Saint-Hilaire 2018-02-01 13:45:26 -08:00
parent 49927f0abc
commit 007f150be0
9 changed files with 1390 additions and 206 deletions

View file

@ -317,8 +317,8 @@ function startLms(func) {
//console.log('LME connection failed', e);
if (func) { func(amtLms.connected == false?0:3); }
});
amtLms.on('notify', function (data, options) {
//console.log('notify', data, options);
amtLms.on('notify', function (data, options, str) {
if (str != null) { console.log(str); } else { console.log(JSON.stringify(data)); }
});
//console.log('LME Connecting...');
amtLms.on('connect', function () {