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