Determine device type from LampArray kind

This commit is contained in:
Adam Honse
2026-01-31 20:41:19 -06:00
parent 76237c0a35
commit 9ea62f4333
3 changed files with 39 additions and 1 deletions

View File

@@ -135,6 +135,11 @@ std::string HIDLampArrayController::GetSerialString()
return("");
}
unsigned int HIDLampArrayController::GetLampArrayKind()
{
return(LampArray.LampArrayKind);
}
unsigned int HIDLampArrayController::GetLampCount()
{
return(LampArray.LampCount);