mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update JsonConnection.h
Former-commit-id: 4a0983b135f8386ee4e0db81c044dbaa87e05c03
This commit is contained in:
parent
a15a680dc3
commit
4836bfc863
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
// hyperion-remote includes
|
// hyperion-remote includes
|
||||||
#include "ColorTransformValues.h"
|
#include "ColorTransformValues.h"
|
||||||
|
#include "ColorCorrectionValues.h"
|
||||||
|
|
||||||
///
|
///
|
||||||
/// Connection class to setup an connection to the hyperion server and execute commands
|
/// Connection class to setup an connection to the hyperion server and execute commands
|
||||||
@ -113,14 +114,10 @@ public:
|
|||||||
/// @note Note that providing a NULL will leave the settings on the server unchanged
|
/// @note Note that providing a NULL will leave the settings on the server unchanged
|
||||||
///
|
///
|
||||||
/// @param correctionId The identifier of the correction to set
|
/// @param correctionId The identifier of the correction to set
|
||||||
/// @param red The red correction value
|
/// @param correction The correction values
|
||||||
/// @param green The green correction value
|
|
||||||
/// @param blue The blue correction value
|
|
||||||
void setCorrection(
|
void setCorrection(
|
||||||
std::string * correctionId,
|
std::string * correctionId,
|
||||||
int * red,
|
ColorCorrectionValues * correction);
|
||||||
int * green,
|
|
||||||
int * blue);
|
|
||||||
|
|
||||||
///
|
///
|
||||||
/// Set the color temperature of the leds
|
/// Set the color temperature of the leds
|
||||||
@ -128,14 +125,10 @@ public:
|
|||||||
/// @note Note that providing a NULL will leave the settings on the server unchanged
|
/// @note Note that providing a NULL will leave the settings on the server unchanged
|
||||||
///
|
///
|
||||||
/// @param temperatureId The identifier of the correction to set
|
/// @param temperatureId The identifier of the correction to set
|
||||||
/// @param red The red temperature value
|
/// @param temperature The temperature correction values
|
||||||
/// @param green The green temperature value
|
|
||||||
/// @param blue The blue temperature value
|
|
||||||
void setTemperature(
|
void setTemperature(
|
||||||
std::string * temperatureId,
|
std::string * temperatureId,
|
||||||
int * red,
|
ColorCorrectionValues * temperature);
|
||||||
int * green,
|
|
||||||
int * blue);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user