« Back to Product

Documentation

DS_ShutterMoveDown

 boolean DS_ShutterMoveDown (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 down until DS_ShutterStop is executed or the end position is reached.

Example

DS_ShutterMoveDown(12345); //Move down
Any questions?