From 38f62e0a373be2e59b447d3285fc64422b0f56fd Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Mon, 9 Jul 2018 21:50:44 +0200 Subject: [PATCH] Fixed wrong id of the fan device type --- RGB.NET.Core/Devices/RGBDeviceType.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RGB.NET.Core/Devices/RGBDeviceType.cs b/RGB.NET.Core/Devices/RGBDeviceType.cs index 3880189..a5580c2 100644 --- a/RGB.NET.Core/Devices/RGBDeviceType.cs +++ b/RGB.NET.Core/Devices/RGBDeviceType.cs @@ -76,7 +76,7 @@ namespace RGB.NET.Core /// /// Represents a fan. /// - Fan = 1 << 1, + Fan = 1 << 11, /// /// Represents all devices.