mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Added amtScanOptions to config.json schema. #3139
This commit is contained in:
parent
97420ffac2
commit
7325e5a7e7
1 changed files with 6 additions and 0 deletions
|
@ -537,6 +537,12 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"amtScanOptions": {
|
||||
"description": "List of local network Intel AMT scanning options offered in the user interface. For example [\"LabNetwork 192.168.15.0/23\", \"SalesNetwork 192.168.8.0/24\"].",
|
||||
"type": "array",
|
||||
"default": null,
|
||||
"items": { "type": "string" }
|
||||
},
|
||||
"amtManager": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
|
Loading…
Reference in a new issue