Use RGBControllerInterface for plugin API

This commit is contained in:
Adam Honse
2026-05-16 16:54:49 -05:00
parent c11090a4cf
commit ce4d2b1d78
27 changed files with 1393 additions and 1031 deletions

View File

@@ -472,7 +472,7 @@ void OptionListDevices(std::vector<RGBController *>& rgb_controllers)
/*---------------------------------------------------------*\
| Print device type |
\*---------------------------------------------------------*/
std::cout << " Type: " << device_type_to_str(controller->GetDeviceType()) << std::endl;
std::cout << " Type: " << RGBController::DeviceTypeToString(controller->GetDeviceType()) << std::endl;
/*---------------------------------------------------------*\
| Print device description |