boolean LCN_SetIntensity (integer $InstanceID, integer $Intensity, integer $Ramp)
InstanceID | ID of the device to be switched |
Intensity | 0-100% |
Ramp | 0 = Immediately; n = Seconds |
If the command succeeds, it returns TRUE, otherwise FALSE. |
Dims the device with the ID InstanceID to value Intensity in Ramp seconds.
LCN_SetIntensity(12345, 100, 0); //Dim device to 100% immediately