Fixing API calls

This commit is contained in:
stephb9959
2021-07-14 10:59:58 -07:00
parent dc2676b045
commit 7b809cb1cb
4 changed files with 12 additions and 5 deletions

View File

@@ -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();