From 3c2682b626328c0af3ba74915610bac7cd52c5ec Mon Sep 17 00:00:00 2001 From: AEtHeLsYn Date: Mon, 21 Mar 2016 17:42:13 +0100 Subject: [PATCH] Update JsonClientConnection.cpp Former-commit-id: 5014c392b3c7629b6f02ead321621f7edc560680 --- libsrc/jsonserver/JsonClientConnection.cpp | 2 ++ 1 file changed, 2 insertions(+) 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();