Add direction support for NZXT Hue 2

This commit is contained in:
Adam Honse 2020-01-23 12:28:50 -06:00
parent 7ba610df77
commit 64f11b42f4
4 changed files with 34 additions and 13 deletions

View file

@ -24,8 +24,9 @@ static void Sleep(unsigned int milliseconds)
HuePlusController::HuePlusController()
{
current_mode = HUE_PLUS_MODE_FIXED;
current_speed = HUE_PLUS_SPEED_NORMAL;
current_mode = HUE_PLUS_MODE_FIXED;
current_speed = HUE_PLUS_SPEED_NORMAL;
current_direction = false;
}
HuePlusController::~HuePlusController()