Commit 0442a1b704192d0df53c41f75e4be0b2ef174701

Authored by Moritz Wirger
Committed by GitHub
1 parent 12390658

fix typo in HueLight.cpp

Showing 1 changed file with 1 additions and 1 deletions
hueplusplus/HueLight.cpp
... ... @@ -47,7 +47,7 @@ std::string HueLight::getName()
47 47 return state["name"].asString();
48 48 }
49 49  
50   -ColorType HueLight::getCoorType()
  50 +ColorType HueLight::getColorType()
51 51 {
52 52 return colorType;
53 53 }
... ...