boolean ENO_DimSet (int $InstanceID, int $Intensity)
InstanceID | ID of the device to be switched |
Intensity | 1..100 |
If the command succeeds, it returns TRUE, otherwise FALSE.
Dims the device with ID InstanceID to value Intensity.
This function can only be used with Eltako dimmer instances.
ENO_DimSet(12345, 10); //Device dimmed to 10%