« Back to Product

Documentation

EIB_FloatValue

 boolean EIB_FloatValue (int $InstanceID, float $Value) 

Parameters

InstanceID

ID of the device to be switched

Value

Floating point value

Returns

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

Description

Sends the value Value to the device with the ID InstanceID.

Example

EIB_FloatValue(12345, 22.1); //Sends 22.1°C to the controller
Any questions?