boolean ENO_SetTemperature (int $InstanceID, float $Value)
InstanceID | ID of the Instance of the device to be switched |
Value | 1...100 |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sets the target temperature value of the actuator with the ID InstanceID to the value Value.
The actuator mode must be set to "Temperature Setpoint" so that this function can be called.
If an EnOcean Thanos device is to be set to a target temperature, the command ENO_SetTemperature1 must be used.
ENO_SetTemperature(12345, 22.7);