mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
More work on Intel AMT provisioning server.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user