Determine device type from LampArray kind

This commit is contained in:
Adam Honse committed 2026-08-06 21:57:25 -05:00
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);