Aligned Monitor metadata
* Adjusted Metadata to reflect Accessory * Changed ENUM to display correct icon for Accessory
This commit is contained in:
parent
80b5072754
commit
82a23344f8
3 changed files with 6 additions and 6 deletions
|
|
@ -17,7 +17,7 @@ using namespace std::chrono_literals;
|
|||
|
||||
/**------------------------------------------------------------------*\
|
||||
@name LGMonitor
|
||||
@category Monitor
|
||||
@category Accessory
|
||||
@type USB
|
||||
@save :robot:
|
||||
@direct :white_check_mark:
|
||||
|
|
@ -29,7 +29,7 @@ RGBController_LGMonitor::RGBController_LGMonitor(LGMonitorController* controller
|
|||
{
|
||||
controller = controller_ptr;
|
||||
vendor = "LG";
|
||||
type = DEVICE_TYPE_LEDSTRIP;
|
||||
type = DEVICE_TYPE_ACCESSORY;
|
||||
description = "LG Monitor";
|
||||
location = controller->GetDeviceLocation();
|
||||
serial = controller->GetSerialString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue