boolean LCN_FadeOut (int $InstanceID, int $Intensity, int $Ramp)
InstanceID | ID of the device to be switched |
Intensity | 0-100% |
Ramp | 0-200 seconds |
If the command succeeds, it returns TRUE, otherwise FALSE.
Dims the devive with ID InstanceID to value Intensity and dims then with the Ramp seconds down to 0%.
LCN_FadeOut(12345, 100, 5); //Dim down device in 5 seconds of 100% to 0%