Device: Fix ComponentVersion retrieval

This commit is contained in:
Jonathan Schwartz
2025-01-06 19:06:11 +00:00
committed by Kyle Schwarz
parent 8dcbbe0d72
commit 87baa97c3f
2 changed files with 12 additions and 2 deletions
@@ -70,6 +70,8 @@ protected:
}
bool supportsComponentVersions() const override { return true; }
bool supportsGPTP() const override { return true; }
};
}