boolean EIB_FloatValue (integer $InstanceID, float $Value)
InstanceID | ID of the device to be switched |
Value | Floating point value |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Sends the value Value to the device with the ID InstanceID.
EIB_FloatValue(12345, 22.1); //Sends 22.1°C to the controller