« Back to Product

Documentation

LCN_FadeOut

 boolean LCN_FadeOut (int $InstanceID, int $Intensity, int $Ramp) 

Parameters

InstanceID

ID of the device to be switched

Intensity

0-100%

Ramp

0-200 seconds

Returns

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

Description

Dims the devive with ID InstanceID to value Intensity and dims then with the Ramp seconds down to 0%.

Example

LCN_FadeOut(12345, 100, 5); //Dim down device in 5 seconds of 100% to 0%
Any questions?