boolean ENO_SetTemperature1 (int $InstanceID, float $Temperature)
InstanceID | ID of the Instance of the device to be switched |
Temperature | 1..100 |
If the command succeeds, it returns TRUE, otherwise FALSE.
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.
ENO_SetTemperature1(12345, 10);