mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-02-02 19:31:08 -05:00
Determine device type from LampArray kind
This commit is contained in:
@@ -135,6 +135,11 @@ std::string HIDLampArrayController::GetSerialString()
|
||||
return("");
|
||||
}
|
||||
|
||||
unsigned int HIDLampArrayController::GetLampArrayKind()
|
||||
{
|
||||
return(LampArray.LampArrayKind);
|
||||
}
|
||||
|
||||
unsigned int HIDLampArrayController::GetLampCount()
|
||||
{
|
||||
return(LampArray.LampCount);
|
||||
|
||||
Reference in New Issue
Block a user