diff --git a/src/hyperion-remote/JsonConnection.h b/src/hyperion-remote/JsonConnection.h index 85f4ddb0..ccda9f1c 100644 --- a/src/hyperion-remote/JsonConnection.h +++ b/src/hyperion-remote/JsonConnection.h @@ -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);