« Back to Product

Documentation

EIB_DimControl

 boolean EIB_DimControl (int $InstanceID, int $Value) 

Parameters

InstanceID

ID of the device to be switched

Value

Dim value date between 0..15 or -7..7

Returns

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

Description

Sends a dim value date Value to the device with the ID InstanceID. Depending on the configuration 0..15 (Standard) or -7..7 (Enhanced) can be sent.

Warning

Since this function performs only a relative change of the dimmer, the brightness can not be specified absolutely. It is recommended to create an 8-bit address in order to set direct light levels.

Example

EIB_DimControl(12345, 0);
Any questions?