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:
parent
dd17e72ead
commit
2aacb65efb
8 changed files with 124 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue