« Back to Product

Documentation

DS_ShutterMoveUp

 boolean DS_ShutterMoveUp (int $InstanceID) 

Parameters

InstanceID

ID of the device to be switched

Returns

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

Description

Moves the roller shutter/awning/blind with the ID InstanceID upwards until DS_ShutterStop is executed or the end position is reached.

Example

DS_ShutterMoveUp(12345); //Move up
Any questions?