diff --git a/libsrc/jsonserver/JsonClientConnection.cpp b/libsrc/jsonserver/JsonClientConnection.cpp index d146b1c8..2d3cfa45 100644 --- a/libsrc/jsonserver/JsonClientConnection.cpp +++ b/libsrc/jsonserver/JsonClientConnection.cpp @@ -601,6 +601,7 @@ void JsonClientConnection::handleCorrectionCommand(const Json::Value &message) colorCorrection->_rgbCorrection.setcorrectionR(values[0u].asInt()); colorCorrection->_rgbCorrection.setcorrectionG(values[1u].asInt()); colorCorrection->_rgbCorrection.setcorrectionB(values[2u].asInt()); + } // commit the changes _hyperion->correctionsUpdated(); @@ -626,6 +627,7 @@ void JsonClientConnection::handleTemperatureCommand(const Json::Value &message) colorTemperature->_rgbCorrection.setcorrectionR(values[0u].asInt()); colorTemperature->_rgbCorrection.setcorrectionG(values[1u].asInt()); colorTemperature->_rgbCorrection.setcorrectionB(values[2u].asInt()); + } // commit the changes _hyperion->temperaturesUpdated();