mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 10:08:31 +00:00
Fixed wrong id of the fan device type
This commit is contained in:
parent
fb48d9d771
commit
38f62e0a37
@ -76,7 +76,7 @@ namespace RGB.NET.Core
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a fan.
|
/// Represents a fan.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Fan = 1 << 1,
|
Fan = 1 << 11,
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents all devices.
|
/// Represents all devices.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user