boolean LCN_DeductIntensity (integer $InstanceID, integer $Intensity)
InstanceID | ID of the device to be switched |
Intensity | 0-100% |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Dims the device with ID InstanceID darker by the value Intensity.
LCN_DeductIntensity(12345, 10); //Dim device darker by 10 percentage points