« Back to Product

Documentation

ENO_SetTemperature

 boolean ENO_SetTemperature (int $InstanceID, float $Value) 

Parameters

InstanceID

ID of the Instance of the device to be switched

Value

1...100

Returns

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

Description

Sets the target temperature value of the actuator with the ID InstanceID to the value Value.

Warning

The actuator mode must be set to "Temperature Setpoint" so that this function can be called.

Warning

If an EnOcean Thanos device is to be set to a target temperature, the command ENO_SetTemperature1 must be used.

Example

ENO_SetTemperature(12345, 22.7);
Any questions?