« Back to Product

Documentation

EIB_DriveBladeValue

 boolean EIB_DriveBladeValue (int $InstanceID, int $Value) 

Parameters

InstanceID

ID of the device to be switched

Value

Value 0..255, 0..100%

Returns

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

Description

Sends the position value Value to the device with the ID InstanceID. Depending on configuration 0..255 (Standard) or 0..100 (Percent) will be passed as the value parameter.

Example

EIB_DriveBladeValue(12345, 100); //Go to 100%
Any questions?