Update JsonConnection.h

Former-commit-id: 5d44428cd95e2b81b867ace67eb1f77aceb47856
This commit is contained in:
AEtHeLsYn 2016-03-11 12:29:07 +01:00
parent 39b318e842
commit 8fce604ccb

View File

@ -132,7 +132,7 @@ public:
/// @param green The green temperature value
/// @param blue The blue temperature value
void setTemperature(
std::string * temperaturenId,
std::string * temperatureId,
int * red,
int * green,
int * blue);