« Back to Product

Documentation

LCN_DeductIntensity

 boolean LCN_DeductIntensity (int $InstanceID, int $Intensity) 

Parameters

InstanceID

ID of the device to be switched

Intensity

0-100%

Returns

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

Description

Dims the device with ID InstanceID darker by the value Intensity.

Example

LCN_DeductIntensity(12345, 10); //Dim device darker by 10 percentage points
Any questions?