mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralfms.git
synced 2025-11-02 19:58:14 +00:00
Fixing API calls
This commit is contained in:
@@ -30,8 +30,11 @@ namespace uCentral {
|
||||
bool IdOnly = GetBoolParameter("idOnly",false);
|
||||
bool RevisionSet = GetBoolParameter("revisionSet",false);
|
||||
bool LatestOnly = GetBoolParameter("latestOnly",false);
|
||||
bool DeviceSet = GetBoolParameter("deviceSet",false);
|
||||
|
||||
std::cout << "I:" << IdOnly << " R:" << RevisionSet << " L:" << LatestOnly << std::endl;
|
||||
if(DeviceSet) {
|
||||
|
||||
}
|
||||
|
||||
if(RevisionSet) {
|
||||
auto Revisions = LatestFirmwareCache()->GetRevisions();
|
||||
|
||||
Reference in New Issue
Block a user