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

Completed Intel AMT CCM deactivation support.

This commit is contained in:
Ylian Saint-Hilaire 2020-10-21 12:19:00 -07:00
parent dd17e72ead
commit 2aacb65efb
8 changed files with 124 additions and 17 deletions

View file

@ -182,6 +182,7 @@ function CreateAPFClient(parent, args) {
}
obj.updateMeiState = function (state) { SendJsonControl(obj.forwardClient.ws, { action: 'meiState', value: state }); }
obj.sendMeiDeactivationState = function (state) { SendJsonControl(obj.forwardClient.ws, { action: 'deactivate', value: state }); }
function SendJsonControl(socket, o) {
var data = JSON.stringify(o)