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