Add NZXT F140 Core RGB fan device type to Hue 2 controller

This commit is contained in:
Adam Honse
2023-06-03 21:48:52 -05:00
parent a7f3d536ab
commit 5718de27c5
2 changed files with 8 additions and 0 deletions

View File

@@ -206,6 +206,10 @@ void NZXTHue2Controller::UpdateDeviceList()
num_leds_in_device = 18;
break;
case 0x17: //F120 RGB Core fan (120mm)
num_leds_in_device = 8;
break;
default:
break;
}

View File

@@ -309,6 +309,10 @@ void RGBController_NZXTHue2::SetupZones()
device_name = "F140 fan (140mm)";
break;
case 0x17: //F120 RGB Core fan (120mm)
device_name = "F120 Core fan (120mm)";
break;
default:
break;
}