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