mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-10-29 09:52:27 +00:00
Fixing capabilities cache for Provisioning.
This commit is contained in:
@@ -1016,7 +1016,7 @@ components:
|
||||
CapabilitiesModelList:
|
||||
type: object
|
||||
properties:
|
||||
devices:
|
||||
device_types:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/CapabilitiesModel'
|
||||
|
||||
@@ -22,7 +22,7 @@ namespace OpenWifi {
|
||||
}
|
||||
Poco::JSON::Object Answer;
|
||||
|
||||
Answer.set("devices",ObjArr);
|
||||
Answer.set("device_types",ObjArr);
|
||||
return ReturnObject(Answer);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user