mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Reading Http Method from Features
This commit is contained in:
parent
2d44ec234b
commit
6ec5b7a85a
@ -60,6 +60,7 @@ var operationModule = function () {
|
||||
}
|
||||
feature["operation"] = features[i].code;
|
||||
feature["name"] = features[i].name;
|
||||
feature["method"] = features[i].method;
|
||||
feature["description"] = features[i].description;
|
||||
feature["deviceType"] = deviceType;
|
||||
feature["params"] = [];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user