« Back to Product

Documentation

MXC_SetTemperature

 boolean MXC_SetTemperature (int $InstanceID, float $Temperature) 

Parameters

InstanceID

ID of the device to be switched

Temperature

Temperature in °C

Returns

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

Description

Sets the new target temperature of the control valve with the ID InstanceID to the new Temperature.

Example

MXC_SetTemperature(12345, 21.5); //Set to 21.5 ° C
Any questions?