boolean EIB_DimControl (int $InstanceID, int $Value)
InstanceID | ID of the device to be switched |
Value | Dim value date between 0..15 or -7..7 |
If the command succeeds, it returns TRUE, otherwise FALSE.
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.
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.
EIB_DimControl(12345, 0);