« Back to Product

Documentation

HC_TargetValue

 boolean HC_TargetValue (int $InstanceID, float $TagetValue) 

Parameters

InstanceID

ID of the device to be switched

TagetValue

New target value

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Sends via the instance with the ID InstanceID a target value to the heating module.

Example

HC_TargetValue(12345, 22.5); //At 22.5°C
Any questions?