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:
parent
fb48d9d771
commit
38f62e0a37
@ -76,7 +76,7 @@ namespace RGB.NET.Core
|
||||
/// <summary>
|
||||
/// Represents a fan.
|
||||
/// </summary>
|
||||
Fan = 1 << 1,
|
||||
Fan = 1 << 11,
|
||||
|
||||
/// <summary>
|
||||
/// Represents all devices.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user