Monitor and Laptop device types

This commit is contained in:
Dmitry K 2025-05-16 02:34:39 +04:00 committed by Adam Honse
parent d296f770b6
commit 20f6565f44
22 changed files with 92 additions and 59 deletions

View file

@ -29,7 +29,7 @@ RGBController_CMMonitorController::RGBController_CMMonitorController(CMMonitorCo
controller = controller_ptr;
name = "CoolerMaster LED Controller A1";
vendor = "CoolerMaster";
type = DEVICE_TYPE_ACCESSORY;
type = DEVICE_TYPE_MONITOR;
description = name;
location = controller->GetDeviceLocation();
serial = controller->GetSerialString();

View file

@ -11,7 +11,6 @@
#pragma once
#include <vector>
#include "RGBController.h"
#include "CMMonitorController.h"