mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-09-13 21:57:14 -04:00
Determine device type from LampArray kind
This commit is contained in:
1 parent
8a87befeda
commit
ee4886512b
3 files changed
+39
-1
No files matched your search
@@ -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