Use RGBControllerInterface for plugin API

This commit is contained in:
Adam Honse committed 2026-07-07 01:35:35 -05:00
1 parent 7846d22bd8
commit 4f1c623093
27 files changed
+1393 -1031

No files matched your search

+1 -1
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 |