mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
More work on Intel AMT provisioning server.
This commit is contained in:
parent
4544b3a1f5
commit
f38f6460eb
3 changed files with 98 additions and 44 deletions
|
@ -167,6 +167,7 @@ module.exports.CreateAmtManager = function (parent) {
|
|||
}
|
||||
|
||||
// Start Intel AMT management
|
||||
// connType: 0 = CIRA, 1 = CIRA-Relay, 2 = CIRA-LMS, 3 = LAN
|
||||
obj.startAmtManagement = function (nodeid, connType, connection) {
|
||||
//if (connType == 3) return; // DEBUG
|
||||
var devices = obj.amtDevices[nodeid], dev = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue