« Back to Product

Documentation

LCN_AddIntensity

 boolean LCN_AddIntensity (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 brighter by the value Intensity.

Example

LCN_AddIntensity(12345, 50); // Dim device brighter by 50 percentage points
Any questions?