diff --git a/src/CorsairSdk.cc b/src/CorsairSdk.cc index ef40747..1fa5ce3 100644 --- a/src/CorsairSdk.cc +++ b/src/CorsairSdk.cc @@ -58,6 +58,7 @@ Napi::Value corsairGetDeviceInfo(const Napi::CallbackInfo &info) result["capsMask"] = deviceInfo->capsMask; result["ledsCount"] = deviceInfo->ledsCount; result["channels"] = channels; + result["deviceId"] = std::string(deviceInfo->deviceId); channels["channelsCount"] = deviceInfo->channels.channelsCount; if (deviceInfo->channels.channelsCount > 0) {