1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

Fixed wrong id of the fan device type

This commit is contained in:
Darth Affe 2018-07-09 21:50:44 +02:00
parent fb48d9d771
commit 38f62e0a37

View File

@ -76,7 +76,7 @@ namespace RGB.NET.Core
/// <summary>
/// Represents a fan.
/// </summary>
Fan = 1 << 1,
Fan = 1 << 11,
/// <summary>
/// Represents all devices.