Skip to content

Commit

Permalink
Update to CUESDK 3.0.460
Browse files Browse the repository at this point in the history
  • Loading branch information
intrueder committed Apr 8, 2022
1 parent a8c69e4 commit 41cba58
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CUESDK/include/CUESDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ extern "C"
CCDT_Pump = 7,
CCDT_QL_Fan = 8,
CCDT_WaterBlock = 9,
CCDT_SPPRO_Fan = 10
CCDT_SPPRO_Fan = 10, // CCDT_SPPRO_Fan value is obsolete and will be removed in a future release
CCDT_8LedSeriesFan = 10
};

enum CorsairDevicePropertyType
Expand Down
Binary file modified CUESDK/mac/libCUESDK.dylib
Binary file not shown.
Binary file modified CUESDK/redist/i386/CUESDK_2017.dll
Binary file not shown.
Binary file modified CUESDK/redist/x64/CUESDK.x64_2017.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion src/enums.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const CorsairChannelDeviceType = {
CCDT_Pump: 7,
CCDT_QL_Fan: 8,
CCDT_WaterBlock: 9,
CCDT_SPPRO_Fan: 10
CCDT_8LedSeriesFan: 10
}

const CorsairDevicePropertyType = {
Expand Down

0 comments on commit 41cba58

Please sign in to comment.