mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-29 17:18:00 -04:00
Use RGBControllerInterface for plugin API
This commit is contained in:
2
cli.cpp
2
cli.cpp
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user