diff --git a/hueplusplus/HueLight.cpp b/hueplusplus/HueLight.cpp index 829ba18..677925b 100755 --- a/hueplusplus/HueLight.cpp +++ b/hueplusplus/HueLight.cpp @@ -47,7 +47,7 @@ std::string HueLight::getName() return state["name"].asString(); } -ColorType HueLight::getCoorType() +ColorType HueLight::getColorType() { return colorType; }