Add support on Hue 2 for Aer 2 fans

This commit is contained in:
Adam Honse
2020-01-05 13:38:57 -06:00
parent 5074a923d1
commit 3c77c1a9a8

View File

@@ -64,6 +64,11 @@ unsigned int Hue2Controller::GetStripsOnChannel(unsigned int /*channel*/)
case 0x04: //Hue 2 strip
num_leds_on_channel += 10;
break;
case 0x0B: //Aer 2 fan
num_leds_on_channel += 8;
break;
default:
break;
}