boolean DS_DimSet (int $InstanceID, int $Intensity)
InstanceID | ID of the device to be switched |
Intensity | Value of 0-255 |
If the command succeeds, it returns TRUE, otherwise FALSE.
Dims the device with the ID InstanceID to the value Intensity
DS_DimSet(12345, 128); //Dim to 50%