Aligned Monitor metadata

* Adjusted Metadata to reflect Accessory
* Changed ENUM to display correct icon for Accessory
This commit is contained in:
Chris M 2024-06-28 18:48:13 +10:00 committed by Adam Honse
parent 80b5072754
commit 82a23344f8
3 changed files with 6 additions and 6 deletions

View file

@ -15,7 +15,7 @@
/**------------------------------------------------------------------*\
@name Coolermaster Gaming Monitor
@category LEDStrip
@category Accessory
@type USB
@save :robot:
@direct :white_check_mark:
@ -29,7 +29,7 @@ RGBController_CMMonitorController::RGBController_CMMonitorController(CMMonitorCo
controller = controller_ptr;
name = "CoolerMaster LED Controller A1";
vendor = "CoolerMaster";
type = DEVICE_TYPE_LEDSTRIP;
type = DEVICE_TYPE_ACCESSORY;
description = name;
location = controller->GetDeviceLocation();
serial = controller->GetSerialString();