Device: RAD: Add reboot support

This commit is contained in:
David Rebbe
2026-06-25 14:06:43 -04:00
committed by Kyle Schwarz
parent 40d83f3b7c
commit 4b9cf1a37f
11 changed files with 22 additions and 0 deletions
@@ -63,6 +63,7 @@ public:
size_t getEthernetActivationLineCount() const override { return 1; }
bool supportsGPTP() const override { return true; }
bool supportsReboot() const override { return true; }
ProductID getProductID() const override {
return ProductID::RADGalaxy;