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