Documentation
LCN_SetTargetValue
boolean LCN_SetTargetValue (int $InstanceID, int $Target, float $Value)
Parameters
InstanceID | ID of the Instance |
Target | 0 = Regulator R1; 1 = Regulator R2; 2 = Regulator S1; 3 = Regulator S2 |
Value | Value |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Sets the regulator Target of the instance with the ID InstanceID to the value Value
Example
LCN_SetTargetValue(12345, 2, 24.3); //Set Regulator S1 to 24.3°C