Documentation
LCN_RampStop
boolean LCN_RampStop (int $InstanceID)
Parameters
InstanceID | ID of the device to be switched |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Stops the dimming process of the device with the ID InstanceID
Example
LCN_RampStop(12345);