boolean MXC_SetTemperature (int $InstanceID, float $Temperature)
InstanceID | ID of the device to be switched |
Temperature | Temperature in °C |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sets the new target temperature of the control valve with the ID InstanceID to the new Temperature.
MXC_SetTemperature(12345, 21.5); //Set to 21.5 ° C