Store name in SRGBmodsControllers to avoid setting it in detectors

This commit is contained in:
Adam Honse
2025-08-14 20:11:54 -05:00
parent 840512751c
commit 1bd9215a72
7 changed files with 34 additions and 20 deletions

View File

@@ -26,7 +26,7 @@ RGBController_SRGBmodsLEDControllerV1::RGBController_SRGBmodsLEDControllerV1(SRG
{
controller = controller_ptr;
name = "SRGBmods Device";
name = controller->GetNameString();
vendor = "SRGBmods.net";
description = "SRGBmods LED Controller V1 Device";
type = DEVICE_TYPE_LEDSTRIP;