« Back to Product

Documentation

LCN_ShutterMove

 boolean LCN_ShutterMove (int $InstanceID, int $Position) 

Parameters

InstanceID

ID of the device to be switched

Position

Percentage position of the shutter (0-100%)

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Starts the movement of the shutter with the ID InstanceID to the position Position.

Example

//Roller shutter movement to 80% (20% closed)
LCN_ShutterMove(12345, 80);
Any questions?