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