Documentation
ENO_SetTemperature1
boolean ENO_SetTemperature1 (int $InstanceID, float $Temperature)
Parameters
InstanceID | ID of the Instance of the device to be switched |
Temperature | 1..100 |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Sets the temperature value of the device with the ID InstanceID to the value Temperature.
This function can only be used with EnOcean Thanos instances. If an actuator is to be set to a target temperature, the command ENO_SetTemperature must be used.
Example
ENO_SetTemperature1(12345, 10);