Peter M. Groen
/
hueplusplus
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
0442a1b704192d0df53c41f75e4be0b2ef174701
Authored by
Moritz Wirger
2017-06-21 00:48:26 +0200
Committed by
GitHub
2017-06-21 00:48:26 +0200
1 parent
12390658
fix typo in HueLight.cpp
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
hueplusplus/HueLight.cpp
hueplusplus/HueLight.cpp
View file @
0442a1b
...
...
@@ -47,7 +47,7 @@ std::string HueLight::getName()
47
47
return state["name"].asString();
48
48
}
49
49
50
-ColorType HueLight::getCo
orType()
50
+ColorType HueLight::getCo
l
orType()
51
51
{
52
52
return colorType;
53
53
}
...
...